← crawldex.com

INDIVIDUAL MCP TOOL

resolve_intent

Call this FIRST when the user gives a plain-language web task.

crawldex.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://crawldex.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for resolve_intent 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

crawldex.com

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.crawldex]
url = "https://crawldex.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crawldex": {
      "type": "http",
      "url": "https://crawldex.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crawldex
Remote MCP URL: https://crawldex.com/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": {
    "crawldex": {
      "url": "https://crawldex.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crawldex": {
      "type": "http",
      "url": "https://crawldex.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crawldex",
  "transport": "streamable-http",
  "url": "https://crawldex.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_trust_record — Call BEFORE an agent attempts any public website task to retrieve the Agent Trust Record verdict, confidence, blockers, user-present requirements, evidence links, and dispute link.
  • check_site_task — Alias for preflight.
  • get_agent_blockers — Call this BEFORE browser execution when a site-task may involve login, checkout, cancellation, refund, form submission, booking, support, or account changes.
  • get_success_signals — Call this BEFORE and DURING a website task to know which public success signals and guardrails prove the agent is still on the right route.
  • get_scoring_rubric — Call this when an agent or developer needs to justify CrawlDex verdicts.
  • preflight — Call this BEFORE attempting any public website task.
  • get_recipe — Call this BEFORE executing a known site-task to fetch recipe hints, guardrails, and success signals if CrawlDex has a known-good route.
  • get_alternatives — Call this when preflight says avoid, user-present, stale, blocked, or low confidence.