Developer Tools
Trust: 32/100 (Limited)io.github.CryptoAPIs-io/mcp-address-history Guide
MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs
by CryptoAPIs-io
Quick Start
Install
npx @cryptoapis-io/mcp-address-historyClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cryptoapis-io-mcp-address-history": {
"command": "npx",
"args": [
"@cryptoapis-io/mcp-address-history"
]
}
}
}