Crustdata MCP
Real-time B2B data for agents: search and enrich 1B+ people and 200M+ company profiles
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Real-time B2B data for agents: search and enrich 1B+ people and 200M+ company profiles
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |