How to Use the Nearblocks (Near Blockchain Explorer API) MCP in Cursor
Inject real-time Near blockchain data into your code using Cursor. Stop guessing and start building with verified on-chain states.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nearblocks (Near Blockchain Explorer API) MCP to Cursor
Create your Vinkius account to connect Nearblocks (Near Blockchain Explorer 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.
Real-time data for Cursor agents
Let your AI agent pull live blockchain data while you write code. By using `get_token_details`, the agent gets accurate contract info to include in your project files. This avoids the common pitfall of using stale or hardcoded values. The agent calls the Nearblocks (Near Blockchain Explorer API) tools to ensure your logic matches the current network state.
Automated balance and asset verification
Your agent can check account assets during the coding process. Use `get_account_inventory` to confirm NFT ownership before writing logic that depends on those specific assets. Integrating `get_account_tokens` allows the agent to build smarter functions. It handles the data retrieval so you don't have to manually look up addresses.
Trace transactions while you code
Use `get_transaction_details` to see how specific calls behave on-chain. This is useful when you are writing tests for your dApp and need to confirm execution results. Cursor agents can use `get_recent_transactions` to identify new activity on a contract. It turns your editor into a powerful research terminal that understands the Near protocol.
Set up Nearblocks (Near Blockchain Explorer 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 Nearblocks (Near Blockchain Explorer 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 Nearblocks (Near Blockchain Explorer API) transactions." If the MCP tools are loaded correctly, Cursor will call the Nearblocks (Near Blockchain Explorer API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nearblocks-near-blockchain-explorer-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 Nearblocks. 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 Nearblocks (Near Blockchain Explorer API) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nearblocks (Near Blockchain Explorer API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.