INDIVIDUAL MCP TOOL
search_businesses
Use for a quick synchronous search when target, geography, and qualification fields are already structured.
LIVE ENDPOINT
https://crawdar.com/api/mcp
Connect to this endpoint to inspect the live schema for search_businesses and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.crawdar]
url = "https://crawdar.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crawdar": {
"type": "http",
"url": "https://crawdar.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crawdar
Remote MCP URL: https://crawdar.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"crawdar": {
"url": "https://crawdar.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crawdar": {
"type": "http",
"url": "https://crawdar.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crawdar",
"transport": "streamable-http",
"url": "https://crawdar.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
research_businesses— Use for a quick synchronous search when the user supplies one natural-language brief and can wait for results in the current tool call.sandbox_businesses— Return deterministic fictional businesses without consuming provider capacity.start_lead_search— Use for the recommended durable asynchronous workflow.get_lead_search— Read job status or one cursor-paginated result page.refine_lead_search— Create a new private search job by changing the brief or criteria of a completed job.retry_lead_search— Create a replacement job when a prior job failed or exceeded its execution window.cancel_lead_search— Cancel a queued or running search job.explain_crawdar— Get result semantics, limits, interface URLs, and safe operating guidance.