Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

rascal-3/chainanalyzer-mcp MCP server](https://glama.ai/mcp/servers/rascal-3/chainanalyzer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/rascal-3/chainanalyzer-mcp) πŸ“‡ ☁️ - Multi-chain AML risk scoring and sanctions screening for AI agents.

README.md

chainanalyzer-mcp

MCP Server for ChainAnalyzer β€” multi-chain blockchain AML risk analysis for AI agents.

Scan any address across 8 chains live for self-serve β€” Bitcoin, Ethereum, Polygon, Base, Arbitrum, Optimism, Avalanche, Solana β€” plus BNB Smart Chain on Enterprise rollout (paid Etherscan tier required, available via API key only). 76+ detection rules across 9 chains, ML anomaly scoring, and Neo4j graph analysis.

Tools

| Tool | Description | Price | |------|-------------|-------| | check_address_risk | AML risk score for any blockchain address | $1.00 | | sanctions_check | OFAC / FATF / JFSA sanctions screening | $0.50 | | trace_transaction | Transaction flow tracing with ML anomaly detection | $3.00 | | detect_coinjoin | CoinJoin / mixing pattern detection (Bitcoin) | $1.00 | | cluster_wallet | Wallet clustering via Neo4j graph analysis | $2.50 | | batch_screening | Batch AML screening (up to 50 addresses) | $5.00 | | bridge_flow_trace | Multi-hop cross-chain forensic trace with Solver detection + same-intent correlation (NEAR Intents / Wormhole / Stargate / Across / Synapse / Hop / deBridge) | $3.00 |

Quick Start

Claude Desktop / Claude Code

Add to your MCP configuration:

{
  "mcpServers": {
    "chainanalyzer-aml": {
      "command": "npx",
      "args": ["-y", "chainanalyzer-mcp"],
      "env": {
        "CHAINANALYZER_API_KEY": "tfk_your_api_key"
      }
    }
  }
}

From Source

git clone https://github.com/rascal-3/chainanalyzer-mcp.git
cd chainanalyzer-mcp
npm install
npm start

Authentication

Choose one of three modes:

1. API Key (Subscription)

Get a tfk_ API key from chain-analyzer.com (Pro plan).

{
  "env": {
    "CHAINANALYZER_API_KEY": "tfk_your_api_key"
  }
}

2. x402 USDC Payment (Pay-Per-Request)

No account needed. Pay with USDC on Base or Solana per request.

{
  "env": {
    "X402_PRIVATE_KEY": "your_wallet_private_key",
    "X402_NETWORK": "base"
  }
}

Requires the x402 npm package: npm install x402

3. Dev Mode

No authentication. Works when the ChainAnalyzer server has X402_ENABLED=false.

{
  "env": {
    "CHAINANALYZER_BASE_URL": "http://localhost:3000"
  }
}

Environment Variables

| Variable | Description | Required | |----------|-------------|----------| | CHAINANALYZER_API_KEY | tfk_ API key (subscription auth) | One of API key or x402 | | X402_PRIVATE_KEY | Wallet private key for USDC payments | One of API key or x402 | | X402_NETWORK | Payment network: base or solana (default: base) | No | | CHAINANALYZER_BASE_URL | API base URL (default: https://chain-analyzer.com) | No |

Example Usage

Once configured, ask your AI agent:

"Check if this Ethereum address is sanctioned: 0x1234..."

"Analyze the risk score for this Solana wallet: ABC123..."

"Trace the fund flow of this Bitcoin transaction and check for mixing patterns"

"Screen these 20 addresses for AML compliance"

The agent will automatically call the appropriate ChainAnalyzer tools.

Supported Chains

  • Bitcoin β€” OFAC screening, dust attacks, peel chains, CoinJoin detection
  • Ethereum β€” 18+ detectors, Neo4j graph analysis, sanctions, mixers
  • Polygon β€” Full EVM AML suite, Etherscan V2 compatible
  • Avalanche β€” Full EVM AML suite, Routescan API
  • Solana β€” Token security (rug pull, honeypot), wallet drainer detection

Links

License

MIT - see LICENSE

---

Built by refinancier, inc.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.