Blockchain.com Data Connector for AI agents.
10 live capabilities
Get real-time Bitcoin blockchain data and transaction history.
Waiting for input…
Why people use Blockchain.com Data
Blockchain.com Data for auditing Bitcoin transactions
With this Connector, you just tell your agent to check the status of a payment. It pulls the data from the API and gives you a clear answer in seconds.
What Vinkius changes
You get live Bitcoin blockchain data inside your AI chat without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying a payment
An analyst asks the agent to check if a specific hash is confirmed.
- Real-world use case 02
Wallet auditing
A researcher needs to see the history of a public address.
- Real-world use case 03
Price tracking
A trader wants to know the current BTC price in Euros.
Complete set · 10capabilities
The complete Blockchain.com Data capability set.
These are the exact actions your AI can choose when you ask it to work with Blockchain.com Data.
01—04
4 capabilities in this set.
Part of 10 available through Blockchain.com Data.
- 01 Capability
Get network stats
Pulls general Bitcoin network statistics like difficulty and block counts. This helps you see the overall health of the chain.
- 02 Capability
Get ticker
Fetches the current BTC price in various fiat currencies. Use this for quick market checks.
- 03 Capability
Get address
Gets the balance and transaction history for a specific Bitcoin address. It works for any public wallet.
- 04 Capability
Get block count
Returns the current total height of the Bitcoin blockchain. This gives you a quick snapshot of the chain length.
05—07
3 capabilities in this set.
Part of 10 available through Blockchain.com Data.
- 05 Capability
Get block
Provides full details for a specific block when you provide its hash. It helps with deep ledger auditing.
- 06 Capability
Get chart
Pulls historical data for market prices or transaction counts. This is great for building time-series reports.
- 07 Capability
Get latest block
Fetches the most recent block details from the chain. Use this to see what just happened on the network.
08—10
3 capabilities in this set.
Part of 10 available through Blockchain.com Data.
- 08 Capability
Get mempool stats
Provides real-time statistics on the current memory pool. It helps you monitor how many transactions are waiting.
- 09 Capability
Get transaction
Retrieves specific details for a transaction using its unique hash. It is perfect for auditing payments.
- 10 Capability
List unconfirmed transactions
Shows all current transactions waiting in the memory pool. This lets you see pending network load.
Set up in minutes
One URL. Then ask Blockchain.com Data to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Blockchain.com Data 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_qOdCkfPDLuDWkQrJMOB1WjoMGiegfCG14ya3KPZb/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 Blockchain.com Data, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Blockchain.com Data for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qOdCkfPDLuDWkQrJMOB1WjoMGiegfCG14ya3KPZb/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 Blockchain.com Data URL.
- Step 03
Save and start
Save the connection and enable Blockchain.com Data in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"blockchaincom-data": {
"url": "https://edge.vinkius.com/vk_preview_qOdCkfPDLuDWkQrJMOB1WjoMGiegfCG14ya3KPZb/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 Blockchain.com Data
Open Agent mode in chat and ask: "Using Blockchain.com Data, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"blockchaincom-data": {
"url": "https://edge.vinkius.com/vk_preview_qOdCkfPDLuDWkQrJMOB1WjoMGiegfCG14ya3KPZb/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 Blockchain.com Data
Ask Copilot: "Using Blockchain.com Data, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"blockchaincom-data": {
"url": "https://edge.vinkius.com/vk_preview_qOdCkfPDLuDWkQrJMOB1WjoMGiegfCG14ya3KPZb/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 Blockchain.com Data
Open Cascade and ask: "Using Blockchain.com Data, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"blockchaincom-data": {
"url": "https://edge.vinkius.com/vk_preview_qOdCkfPDLuDWkQrJMOB1WjoMGiegfCG14ya3KPZb/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 Blockchain.com Data
Ask Cline: "Using Blockchain.com Data, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add blockchaincom-data --transport http "https://edge.vinkius.com/vk_preview_qOdCkfPDLuDWkQrJMOB1WjoMGiegfCG14ya3KPZb/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 Blockchain.com Data
Ask Claude: "Using Blockchain.com Data, show me...". 10 tools are ready
Where the request belongs
Work Blockchain.com can move forward.
This is for anyone who needs to move past copy-paste research. It's for the analyst who needs to verify a payment instantly or the dev who needs to see what's happening in the mempool without tab-switching.
Crypto Analyst
Verifies transaction confirmations and wallet balances during high-volume periods.
Financial Researcher
Compiles historical price trends and network difficulty for investment reports.
Web3 Developer
Monitors mempool congestion to optimize transaction fees.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBlockchair (Universal Blockchain Search Engine & API)
Query blocks, transactions, and addresses across multiple blockchains like Bitcoin and Ethereum using Blockchair's universal API.
Blockdaemon (Blockchain Infrastructure)
Access institutional-grade blockchain data across multiple protocols. list blocks, track transactions, and retrieve financial reports via Blockdaemon Ubiquity.
BlockCypher (Multi-chain Blockchain Developer API)
Access multi-chain blockchain data for BTC, ETH, and more. Query blocks, addresses, and transactions or broadcast new ones directly through AI.
BTC.com API (BTC.com Explorer & Pool API)
Access real-time Bitcoin blockchain data and mining pool statistics including blocks, transactions, addresses, and worker performance.
Dogechain Explorer (Dogechain Block Explorer API)
Automate Dogecoin blockchain analysis via Dogechain. check address balances, inspect transactions, and query block data directly from any AI agent.
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 Blockchain.com 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 Blockchain.com.
The practical details behind the request, access and result.
Can I use the Blockchain.com Data MCP to check my own wallet?
Yes, you can check the balance and transaction history for any public Bitcoin address. Just provide the public address to your agent.
Does the Blockchain.com Data MCP work for other cryptocurrencies?
No, this specific MCP is dedicated to Bitcoin data. You will need a different capability for chains like Ethereum or Solana.
How do I get real-time Bitcoin prices with the Blockchain.com Data MCP?
Your agent can pull live exchange rates in various fiat currencies instantly. Just ask for the current BTC price.
Can the Blockchain.com Data MCP show me pending transactions?
Yes, it can list transactions currently in the mempool that haven't been confirmed yet.
Is the Blockchain.com Data MCP good for researching historical Bitcoin prices?
Yes, it can pull historical chart data for both market prices and transaction counts over time.
What kind of network data can I get from the Blockchain.com Data MCP?
You can get general stats like current network difficulty, the total block count, and real-time mempool statistics.
Can I check the balance of any Bitcoin address?
Yes! Use the get_address capability with the public Bitcoin address. Your agent will fetch the current balance (in Satoshis) and the transaction history directly from the blockchain.
How do I see the current price of Bitcoin in USD?
Simply ask the agent to get_ticker. It will retrieve the latest exchange rates for BTC across multiple currencies, including USD, EUR, and GBP.
Does the integration allow sending Bitcoin?
No. For security reasons, the current toolset is focused exclusively on blockchain data discovery and analysis (Read-Only). Sending transactions requires a private wallet and specialized signing procedures not supported by this data-centric server.
One connection away
Give your agent a direct line to Blockchain.com.
Connect Blockchain.com once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available