INDIVIDUAL MCP TOOL
refine_lead_search
Create a new private search job by changing the brief or criteria of a completed job.
LIVE ENDPOINT
https://crawdar.com/api/mcp
Connect to this endpoint to inspect the live schema for refine_lead_search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.search_businesses— Use for a quick synchronous search when target, geography, and qualification fields are already structured.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.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.