MCP Server
MCP
io.github.rascal-3/chainanalyzer-mcp
Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment