A Model Context Protocol (MCP) server that provides access to the Tatum Blockchain Data API and RPC Gateway, enabling any LLM to read and write blockchain data across 130+ networks. Visit official MCP webpage for more details and to get your Tatum API key. - 130+ Blockchain Networks: Bitcoin, Ethereum, Solana, Polygon, Arbitrum, Base, Avalanche, and many more. - ๐ Blockchain Data API: Blocks, tra
Add this skill
npx mdskills install tatumio/blockchain-mcpComprehensive blockchain data access across 130+ networks with clear API integration
A Model Context Protocol (MCP) server that provides access to the Tatum Blockchain Data API and RPC Gateway, enabling any LLM to read and write blockchain data across 130+ networks. Visit official MCP webpage for more details and to get your Tatum API key.
npm install -g @tatumio/blockchain-mcp
npm install @tatumio/blockchain-mcp
Get your free API key from Tatum Dashboard.
Add this server to your MCP client configuration:
{
"mcpServers": {
"tatumio": {
"command": "npx",
"args": [
"@tatumio/blockchain-mcp"
],
"env": {
"TATUM_API_KEY": "YOUR_API_KEY"
}
}
}
}
This project is licensed under the MIT License - see the LICENSE file for details.
Tatum is a blockchain development platform that provides APIs, SDKs, and tools for building blockchain applications. Learn more at tatum.io.
Made with โค๏ธ by the Tatum team
Install via CLI
npx mdskills install tatumio/blockchain-mcpBlockchain MCP powered by Tatum is a free, open-source AI agent skill. A Model Context Protocol (MCP) server that provides access to the Tatum Blockchain Data API and RPC Gateway, enabling any LLM to read and write blockchain data across 130+ networks. Visit official MCP webpage for more details and to get your Tatum API key. - 130+ Blockchain Networks: Bitcoin, Ethereum, Solana, Polygon, Arbitrum, Base, Avalanche, and many more. - ๐ Blockchain Data API: Blocks, tra
Install Blockchain MCP powered by Tatum with a single command:
npx mdskills install tatumio/blockchain-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Blockchain MCP powered by Tatum works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.