Official MCP Server for Blockchain Data by Tatum (original) (raw)

Installation GitHub Repo

Global Installation (Recommended)

npm install -g @tatumio/blockchain-mcp

Local Installation

npm install @tatumio/blockchain-mcp

Get Your Tatum API Key

Get your free API key instantly from the Tatum Dashboard. Required for all MCP integrations.

Get API Key

Getting Started

2. MCP Client Integration

Add this server to your MCP client configuration:

{ "mcpServers": { "tatumio": { "command": "npx", "args": [ "@tatumio/blockchain-mcp" ], "env": { "TATUM_API_KEY": "YOUR_API_KEY" } } } }