tatumio/blockchain-mcp
MCP server for Blockchain Data. It provides access to Tatum's blockchain API across 130+ networks with tools including RPC Gateway and Blockchain Data insights.
Quick Start
Clone the repository:
git clone https://github.com/tatumio/blockchain-mcpClaude Desktop configuration example:
{
"mcpServers": {
"blockchain-mcp": {
"command": "npx",
"args": [
"-y",
"tatumio/blockchain-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.