New • MCP Integration

Bring Cornect into Claude.

The Cornect MCP server lets Claude Desktop — and any client that speaks the Model Context Protocol — search companies, look up details, create exports, and check credits, right inside your conversation.

Claude · Cornect MCP
You:    Search Cornect for software companies in
        Berlin with 50–200 employees.

Claude: [calls search_companies via Cornect MCP]
        Found 47 companies matching your filters.
        Here are the first few…

What is MCP?

The Model Context Protocol is Anthropic's open standard for connecting AI assistants to external tools and data. Cornect's MCP server exposes the public Cornect API as a set of tools, so the assistant can query company data and run exports on your behalf — no glue code required.

What you can do

Six tools, one conversation.

search_companies

Search the company database with filters for industry, location, tech stack, size, and more.

get_company

Fetch full company profiles by ID — descriptions, location, technology stack, funding, and more.

create_export

Create export jobs and pull lead lists straight into Claude. Requires a read_write token.

get_export_status

Poll export jobs and know exactly when your data is ready to download.

download_export

Get short-lived presigned download URLs for completed exports.

get_credit_balance

Check workspace credits and recent transactions before bulk operations.

Install

Set up in two steps.

01

Get an API token

Sign in at app.cornect.io and create a token at Account → API tokens. Choose read for search and lookup, or read_write if Claude will create exports.

Get an API token
02

Add the custom connector

In Claude Desktop, go to Settings → Connectors → Add custom connector and enter:

  • Name: Cornect
  • URL: the connector URL below — replace YOUR_TOKEN with your cornect_ token.
Custom connector URL
https://mcp.cornect.io/mcp/YOUR_TOKEN
🔒The URL contains your token — treat the whole URL as a secret. Revoke it any time at Account → API tokens.

Click Add — no restart needed. Cornect's tools appear in the tools list. Verify it works:

try it
Ask Claude:
"Use Cornect to search for software companies in Berlin."

Not just Claude Desktop

Works with any MCP client.

The steps above show Claude Desktop, but mcp.cornect.io is a standard remote (Streamable HTTP) MCP server — it works with any client that supports custom/remote MCP connectors. Point your client at the same URL: https://mcp.cornect.io/mcp/YOUR_TOKEN.

Prefer to self-host? The server also runs as a local stdio process (advanced) — see the mcp-server README for the CORNECT_API_TOKEN + built-entrypoint path.

FAQ

Questions, answered.

Is this free?

Yes — the MCP server is free. You only spend Cornect credits when creating exports. Search, company lookup, credit checks, export status, and downloads don't charge.

Which scope do I need?

A read token covers everything except creating exports. Use a read_write token only if Claude will create exports on your behalf.

What if my token gets exposed?

Revoke it at Account → API tokens and mint a new one. Revocation is immediate — the next request with the old token is rejected.

Where's the source code?

The server lives in the Cornect repo under mcp-server/. Until it's published to npm, you can install it from source — see the README in the repo.

Where can I get help?

Email saadi@cornect.io.

Try it now.