A Model Context Protocol (MCP) server providing access to Tatum's blockchain API across 130+ networks with tools including RPC Gateway and Blockchain Data insights.
130+ Blockchain Networks: Bitcoin, Ethereum, Polygon, Arbitrum, Base, Avalanche, and many more
🔗 Blockchain Data: Blocks, transactions, balances, network info
🌐 RPC Gateway: Direct access to blockchain RPC endpoints
工具
gateway_get_supported_chains
gateway_get_supported_methods
gateway_execute_rpc
get_metadata
get_wallet_balance_by_time
get_wallet_portfolio
get_owners
check_owner
get_transaction_history
get_block_by_time
get_tokens
check_malicious_address
get_exchange_rate
服务器配置
{
"mcpServers": {
"tatumio": {
"command": "npx",
"args": [
"@tatumio/blockchain-mcp"
],
"env": {
"TATUM_API_KEY": "YOUR_API_KEY"
}
}
}
}