chainanalyzer mcp for Grok
io.github.rascal-3/chainanalyzer-mcp
Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL.
client:Grok
transport:stdio
runtime:npm
Install chainanalyzer mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"chainanalyzer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chainanalyzer-mcp"
],
"env": {
"X402_WALLET_PRIVATE_KEY": "<X402_WALLET_PRIVATE_KEY>",
"CHAINANALYZER_API_KEY": "<CHAINANALYZER_API_KEY>",
"CHAINANALYZER_BASE_URL": "<CHAINANALYZER_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs