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
1# Blockchain MCP powered by Tatum23[](https://modelcontextprotocol.io)4[](https://www.typescriptlang.org/)5[](https://www.npmjs.com/package/@tatumio/blockchain-mcp)6[](https://opensource.org/licenses/MIT)78A 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](https://tatum.io/mcp) for more details and to get your Tatum API key.910[](https://cursor.com/en/install-mcp?name=tatumio&config=eyJjb21tYW5kIjoibnB4IEB0YXR1bWlvL2Jsb2NrY2hhaW4tbWNwIiwiZW52Ijp7IlRBVFVNX0FQSV9LRVkiOiJZT1VSX0FQSV9LRVkifX0%3D)1112## ๐ Features1314- **130+ Blockchain Networks**: Bitcoin, Ethereum, Solana, Polygon, Arbitrum, Base, Avalanche, and many more.15- ๐ **Blockchain Data API**: Blocks, transactions, balances, network info, and more.16- ๐ **RPC Gateway**: Direct access to blockchain RPC endpoints.1718## ๐ฆ Installation1920### Global Installation (Recommended)2122```bash23npm install -g @tatumio/blockchain-mcp24```2526### Local Installation2728```bash29npm install @tatumio/blockchain-mcp30```3132## ๐ Getting Started3334### 1. Get Your API Key3536Get your free API key from [Tatum Dashboard](https://dashboard.tatum.io).3738### 2. MCP Client Integration3940Add this server to your MCP client configuration:4142```json43{44 "mcpServers": {45 "tatumio": {46 "command": "npx",47 "args": [48 "@tatumio/blockchain-mcp"49 ],50 "env": {51 "TATUM_API_KEY": "YOUR_API_KEY"52 }53 }54 }55}56```5758## ๐ ๏ธ Available Tools5960### Blockchain Data (10 tools)6162- **get_metadata** - Fetch NFT/multitoken metadata by address and IDs63- **get_wallet_balance_by_time** - Get wallet balance at specific time64- **get_wallet_portfolio** - Get comprehensive wallet portfolio65- **get_owners** - Get owners of NFT/token66- **check_owner** - Check if address owns specific token67- **get_transaction_history** - Get transaction history for address68- **get_block_by_time** - Get block information by timestamp69- **get_tokens** - Get tokens for specific wallet70- **check_malicous_address** - Check if address is malicious71- **get_exchange_rate** - Get real-time exchange rates7273### RPC Gateways (4 tools)7475- **gateway_get_supported_chains** - Get all supported blockchain networks76- **gateway_get_supported_methods** - Get supported RPC methods for chain77- **gateway_execute_rpc** - Execute RPC calls on any supported chain7879## ๐ Supported Networks8081### EVM-Compatible (69 networks)8283- **Ethereum**: Mainnet, Sepolia, Holesky84- **Layer 2**: Polygon, Arbitrum, Optimism, Base85- **Sidechains**: BSC, Avalanche, Fantom86- **Enterprise**: Celo, Palm, Gnosis87- **Gaming**: Ronin, Chiliz8889### Non-EVM (61 networks)9091- **Bitcoin**: Mainnet, Testnet, Signet92- **Alternative Coins**: Litecoin, Dogecoin, Bitcoin Cash93- **Smart Contract Platforms**: Solana, Cardano, Tezos94- **Enterprise**: Stellar, Ripple, EOS9596## ๐ Documentation9798- [Tatum API Documentation](https://docs.tatum.io)99- [Model Context Protocol](https://modelcontextprotocol.io)100- [Blockchain Networks](https://docs.tatum.io/docs/supported-blockchains)101- [API Reference](https://docs.tatum.io/reference)102103104105## ๐ License106107This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.108## ๐ข About Tatum109110Tatum is a blockchain development platform that provides APIs, SDKs, and tools for building blockchain applications. Learn more at [tatum.io](https://tatum.io).111112---113114**Made with โค๏ธ by the Tatum team**115
Full transparency โ inspect the skill content before installing.