Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crustdata.com/llms.txt

Use this file to discover all available pages before exploring further.

The Crustdata MCP server gives AI assistants direct access to 800M+ professional profiles and 200M+ companies. Connect it to Claude.ai, Claude Code, or any MCP-compatible client to search, enrich, and analyze B2B data through natural language.

Demos

Claude Code Demo

See Crustdata MCP in action with Claude Code — search companies, enrich profiles, and analyze jobs through natural language.

Terminal Demo

Watch the MCP server running in a terminal with the STDIO transport.

Quick Start

1

Add the MCP connector

Go to claude.ai, click your profile icon → SettingsIntegrationsAdd moreAdd custom MCP.
2

Configure the connection

  • Name: Crustdata
  • URL: https://mcp.crustdata.com/mcp
Click Add to save.
3

Authenticate

You’ll be redirected to a login page. Paste your Crustdata API key or sign in with your Crustdata account.Don’t have an API key? Sign up at crustdata.com to get one.
4

Start using it

All 23 tools are immediately available. Try one of the example prompts below.

Example Prompts

Once connected, you can ask Claude questions like:
PromptWhat it does
”Find software engineering jobs at Anthropic”Searches the job database with filters
”What jobs does Stripe have open right now?”Fetches live job listings in real-time
”Find the profile for jane.doe@gmail.comReverse lookup by personal email
”Show me AI startups with 100-500 employees”Searches company database with headcount filter
”Who are the engineering leaders at Anthropic?”Searches people by seniority and company
”Get me the email for this person’s profile”Enriches a person profile with contact info
”Compare job openings at Anthropic, OpenAI, and Cohere”Batch job search across multiple companies
”What is Anthropic posting about on social media?”Fetches recent social media posts
”How many credits do I have?”Checks your account balance

Tools

The MCP server provides 23 tools organized into six categories.

Company Tools

ToolDescription
identifyMatch companies by name, domain, profile URL, or Crunchbase URL (free)
enrichGet comprehensive company profile (headcount, funding, revenue, etc.) — 1-4 credits
search_dbSearch company database with filters (industry, headcount, location, funding) — 1 credit
searchReal-time company search with advanced filters — 1+ credits
autocompleteDiscover valid company filter values (free)

People Tools

ToolDescription
enrichGet person profile by profile URL, business email, or personal email — 2-5 credits
search_dbSearch people database with filters (title, company, seniority, skills) — 3 credits/100
searchReal-time people search with advanced filters — 1+ credits
autocompleteDiscover valid person filter values (free)

Job Tools

ToolDescription
job_searchSearch job database with filters, sorting, pagination, and aggregations — 1 credit/job
job_search_liveFetch live job listings in real-time for a single company — 1 credit/job
batch_job_searchAsync batch job search for up to 10 companies at once — 1 credit/job
batch_job_search_liveAsync batch live job search across up to 10 companies — 1 credit/job

Posts

ToolDescription
social_postsFetch social media posts by person or company profile URL — 1 credit
company_social_postsSearch social media posts by keyword — 1 credit

Watcher Tools (Webhooks)

ToolDescription
watcher_createCreate a webhook to monitor job postings, social media posts, or profile changes — 1 credit
watcher_updateUpdate an existing watcher (pause, resume, change endpoint) — free
watcher_simulateTest a watcher configuration without creating it — free
watcher_listList all your active watchers — free

Utility Tools

ToolDescription
credits_checkCheck your current credit balance and account tier — free
autocomplete_filterDiscover valid search filter values — free
web_searchSearch the web via Crustdata’s search API — 1 credit
web_fetchFetch and extract content from a webpage — 1 credit
All tool names are prefixed with crustdata_ when called via MCP (e.g., identifycrustdata_company_identify). Company and people tools also include the category prefix (company_, people_).

Authentication

The MCP server uses OAuth 2.1 with Dynamic Client Registration. When you connect from Claude.ai:
  1. Claude initiates the OAuth flow automatically.
  2. You’re redirected to a login page where you either paste your API key or sign in via your Crustdata account.
  3. The key is validated and used for all subsequent API calls.
Your API key is never stored on the MCP server — it’s passed through to the Crustdata API on each request.

Common Workflows

Research a company:
  1. Ask Claude to identify the company (free) → enrich it with specific fields → check social media posts for recent activity.
Find decision-makers:
  1. Search people by company + seniority + title → enrich for contact info (emails, phone numbers).
Hiring analysis:
  1. Search jobs by company/title/location → use aggregations to get breakdowns by category or location.
Competitive intelligence:
  1. Compare job openings across competitors using batch job search → analyze social media post activity.

Troubleshooting

ErrorCauseFix
Authentication failedInvalid or expired API keyRe-authenticate with a valid key
Insufficient creditsAccount has no remaining creditsTop up credits at app.crustdata.com
Rate limit exceededToo many requests per minuteWait and retry, or reduce request frequency
Person not foundProfile not in databaseTry with enrich_realtime=true for a live lookup
Request timed outQuery too broadAdd more specific filters or reduce the limit

Transport & Security

  • Transport: Streamable HTTP
  • Endpoint: https://mcp.crustdata.com/mcp
  • TLS: HTTPS via AWS ALB with ACM certificate
  • Auth: OAuth 2.1 with Dynamic Client Registration
  • Safety annotations: All tools include readOnlyHint, destructiveHint, and openWorldHint annotations

Support

For help or feedback, contact support@crustdata.com.