Blockchain MCP powered by Tatum

Blockchain MCP powered by Tatum

MCP server for universal blockchain data access across 130+ networks.

12
Stars
10
Forks
12
Watchers
3
Issues
Blockchain MCP powered by Tatum is a Model Context Protocol (MCP) server that enables large language models (LLMs) to read and write blockchain data across more than 130 networks. It provides unified access to both the Tatum Blockchain Data API and direct RPC gateways, supporting tools for retrieving balances, portfolios, transactions, and more. The platform is designed for seamless integration via API key and configurable MCP client setups, making it easier to build blockchain-aware AI solutions. Comprehensive documentation and extensive network compatibility facilitate robust development and scalability.

Key Features

Supports 130+ blockchain networks, both EVM and non-EVM
Unified access to Blockchain Data API and RPC gateway
Tools for NFT and multitoken metadata retrieval
Wallet balance and portfolio querying
Comprehensive transaction history access
Ownership verification and address analysis
Malicious address detection
Real-time token exchange rate lookups
Configurable MCP server integration
Open-source with MIT license

Use Cases

Building AI-powered blockchain explorers
Automating blockchain data analytics
Developing wallets or portfolio tracking tools
NFT platform data integration
Fraud or malicious address detection
Real-time transaction and block monitoring
Cross-network balance and asset analysis
Executing on-chain RPC calls from AI agents
Integrating blockchain context into LLM workflows
Multi-chain dApp backend development

README

Blockchain MCP powered by Tatum

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.

Install MCP Server

🚀 Features

  • 130+ Blockchain Networks: Bitcoin, Ethereum, Solana, Polygon, Arbitrum, Base, Avalanche, and many more.
  • 🔗 Blockchain Data API: Blocks, transactions, balances, network info, and more.
  • 🌐 RPC Gateway: Direct access to blockchain RPC endpoints.

📦 Installation

Global Installation (Recommended)

bash
npm install -g @tatumio/blockchain-mcp

Local Installation

bash
npm install @tatumio/blockchain-mcp

🔑 Getting Started

1. Get Your API Key

Get your free API key from Tatum Dashboard.

2. MCP Client Integration

Add this server to your MCP client configuration:

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

🛠️ Available Tools

Blockchain Data (10 tools)

  • get_metadata - Fetch NFT/multitoken metadata by address and IDs
  • get_wallet_balance_by_time - Get wallet balance at specific time
  • get_wallet_portfolio - Get comprehensive wallet portfolio
  • get_owners - Get owners of NFT/token
  • check_owner - Check if address owns specific token
  • get_transaction_history - Get transaction history for address
  • get_block_by_time - Get block information by timestamp
  • get_tokens - Get tokens for specific wallet
  • check_malicous_address - Check if address is malicious
  • get_exchange_rate - Get real-time exchange rates

RPC Gateways (4 tools)

  • gateway_get_supported_chains - Get all supported blockchain networks
  • gateway_get_supported_methods - Get supported RPC methods for chain
  • gateway_execute_rpc - Execute RPC calls on any supported chain

🌐 Supported Networks

EVM-Compatible (69 networks)

  • Ethereum: Mainnet, Sepolia, Holesky
  • Layer 2: Polygon, Arbitrum, Optimism, Base
  • Sidechains: BSC, Avalanche, Fantom
  • Enterprise: Celo, Palm, Gnosis
  • Gaming: Ronin, Chiliz

Non-EVM (61 networks)

  • Bitcoin: Mainnet, Testnet, Signet
  • Alternative Coins: Litecoin, Dogecoin, Bitcoin Cash
  • Smart Contract Platforms: Solana, Cardano, Tezos
  • Enterprise: Stellar, Ripple, EOS

📖 Documentation

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🏢 About Tatum

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

Star History

Star History Chart

Repository Owner

tatumio
tatumio

Organization

Repository Details

Language TypeScript
Default Branch main
Size 98 KB
Contributors 4
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

TypeScript
73.6%
JavaScript
26.4%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Web3 MCP

    Web3 MCP

    A Model Context Protocol server for unified blockchain data access.

    Web3 MCP is a Model Context Protocol server that provides access to blockchain data through Ankr's Advanced API. It allows large language models to interact seamlessly with multiple blockchain networks such as Ethereum, BSC, Polygon, and Avalanche. With support for NFT, token, and blockchain query APIs, it enables users and AI agents to retrieve on-chain data, statistics, and analytics efficiently within an MCP context.

    • 3
    • MCP
    • tumf/web3-mcp
  • Bitcoin MCP Server

    Bitcoin MCP Server

    Real-time Bitcoin blockchain data server for MCP clients.

    Provides tools to deliver real-time Bitcoin blockchain data for use with Model Context Protocol (MCP) clients. Offers specialized endpoints for querying blockchain addresses, transactions, UTXOs, and block information by interfacing with the mempool.space API. Supports easy installation and integration with popular MCP clients, enabling seamless access to blockchain analytics.

    • 0
    • MCP
    • JamesANZ/bitcoin-mcp
  • Substrate MCP Server

    Substrate MCP Server

    A Rust-based MCP server for dynamic Substrate blockchain operations.

    Substrate MCP Server provides a Model Context Protocol (MCP) compliant server enabling dynamic interaction with Substrate blockchains. It supports querying balances, pallets, and storage, as well as submitting transactions and accessing block and event data. The server is fully configurable via environment variables and designed for seamless integration with tools such as Cursor, Claude, and development dashboards. Built in Rust, it interfaces with Substrate nodes using the subxt crate.

    • 11
    • MCP
    • ThomasMarches/substrate-mcp-rs
  • Bitcoin & Lightning Network MCP Server

    Bitcoin & Lightning Network MCP Server

    Enable AI models to safely interact with Bitcoin and Lightning Network in a standardized way.

    The Bitcoin & Lightning Network MCP Server implements the Model Context Protocol, allowing AI models to interface with Bitcoin and Lightning Network functionalities such as key generation, address validation, transaction decoding, blockchain queries, and lightning payments. It provides standardized endpoints for AI model integration, including support for Claude Desktop and Goose. The solution supports querying blockchain data, parsing transactions and invoices, and managing cryptographic operations in a secure and extensible manner.

    • 65
    • MCP
    • AbdelStark/bitcoin-mcp
  • EVM MCP Server

    EVM MCP Server

    A Model Context Protocol server providing full access to EVM JSON-RPC methods.

    EVM MCP Server is a comprehensive MCP (Model Context Protocol) server offering seamless access to Ethereum Virtual Machine (EVM) JSON-RPC methods across all major EVM-compatible networks. It enables integration with node providers like Infura, Alchemy, QuickNode, and local nodes, offering 20+ specialized tools for blockchain interaction. Users can configure it easily with Claude Desktop for AI-driven workflows and manage blockchain data, transactions, and events through a standardized context protocol.

    • 0
    • MCP
    • JamesANZ/evm-mcp
  • Hive Intelligence MCP Server

    Hive Intelligence MCP Server

    Unified MCP server delivering advanced cryptocurrency and Web3 analytics.

    Hive Intelligence MCP Server provides comprehensive cryptocurrency, DeFi, and Web3 analytics via the Model Context Protocol. It enables AI assistants to access and orchestrate over 200 specialized tools covering market data, on-chain analytics, portfolio tracking, and security analysis. The server offers both dynamic and category-specific analytics through a unified MCP interface, facilitating intelligent tool orchestration for diverse crypto data needs.

    • 7
    • MCP
    • hive-intel/hive-crypto-mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results