mcpbeat Sign in

Chainanalyzer MCP Server

local only

Chainanalyzer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 8 Aug 2026.

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

Installs per day peak 22 · avg 7 · -11% w/w
a month agotoday
43
Installs / week
npm · chainanalyzer-mcp
1
Stars
1 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Chainanalyzer MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chainanalyzer-mcp -- npx -y chainanalyzer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chainanalyzer-mcp": {
      "args": [
        "-y",
        "chainanalyzer-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chainanalyzer-mcp]
command = "npx"
args = ["-y", "chainanalyzer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chainanalyzer-mcp": {
      "args": [
        "-y",
        "chainanalyzer-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chainanalyzer-mcp": {
      "args": [
        "-y",
        "chainanalyzer-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: X402_WALLET_PRIVATE_KEY (EVM wallet private key used to sign x402 USDC micropayments on Base (required for pay-per-request mode)), CHAINANALYZER_API_KEY (ChainAnalyzer API key (tfk_...) for subscription-based billing instead of x402 micropayments), CHAINANALYZER_BASE_URL (Override the API base URL (default: https://chain-analyzer.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chainanalyzer MCP

same job, measured the same way
Publicaml
by saloprj

Free crypto AML/KYT screening for BTC/ETH/BSC/TRON — risk score, sanctions, source of funds.

7 tools answering
Publicaml
by publicaml

AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.

31 installs/wk local only
traql
by traql

AML risk scoring for crypto addresses and transactions on Ethereum, BSC, TRON, TON, Bitcoin

74 installs/wk local only
Ibanforge
by cammac-creator

Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring

1 194 installs/wk 11 tools answering
Aml
by oceanalt

Screen a payee address before an AI agent pays: sanctions, mixers, scam lists, on-chain risk.

134 installs/wk 10 tools answering
Realmint
by realmint-io

Agent-native scoring, search and routing for tokenized real-world assets across multi-chain.

16 tools answering
CreditRisk Oracle
by evozim

B2B credit risk evaluator and supply chain health scoring oracle.

answering
Probity Wallet Reputation
by probitylabs

Pre-transaction risk screening for Ethereum addresses: signed score, sanctions, audit trail.

7 tools answering

Chainanalyzer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Chainanalyzer MCP?
Chainanalyzer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package chainanalyzer-mcp was installed 43 times last week.
How do I connect Chainanalyzer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls chainanalyzer-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Chainanalyzer MCP?
The npm package chainanalyzer-mcp was installed 43 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chainanalyzer MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.