← Back to browse

chainanalyzer-mcp

Indexed by io.github.rascal-3

About

Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsX402_WALLET_PRIVATE_KEY CHAINANALYZER_API_KEY CHAINANALYZER_BASE_URL
Claude Code
claude mcp add --env X402_WALLET_PRIVATE_KEY= --env CHAINANALYZER_API_KEY= --env CHAINANALYZER_BASE_URL= chainanalyzer-mcp -- npx chainanalyzer-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"chainanalyzer-mcp","command":"npx","args":["chainanalyzer-mcp"],"env":{"X402_WALLET_PRIVATE_KEY":"","CHAINANALYZER_API_KEY":"","CHAINANALYZER_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "chainanalyzer-mcp": {
      "command": "npx",
      "args": [
        "chainanalyzer-mcp"
      ],
      "env": {
        "X402_WALLET_PRIVATE_KEY": "",
        "CHAINANALYZER_API_KEY": "",
        "CHAINANALYZER_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.