← Registry

Marketing

crawdar.com

This MCP server provides tools for searching and researching businesses, including synchronous search, asynchronous lead searches, and sandbox data for testing.

1 endpoint10 known toolsFirst detected August 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://crawdar.com/api/mcp

No auth detected

MCP server metadata

Name
crawdar
Version
1.5.0
Capabilities
tools
Server instructions

Use sandbox_businesses to test your integration for free. Use research_businesses for a quick qualified-prospect brief. Use start_lead_search then get_lead_search for progress, cursor pagination, refinement, and export. Read prospectStatus, criteria, whyMatch, and contactRoute before acting. Compact results expose sourceUrls; full REST and sandbox results retain evidence[].url. If a job returns retryable true, call retry_lead_search. Keep jobToken private and inspect diagnostics before treating zero results as exhaustive.

Known tools 10

scan_review_pain_points

Scan a named business or discover up to three businesses for recent recurring complaints.

Inferred read-only
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.

Inferred read-only
search_businesses

Use for a quick synchronous search when target, geography, and qualification fields are already structured.

Inferred read-only
sandbox_businesses

Return deterministic fictional businesses without consuming provider capacity.

Inferred read-only
start_lead_search

Use for the recommended durable asynchronous workflow.

Inferred read-only
get_lead_search

Read job status or one cursor-paginated result page.

Inferred read-only
refine_lead_search

Create a new private search job by changing the brief or criteria of a completed job.

Potential side effects
retry_lead_search

Create a replacement job when a prior job failed or exceeded its execution window.

Potential side effects
cancel_lead_search

Cancel a queued or running search job.

Inferred read-only
explain_crawdar

Get result semantics, limits, interface URLs, and safe operating guidance.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for crawdar.com was fetched 2026-08-23T21:20:54.337Z and is being refreshed.

Trust status Neutral

crawdar.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.