How to Use the Blockdaemon (Blockchain Infrastructure) MCP in Cursor
Run real-time blockchain queries and pull UTXO data directly into your Cursor editor workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Blockdaemon (Blockchain Infrastructure) MCP to Cursor
Create your Vinkius account to connect Blockdaemon (Blockchain Infrastructure) 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.
Generate Code with Live UTXO Data in Cursor
The `get_utxos` tool feeds active unspent transaction outputs directly into your Cursor composer or agent. This MCP integration feeds raw chain state directly into your workspace, allowing your editor to write, test, and debug transaction-building logic. Stop writing mock JSON payloads for your tests. The agent pulls real live outputs from the blockchain, helping you write accurate serialization code on the first try.
Audit Smart Contract Interactions
The `list_transactions` tool gets the complete transaction history for any contract or wallet address. Your agent reads this feed to map out how external accounts interact with your deployed code. You can ask the editor to analyze transaction patterns or find failed executions. It processes the raw feed directly in your workspace, saving you from constant context switching.
Build Financial Dashboards with this MCP Server
The `get_financial_report` tool pulls structured financial reports for specific addresses, while `list_blocks` tracks the current block height. Your editor uses these feeds to build and test frontend components. You get actual, institutional-grade data rendering in your local dev server. This makes it simple to verify UI state handling under real-world network conditions.
Set up Blockdaemon (Blockchain Infrastructure) 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 Blockdaemon (Blockchain Infrastructure) 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 Blockdaemon (Blockchain Infrastructure) transactions." If the MCP tools are loaded correctly, Cursor will call the Blockdaemon (Blockchain Infrastructure) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"blockdaemon-blockchain-infrastructure-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 Blockdaemon. 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 Blockdaemon (Blockchain Infrastructure) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Blockdaemon (Blockchain Infrastructure) MCP today
We host it, we monitor it, we maintain it. You just paste one token.