Tatum (Blockchain Infra)

Tatum (Blockchain Infra) MCP Connector for Claude

A+

Simplify blockchain development with Tatum — estimate fees, track portfolios, and manage real-time webhook subscriptions across multiple chains.

11 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Tatum account to any AI agent to streamline blockchain infrastructure management. Access real-time data, gas estimates, and portfolio tracking across 40+ protocols through natural language.

What you can do

  • Fee Estimation — Get recommended fees or estimate gas for EVM transactions to optimize costs using get_recommended_fee and estimate_evm_gas.
  • Portfolio Tracking — Retrieve balances for native assets, ERC-20 tokens, and NFTs across multiple addresses with get_wallet_portfolio.
  • Real-time Monitoring — Create and manage webhook subscriptions for incoming/outgoing transactions using create_subscription and list_subscriptions.
  • Transaction History — Query detailed historical data for specific blockchain addresses via get_transaction_history.
  • Exchange Rates — Get live exchange rates between crypto and fiat currencies using get_exchange_rate.

How it works

  1. Subscribe to this server
  2. Enter your Tatum API Key
  3. Start querying blockchain data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — Quickly estimate gas and debug transactions without leaving the IDE
  • DeFi Analysts — Monitor portfolios and exchange rates in real-time through conversation
  • Ops Teams — Automate webhook management for blockchain event monitoring
web3blockchain-infrastructuregas-estimationportfolio-trackingevmdecentralized-apps

11 tools expose this connector's capabilities to your AI agent.

cancel_subscription

Cancel a webhook subscription

create_subscription

). Create a webhook subscription

create_virtual_account

Create a virtual account (off-chain ledger)

estimate_evm_gas

Estimate EVM gas limit and price

estimate_transaction_fee

). Estimate transaction fee

get_exchange_rate

Get exchange rate for a crypto or fiat asset

get_recommended_fee

Get recommended fee for a blockchain

get_transaction_history

Get transaction history for an address

get_virtual_account_balance

Get virtual account balance

get_wallet_portfolio

Get wallet portfolio balances

list_subscriptions

List active webhook subscriptions

See how to talk to your AI agent using Tatum (Blockchain Infra).

What are the recommended fees for a transaction on Ethereum right now?

I've retrieved the current fee suggestions for ETH: Fast: 25 Gwei, Standard: 20 Gwei, Slow: 15 Gwei. Would you like to estimate the total cost for a specific transfer amount?

Show me the portfolio for address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e on Polygon.

Checking the Polygon network... This address holds 15.5 MATIC, 250 USDC (ERC-20), and 2 NFTs from the 'Polygon Punks' collection. Do you need the transaction history for these assets?

What is the current exchange rate from BTC to USD?

The current exchange rate is 1 BTC = 64,250.50 USD. Would you like to check the rate for another pair or calculate a specific conversion?

Yes! Use the `estimate_evm_gas` tool by providing the chain, sender, recipient, and amount. It will return the estimated gas limit and price for that specific interaction.

Related Connectors