← cleartracedata.com

INDIVIDUAL MCP TOOL

request_api_key

Mint a free API key that multiplies this server's rate limits by 10x.

cleartracedata.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://cleartracedata.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for request_api_key and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • execution_benchmarks — Rank DEXs and aggregators by realized execution quality: median slippage against a 1-minute VWAP baseline, expressed as a score of 0-100 (higher means less slippage).
  • revert_rates — The share of a venue's routing transactions that fail on-chain, per chain.
  • attribution — Which frontend, router or interface originated on-chain DEX volume, aggregated per contract per chain.
  • contract_attribution — What ClearTrace knows about a single contract or wallet address: its per-chain volume split across the four attribution vectors, plus any label resolved for it.
  • explain_transaction — Classify a single transaction against the attribution engine: which frontend or router originated the trade and by which evidence, the pools it touched, any fee recipients, and whether it was sandwiched.
  • gas_prices — Current gas price on each supported chain, from RPC.