Tatum (Blockchain Infra) Connector for AI agents.
11 live capabilities
Manage multi-chain portfolios and blockchain gas fees through natural language.
Waiting for input…
Why people use Tatum (Blockchain Infra)
Tatum (Blockchain Infra) for Real-time Multi-chain Data
This Connector lets you just ask your agent for the data. You get the gas limit, the fees, and the history for any address in one go, keeping your focus on the code.
What Vinkius changes
You get a direct line to blockchain data through your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Prevent failed deployments
A developer is about to deploy a large contract and asks the agent to check the current gas costs using estimate_evm_gas.
- Real-world use case 02
Audit multi-chain holdings
A portfolio manager asks the agent to show the total balance of NFTs and tokens across five different wallets using get_wallet_portfolio.
- Real-world use case 03
Automate payment alerts
An operations lead wants to know the second a payment hits a hot wallet and sets up a webhook using create_subscription.
Complete set · 11capabilities
The complete Tatum (Blockchain Infra) capability set.
These are the exact actions your AI can choose when you ask it to work with Tatum (Blockchain Infra).
01—04
4 capabilities in this set.
Part of 11 available through Tatum (Blockchain Infra).
- 01 Capability
Cancel subscription
The cancel_subscription capability stops an active webhook notification for a specific blockchain event. Use it to clean up old alerts.
- 02 Capability
Estimate evm gas
The estimate_evm_gas capability calculates the gas limit and price needed for an EVM transaction. Use it to avoid failed transfers.
- 03 Capability
Get recommended fee
The get_recommended_fee capability shows the current suggested fee for a specific blockchain. It tells you what's needed for a block.
- 04 Capability
Get transaction history
The get_transaction_history capability lists all past transactions for a specific wallet address. It's great for auditing past activity.
05—08
4 capabilities in this set.
Part of 11 available through Tatum (Blockchain Infra).
- 05 Capability
Get virtual account balance
The get_virtual_account_balance capability checks the current balance of a specific virtual account. Use it for internal ledger checks.
- 06 Capability
Get wallet portfolio
The get_wallet_portfolio capability retrieves balances for native assets, tokens, and NFTs. It gives you a full view of a wallet's holdings.
- 07 Capability
List subscriptions
The list_subscriptions capability shows all your current active webhook subscriptions. Use it to manage your active alerts.
- 08 Capability
Create subscription
The create_subscription capability sets up a real-time alert for incoming or outgoing transactions. It helps you automate notifications.
09—11
3 capabilities in this set.
Part of 11 available through Tatum (Blockchain Infra).
- 09 Capability
Create virtual account
The create_virtual_account capability builds an off-chain ledger for tracking internal balances. It works well for private accounting.
- 10 Capability
Estimate transaction fee
The estimate_transaction_fee capability provides a specific fee estimate for a planned blockchain move. It helps you plan costs accurately.
- 11 Capability
Get exchange rate
The get_exchange_rate capability pulls the current price for a crypto or fiat currency pair. It keeps your pricing data live.
Set up in minutes
One URL. Then ask Tatum (Blockchain Infra) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tatum (Blockchain Infra) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_YAbyhL6OAx3gglb19qrWfy08Xb8Vc0LWyfnX9LZG/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Tatum (Blockchain Infra), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tatum (Blockchain Infra) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_YAbyhL6OAx3gglb19qrWfy08Xb8Vc0LWyfnX9LZG/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Tatum (Blockchain Infra) URL.
- Step 03
Save and start
Save the connection and enable Tatum (Blockchain Infra) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tatum-blockchain-infra": {
"url": "https://edge.vinkius.com/vk_preview_YAbyhL6OAx3gglb19qrWfy08Xb8Vc0LWyfnX9LZG/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Tatum (Blockchain Infra)
Open Agent mode in chat and ask: "Using Tatum (Blockchain Infra), help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tatum-blockchain-infra": {
"url": "https://edge.vinkius.com/vk_preview_YAbyhL6OAx3gglb19qrWfy08Xb8Vc0LWyfnX9LZG/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Tatum (Blockchain Infra)
Ask Copilot: "Using Tatum (Blockchain Infra), help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tatum-blockchain-infra": {
"url": "https://edge.vinkius.com/vk_preview_YAbyhL6OAx3gglb19qrWfy08Xb8Vc0LWyfnX9LZG/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Tatum (Blockchain Infra)
Open Cascade and ask: "Using Tatum (Blockchain Infra), help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tatum-blockchain-infra": {
"url": "https://edge.vinkius.com/vk_preview_YAbyhL6OAx3gglb19qrWfy08Xb8Vc0LWyfnX9LZG/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Tatum (Blockchain Infra)
Ask Cline: "Using Tatum (Blockchain Infra), help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tatum-blockchain-infra --transport http "https://edge.vinkius.com/vk_preview_YAbyhL6OAx3gglb19qrWfy08Xb8Vc0LWyfnX9LZG/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Tatum (Blockchain Infra)
Ask Claude: "Using Tatum (Blockchain Infra), show me...". 11 tools are ready
Where the request belongs
Work Tatum can move forward.
For the Web3 engineer who is tired of manual gas checking and the DeFi analyst who needs a bird's eye view of multiple portfolios without opening five different wallets.
Web3 Developer
Debugging transaction failures and estimating gas costs during deployment on a Tuesday afternoon.
DeFi Analyst
Monitoring price movements and portfolio health across different protocols to find trends.
Blockchain Ops Engineer
Automating alerts for incoming payments or specific on-chain events to reduce manual monitoring.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsQuickNode
Manage blockchain infrastructure via QuickNode. create data streams, configure webhooks, and interact with RPC nodes directly from your AI agent.
Nansen (Blockchain Analytics)
Access institutional-grade blockchain analytics. track Smart Money, profile wallets, and monitor real-time token flows across multiple chains.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
Infura (Ethereum Node RPC Provider)
Access Ethereum blockchain data via Infura. query blocks, check balances, estimate gas, and interact with smart contracts directly from any AI agent.
Gas Fee Estimator
Estimate blockchain transaction costs for EVM-compatible chains.
Bitquery (Web3 Blockchain GraphQL APIs)
Query real-time and historical blockchain data across 40+ chains including Ethereum, Solana, and Bitcoin using GraphQL.
Bring your own AI
Change the model, client or framework. Keep Tatum connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Tatum.
The practical details behind the request, access and result.
Does Tatum (Blockchain Infra) support multiple chains?
Yes, it provides access to data across 40+ different protocols, making it a versatile choice for multi-chain projects.
Can I use Tatum (Blockchain Infra) to track my NFTs?
Yes, the capability can retrieve balances for native assets, ERC-20 tokens, and NFTs across multiple addresses.
How do I set up alerts with Tatum (Blockchain Infra)?
You can create webhook subscriptions through your agent to get notified about incoming or outgoing transactions automatically.
Can Tatum (Blockchain Infra) help with gas costs?
It provides both recommended fees for specific blockchains and detailed EVM gas estimates to help you plan costs.
Is Tatum (Blockchain Infra) good for DeFi analysis?
It is excellent for DeFi because it pulls live exchange rates and portfolio balances, allowing for real-time monitoring of assets.
Can I see my past transactions with Tatum (Blockchain Infra)?
Yes, you can query the detailed transaction history for any specific blockchain address.
Can I estimate gas for a specific EVM transaction before sending it?
Yes! Use the estimate_evm_gas capability by providing the chain, sender, recipient, and amount. It will return the estimated gas limit and price for that specific interaction.
How do I monitor a wallet for new incoming transactions automatically?
You can use the create_subscription capability to set up a webhook. This allows you to receive real-time notifications whenever a transaction occurs on the specified address and chain.
Can I check balances for multiple token types at once?
Yes, the get_wallet_portfolio capability allows you to specify token types like 'native', 'fungible' (ERC-20), and 'nft' to get a comprehensive view of an address's holdings.
One connection away
Give your agent a direct line to Tatum.
Connect Tatum once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available