New — this is our latest MCP server, and we’d love for you to try it.
- Ask in plain English. No query language, no endpoints to learn — just describe what you want.
- Complex asks, one step. A request like “find AI startups hiring engineers, then get me the founders’ emails” runs start to finish in a single step.
- Know the cost, instantly. Every request reports the exact credits it spent, in real time — no surprises.
- Connect in seconds. Sign in with your Crustdata account — there’s no API key to copy or paste.
Quick start
1
Add the MCP connector
In Claude, open Customize → Connectors → Add custom connector.
2
Configure the connection
- Name: Crustdata
- URL:
https://install.crustdata.com/mcp
3
Connect and authenticate
Open the new connector under Not connected and click Connect, then sign in with your Crustdata account. There’s no API key to copy or paste — signing in authorizes the connection.No account yet? Sign up at crustdata.co.
4
Start using it
Try one of the example prompts below.
Example prompts
Once connected, you can ask Claude questions like:What you can do
Companies
Find and enrich companies by industry, headcount, location, funding, and more — with full firmographic profiles.
People & contacts
Search people by title, seniority, company, and skills, then enrich profiles with business emails, personal emails, and phone numbers.
Jobs
Search millions of job listings with filters and breakdowns, or pull a company’s live openings on demand.
Social & web
Track recent social posts by person, company, or keyword, and search and read content from across the web.
Credit costs vary by request and plan. See Pricing for
per-request credit costs and Rate limits for limits.
Cost transparency
Every request reports the exact credits it spent, in real time — measured from what the request actually did, never estimated. Enrichment always takes the cheapest correct path, so you never over-spend by accident.Sign-in
Sign in with your Crustdata account when you connect — there’s no API key to copy or paste. Your key is never stored, and you can disconnect any time from your MCP client.Programmatic access
You can use the same server from your own code — agent frameworks, backend jobs, or anywhere the sign-in flow isn’t practical. Connect any MCP client to the endpoint and pass your Crustdata API key as a bearer token:- Endpoint:
https://install.crustdata.com/mcp - Header:
Authorization: Bearer YOUR_API_KEY
Catalog resources
The server publishes its own usage guide as MCP resources — markdown pages an agent can read directly instead of re-deriving the tool list and schemas each session. Readcrustdata://catalog first; it carries the must-know rules and an index of the sections:
Any MCP client can fetch these with a standard resource read —
session.read_resource("crustdata://catalog") in the Python SDK, or client.readResource({ uri: "crustdata://catalog" }) in TypeScript.

