How to Use the Blockchair (Universal Blockchain Search Engine & API) MCP in Cursor
Write smart contracts and dApps in Cursor using live ledger data, transaction histories, and real-time block metrics.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Blockchair (Universal Blockchain Search Engine & API) MCP to Cursor
Create your Vinkius account to connect Blockchair (Universal Blockchain Search Engine & API) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Live Address Audits in Your Cursor Editor
The `get_address` tool pulls live balances, historical transactions, and UTXO sets directly into your active Cursor coding file through this MCP Server. You can feed real-world wallet states straight to your Cursor agent to generate accurate test cases. Use `get_erc20_token_address` alongside it to pull specific token balances for your Cursor integration tests. Your Cursor agent writes code against actual Blockchair data instead of relying on stale, hardcoded mock objects.
Query Blockchain Metadata and Stats on the Fly
The `get_blockchain_stats` tool fetches current network metrics like gas prices, difficulty, and block heights directly into your Cursor workspace. This keeps your Cursor code aligned with the live network conditions without leaving your editor. When debugging, use `get_block` to inspect the exact structure of a recently mined block via the Cursor MCP interface. Your Cursor agent grabs the Blockchair payload and formats it, letting you analyze block headers and sizes instantly.
Verify and Push Raw Transactions via Agent Mode
The `push_transaction` tool lets you broadcast raw hex-encoded transactions to the network directly from Cursor's terminal or chat. You can build, sign, and broadcast transactions within a unified Cursor development loop. Run `validate_address` in Cursor before broadcasting to ensure your destination addresses match the target chain's format. This prevents deployment errors and ensures your transaction logic is sound before hitting the mainnet.
Set up Blockchair (Universal Blockchain Search Engine & API) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Blockchair (Universal Blockchain Search Engine & API) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Blockchair (Universal Blockchain Search Engine & API) transactions." If the MCP tools are loaded correctly, Cursor will call the Blockchair (Universal Blockchain Search Engine & API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"blockchair-universal-blockchain-search-engine-api-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Blockchair. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Blockchair (Universal Blockchain Search Engine & API) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Blockchair (Universal Blockchain Search Engine & API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.