Marketing
crawdar.com
This MCP server provides tools for searching and researching businesses, including synchronous search, asynchronous lead searches, and sandbox data for testing.
ENDPOINT 1
https://crawdar.com/api/mcp
MCP server metadata
- Name
- crawdar
- Version
- 1.3.1
Use sandbox_businesses to test your integration for free. Use research_businesses for a quick one-call brief. Use start_lead_search then get_lead_search for progress, cursor pagination, refinement, and export. If a job returns retryable true, call retry_lead_search. Keep jobToken private, keep evidence URLs attached, and inspect diagnostics before treating zero results as exhaustive.
Known tools 9
research_businessesUse for a quick synchronous search when the user supplies one natural-language brief and can wait for results in the current tool call.
Inferred read-onlysearch_businessesUse for a quick synchronous search when target, geography, and qualification fields are already structured.
Inferred read-onlysandbox_businessesReturn deterministic fictional businesses without consuming provider capacity.
Inferred read-onlyrefine_lead_searchCreate a new private search job by changing the brief or criteria of a completed job.
Potential side effectsretry_lead_searchCreate a replacement job when a prior job failed or exceeded its execution window.
Potential side effectsexplain_crawdarGet result semantics, limits, interface URLs, and safe operating guidance.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crawdar.com was fetched 2026-08-23T21:20:54.337Z.
crawdar.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.