MCP Server
Company search your agent can call
The DiscoLike MCP server gives an AI agent 48 tools over an index of 80M+ crawled business websites. The agent describes an ideal customer in plain language, passes seed domains, or matches exact homepage phrases, and gets back ranked companies with firmographics, technographics, and contacts. Remote server, streamable HTTP, OAuth 2.1, nothing to install locally.
Prefer raw HTTP? The REST API hits the same engine.
claude mcp add --transport http discolike https://api.discolike.com/v1/mcpCreate a DiscoLike account for me. Send POST https://api.discolike.com/v1/public/signup with Content-Type: application/json and body {"email": "<my work email>", "first_name": "<my first name>", "last_name": "<my last name>", "agent": "<your name>"}. No auth header is needed. Ask me for any value you don't know. Then relay the next_step text from the response to me. Reference: https://docs.discolike.com/guides/agent-signup/Server URL for any client: https://api.discolike.com/v1/mcp
What can an agent do with the DiscoLike MCP server?
Five groups of tools, all reading from the same index. Every plan includes every tool.
Discovery
Find companies by natural language ICP, lookalike domains, exact homepage phrases, tech stack, industry, size, country, and language. Count results before running a full search.
Company data
Firmographics, vendor and technology detection, digital footprint score, quarterly growth metrics, redirect chains, and corporate hierarchy for any of 80M+ domains.
Contacts
Search people at discovered companies by persona, seniority, and department. Returns verified email, phone, and LinkedIn URL. Name-to-record matching costs nothing.
Enrichment and analysis
Bulk append by CSV, ML segmentation of a domain list into described clusters, ICP fit validation, and DiscoGen research agents that run your prompt per company.
Workflow and CRM
Saved queries, exclusion lists, tags, and push to HubSpot, Salesforce, or Pipedrive without leaving the agent.
How do I install the DiscoLike MCP server?
Add the server URL to the client, then authorize once in the browser. The client stores the OAuth token, so there is no API key to manage.
Claude Code
claude mcp add --transport http discolike https://api.discolike.com/v1/mcpRun /mcp, pick DiscoLike, choose Authenticate. A browser window handles login.
Codex
codex mcp add discolike --url https://api.discolike.com/v1/mcp --oauth-resource https://api.discolike.com/v1/mcpCodex opens the browser for OAuth on first use.
Cursor
{
"mcpServers": {
"discolike": { "url": "https://api.discolike.com/v1/mcp" }
}
}Settings, Tools, then Connect next to DiscoLike.
VS Code
{
"servers": {
"discolike": { "url": "https://api.discolike.com/v1/mcp" }
}
}VS Code prompts to authorize the first time Copilot calls a tool.
Windsurf
{
"mcpServers": {
"discolike": { "serverUrl": "https://api.discolike.com/v1/mcp" }
}
}Reload MCP servers in Windsurf settings after saving.
Claude Desktop
Add Custom Connector
Name: DiscoLike
URL: https://api.discolike.com/v1/mcpClick Connect and authorize in the browser.
Teach the agent, not just connect it
The DiscoLike skill tells Claude Code when to use DiscoLike, which access mode to pick, how to count before spending credits, and how to open the account without a browser. Codex and Cursor read the same file. Source: github.com/Discolike/discolike-skills
/plugin marketplace add Discolike/discolike-skills
/plugin install discolike@discolikeFull client guide with troubleshooting: docs.discolike.com/mcp →
How does an agent create the account?
One unauthenticated POST. The agent sends the person's work email and name plus its own name. No credential comes back. The person receives a confirmation email, logs in at app.discolike.com, picks a plan from $99 per month, and authorizes the MCP client from there.
Free-mail and disposable domains are rejected. A 409 means the account already exists, so the agent should send the person to log in instead.
Agent guide: docs.discolike.com/guides/agent-signup →
Auth summary for agents: discolike.com/auth.md →
Create a DiscoLike account for me. Send POST https://api.discolike.com/v1/public/signup with Content-Type: application/json and body {"email": "<my work email>", "first_name": "<my first name>", "last_name": "<my last name>", "agent": "<your name>"}. No auth header is needed. Ask me for any value you don't know. Then relay the next_step text from the response to me. Reference: https://docs.discolike.com/guides/agent-signup/What do people ask their agent?
Real shapes of work the tools handle end to end. Each one is a single conversation, not a pipeline.
- 01
Find 500 companies that look like stripe.com, adyen.com, and checkout.com. US and UK only, 50 to 500 employees.
- 02
List B2B companies whose homepage says "managed detection and response" and are headquartered in Germany. Count first, then pull 200.
- 03
Which of these 300 domains from our CRM use HubSpot and have grown headcount this year? Return a CSV.
- 04
Segment our 2,000 customers into ICP clusters, describe each, then find 1,000 lookalikes for the biggest cluster.
- 05
For the top 100 results, find the VP Sales or Head of Revenue with a verified email and push them to HubSpot.