Back to MCP Servers
Blockchain
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.
finance-fintechapiai
By tatumio
Installation
npx -y blockchain-mcpConfiguration
{
"mcpServers": {
"blockchain-mcp": {
"command": "npx",
"args": ["-y", "blockchain-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes