Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-rascal-3-chainanalyzer-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.rascal-3/chainanalyzer-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Server for ChainAnalyzer — multi-chain blockchain AML risk analysis for AI agents.
Scan any address across Bitcoin, Ethereum, Polygon, Avalanche, and Solana for sanctions violations, money laundering patterns, rug pulls, wallet drainers, and more. 76+ detection rules, ML anomaly scoring, and Neo4j graph analysis.
| Tool | Description | Price |
|---|---|---|
check_address_risk | AML risk score for any blockchain address | $0.008 |
sanctions_check | OFAC / FATF / JFSA sanctions screening | $0.003 |
trace_transaction | Transaction flow tracing with ML anomaly detection | $0.015 |
detect_coinjoin | CoinJoin / mixing pattern detection (Bitcoin) | $0.01 |
cluster_wallet | Wallet clustering via Neo4j graph analysis | $0.02 |
batch_screening | Batch AML screening (up to 50 addresses) | $0.05 |
Add to your MCP configuration:
{
"mcpServers": {
"chainanalyzer-aml": {
"command": "npx",
"args": ["-y", "chainanalyzer-mcp"],
"env": {
"CHAINANALYZER_API_KEY": "tfk_your_api_key"
}
}
}
}
git clone https://github.com/rascal-3/chainanalyzer-mcp.git
cd chainanalyzer-mcp
npm install
npm start
Choose one of three modes:
Get a tfk_ API key from chain-analyzer.com (Pro plan).
{
"env": {
"CHAINANALYZER_API_KEY": "tfk_your_api_key"
}
}
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
No authentication. Works when the ChainAnalyzer server has X402_ENABLED=false.
{
"env": {
"CHAINANALYZER_BASE_URL": "http://localhost:3000"
}
}
| 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 |
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.
MIT - see LICENSE
Built by refinancier, inc.