Crustdata MCP
Real-time B2B data for agents: search and enrich 1B+ people and 200M+ company profiles
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Tools: List the underlying Crustdata tools callable from inside execute() via callTool(name, params).
- Get Schema: Return the input fields, filterable columns, and response shape for the named tools.
- Execute: Run a plain-JavaScript script that drives Crustdata — the only I/O is `const r = await callTool(name, params)`. The `code` field carries the contract; read crustdata://catalog for the rules a
What data it sees
Do you need an account
No: the server works without sign-in
Real-time B2B data for agents: search and enrich 1B+ people and 200M+ company profiles
Server tool list (3)
Raw names from tools/list. Only developers need these.
| list_tools | List the underlying Crustdata tools callable from inside execute() via callTool(name, params). |
| get_schema | Return the input fields, filterable columns, and response shape for the named tools. |
| execute | Run a plain-JavaScript script that drives Crustdata — the only I/O is `const r = await callTool(name, params)`. The `code` field carries the contract; read crustdata://catalog for the rules and a section index. |