loading…
Search for a command to run...
loading…
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.
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.
MCP TypeScript NPM Version License: MIT
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"tatumio-blockchain-mcp": {
"command": "npx",
"args": []
}
}
}