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.

Connect from Claude Code
claude mcp add --transport http discolike https://api.discolike.com/v1/mcp
No account yet? Copy and tell this to your agent
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/

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

Terminal
claude mcp add --transport http discolike https://api.discolike.com/v1/mcp

Run /mcp, pick DiscoLike, choose Authenticate. A browser window handles login.

Codex

Terminal
codex mcp add discolike --url https://api.discolike.com/v1/mcp --oauth-resource https://api.discolike.com/v1/mcp

Codex opens the browser for OAuth on first use.

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "discolike": { "url": "https://api.discolike.com/v1/mcp" }
  }
}

Settings, Tools, then Connect next to DiscoLike.

VS Code

.vscode/mcp.json
{
  "servers": {
    "discolike": { "url": "https://api.discolike.com/v1/mcp" }
  }
}

VS Code prompts to authorize the first time Copilot calls a tool.

Windsurf

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "discolike": { "serverUrl": "https://api.discolike.com/v1/mcp" }
  }
}

Reload MCP servers in Windsurf settings after saving.

Claude Desktop

Settings, Connectors
Add Custom Connector
Name: DiscoLike
URL:  https://api.discolike.com/v1/mcp

Click 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

Claude Code plugin
/plugin marketplace add Discolike/discolike-skills
/plugin install discolike@discolike

Full 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 →

Prompt for the agent
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.

  1. 01

    Find 500 companies that look like stripe.com, adyen.com, and checkout.com. US and UK only, 50 to 500 employees.

  2. 02

    List B2B companies whose homepage says "managed detection and response" and are headquartered in Germany. Count first, then pull 200.

  3. 03

    Which of these 300 domains from our CRM use HubSpot and have grown headcount this year? Return a CSV.

  4. 04

    Segment our 2,000 customers into ICP clusters, describe each, then find 1,000 lookalikes for the biggest cluster.

  5. 05

    For the top 100 results, find the VP Sales or Head of Revenue with a verified email and push them to HubSpot.

Frequently Asked Questions

What is the DiscoLike MCP server?
A remote Model Context Protocol server at https://api.discolike.com/v1/mcp that gives an AI agent 48 tools for company discovery, firmographics, technographics, contact search, enrichment, and CRM push across 80M+ business websites. It runs over streamable HTTP with OAuth 2.1, so there is no key to paste into a config file.
Which clients work with it?
Any MCP client that supports remote servers over streamable HTTP: Claude Code, Claude Desktop, Codex, Cursor, VS Code, and Windsurf are documented. Add the server URL, authorize once in the browser, and the tools appear in the client.
Is there a free tier for the MCP server?
No. The MCP server and the REST API require a paid plan, starting at $99 per month on Starter. The full subscription converts to search credits, and records already retrieved in the last 90 days are free to retrieve again. There is a free one-search demo on the website for people who want to see results before paying.
How does the agent pay for searches?
Each search costs a query fee plus a fee per 1,000 new records, billed against the account's credit balance. The MCP returns a query plan and a count before a full run, so the agent can size the request and avoid pulling more records than the task needs.
How is this different from the Apollo or ZoomInfo MCP servers?
Those servers sit on top of LinkedIn-derived contact databases and return the companies attached to those contacts. DiscoLike starts from a crawl of 80M+ business websites, so the agent searches by what a company actually does, including exact homepage phrases and detected vendors, and reaches companies that have little or no LinkedIn presence. Coverage is roughly 3x in niche verticals.
Can an agent create the account too?
Yes. An unauthenticated POST to https://api.discolike.com/v1/public/signup with email, first name, last name, and the agent's name creates the account. No credential is returned to the agent. The person confirms by email, logs in, picks a plan, and authorizes the MCP client from there.
DiscoLike

Put a real search engine under your GTM

  • 80M+ companies in our own index
  • 1B company pages crawled
  • Self-serve from $99/mo, no demo required
  • Company data from public web sources
Sign Up