Serversio.github.rascal-3/chainanalyzer-mcp
M

io.github.rascal-3/chainanalyzer-mcp

io.github.rascal-3/chainanalyzer-mcp · v1.1.1
▦ npm
v1.1.1npm npm: chainanalyzer-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.rascal-3/chainanalyzer-mcp",
  "description": "Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL.",
  "repository": {
    "url": "https://github.com/rascal-3/chainanalyzer-mcp",
    "source": "github"
  },
  "version": "1.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "chainanalyzer-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EVM wallet private key used to sign x402 USDC micropayments on Base (required for pay-per-request mode)",
          "isSecret": true,
          "name": "X402_WALLET_PRIVATE_KEY"
        },
        {
          "description": "ChainAnalyzer API key (tfk_...) for subscription-based billing instead of x402 micropayments",
          "isSecret": true,
          "name": "CHAINANALYZER_API_KEY"
        },
        {
          "description": "Override the API base URL (default: https://chain-analyzer.com)",
          "name": "CHAINANALYZER_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}