This page documents the original Crustdata MCP server, where the
assistant calls one tool at a time. For the newer
MCP server — natural-language access with real-time
credit reporting — head there instead.
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 → Settings → Integrations → Add more → Add custom MCP.
2
Configure the connection
- Name: Crustdata
- URL:
https://mcp.crustdata.com/mcp
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:Tools
The MCP server provides 23 tools organized into six categories.Company Tools
People Tools
Job Tools
Posts
Watcher Tools (Webhooks)
Utility Tools
All tool names are prefixed with
crustdata_ when called via MCP (e.g.,
identify → crustdata_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:- Claude initiates the OAuth flow automatically.
- You’re redirected to a login page where you either paste your API key or sign in via your Crustdata account.
- The key is validated and used for all subsequent API calls.
Common Workflows
Research a company:- Ask Claude to identify the company (free) → enrich it with specific fields → check social media posts for recent activity.
- Search people by company + seniority + title → enrich for contact info (emails, phone numbers).
- Search jobs by company/title/location → use aggregations to get breakdowns by category or location.
- Compare job openings across competitors using batch job search → analyze social media post activity.
Troubleshooting
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, andopenWorldHintannotations

