chainanalyzer-mcp
chainanalyzer-mcp
MCP-Server für ChainAnalyzer — Multi-Chain-Blockchain-AML-Risikoanalyse für KI-Agenten.
Scannen Sie jede Adresse über Bitcoin, Ethereum, Polygon, Avalanche und Solana auf Sanktionsverstöße, Geldwäschemuster, Rug Pulls, Wallet-Drainer und mehr. Über 76 Erkennungsregeln, ML-Anomalie-Scoring und Neo4j-Graph-Analyse.
Tools
Tool | Beschreibung | Preis |
| AML-Risiko-Score für jede Blockchain-Adresse | $0.008 |
| OFAC / FATF / JFSA Sanktionsprüfung | $0.003 |
| Transaktionsfluss-Verfolgung mit ML-Anomalieerkennung | $0.015 |
| CoinJoin / Mixing-Muster-Erkennung (Bitcoin) | $0.01 |
| Wallet-Clustering via Neo4j-Graph-Analyse | $0.02 |
| Batch-AML-Screening (bis zu 50 Adressen) | $0.05 |
Related MCP server: Bitcoin-MCP-Server
Schnellstart
Claude Desktop / Claude Code
Fügen Sie dies Ihrer MCP-Konfiguration hinzu:
{
"mcpServers": {
"chainanalyzer-aml": {
"command": "npx",
"args": ["-y", "chainanalyzer-mcp"],
"env": {
"CHAINANALYZER_API_KEY": "tfk_your_api_key"
}
}
}
}Aus dem Quellcode
git clone https://github.com/rascal-3/chainanalyzer-mcp.git
cd chainanalyzer-mcp
npm install
npm startAuthentifizierung
Wählen Sie einen von drei Modi:
1. API-Schlüssel (Abonnement)
Erhalten Sie einen tfk_ API-Schlüssel von chain-analyzer.com (Pro-Plan).
{
"env": {
"CHAINANALYZER_API_KEY": "tfk_your_api_key"
}
}2. x402 USDC-Zahlung (Pay-Per-Request)
Kein Konto erforderlich. Bezahlen Sie pro Anfrage mit USDC auf Base oder Solana.
{
"env": {
"X402_PRIVATE_KEY": "your_wallet_private_key",
"X402_NETWORK": "base"
}
}Erfordert das x402 npm-Paket: npm install x402
3. Entwicklermodus
Keine Authentifizierung. Funktioniert, wenn der ChainAnalyzer-Server X402_ENABLED=false gesetzt hat.
{
"env": {
"CHAINANALYZER_BASE_URL": "http://localhost:3000"
}
}Umgebungsvariablen
Variable | Beschreibung | Erforderlich |
|
| Eines von API-Schlüssel oder x402 |
| Wallet-Private-Key für USDC-Zahlungen | Eines von API-Schlüssel oder x402 |
| Zahlungsnetzwerk: | Nein |
| API-Basis-URL (Standard: | Nein |
Anwendungsbeispiele
Sobald die Konfiguration abgeschlossen ist, fragen Sie Ihren KI-Agenten:
"Prüfe, ob diese Ethereum-Adresse sanktioniert ist: 0x1234..."
"Analysiere den Risiko-Score für dieses Solana-Wallet: ABC123..."
"Verfolge den Geldfluss dieser Bitcoin-Transaktion und prüfe auf Mixing-Muster"
"Überprüfe diese 20 Adressen auf AML-Compliance"
Der Agent ruft automatisch die entsprechenden ChainAnalyzer-Tools auf.
Unterstützte Chains
Bitcoin — OFAC-Screening, Dust-Attacks, Peel-Chains, CoinJoin-Erkennung
Ethereum — 18+ Detektoren, Neo4j-Graph-Analyse, Sanktionen, Mixer
Polygon — Vollständige EVM-AML-Suite, Etherscan V2-kompatibel
Avalanche — Vollständige EVM-AML-Suite, Routescan-API
Solana — Token-Sicherheit (Rug Pull, Honeypot), Wallet-Drainer-Erkennung
Links
ChainAnalyzer — Web-Plattform
Dokumentation — API-Referenz
x402 Protokoll — Pay-per-Request-Standard
Lizenz
MIT - siehe LICENSE
Erstellt von refinancier, inc.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityAmaintenanceMCP Server for automated reverse engineering with IDA Pro.4311,479MIT
- AlicenseAqualityBmaintenanceThe first MCP Server dedicated to Bitcoin ecosystem236MIT
- AGPL 3.0
- MIT
Related MCP Connectors
MCP server for Blockscout
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server for deep research or task groups
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rascal-3/chainanalyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server