Token Holder Analysis — Distribution & Whale Detection
https://server.smithery.ai/axel-belfort/token-holders/mcp
● healthy
Token holder distribution API for AI agents. Analyze any ERC-20 token's holder structure: top holders with % ownership, whale count, Gini concentration coefficient, holder trend (growing/shrinking), and smart money addresses. Tools: token_get_holder_analysis. Use this for due diligence before investing, detecting whale accumulation, or assessing decentralization. IMPORTANT: For contract safety (honeypot, rug-pull), use token_check_safety instead. Returns: {topHolders[], whaleCount, concentration, trend}. No API key required — x402 micropayment $0.005/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/token-holders/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/token-holders/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/token-holders-x402