How to Use the Moonriver (Moonriver Block Explorer API) MCP in Cursor
Run live Moonriver chain queries inside Cursor with this dedicated MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Moonriver (Moonriver Block Explorer API) MCP to Cursor
Create your Vinkius account to connect Moonriver (Moonriver Block 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.
Live Chain Context in Cursor Agent Mode
This Moonriver (Moonriver Block Explorer API) MCP Server feeds live network metadata and account balances directly to your editor using `get_account_info` and `get_metadata`. Your agent displays the actual chain states inside your active file. Instead of relying on hardcoded mock balances, your coding agent generates test suites using real-world numbers. You catch edge cases before committing your smart contract code.
Debug Smart Contracts with Real Extrinsics
Real-time debugging relies on `get_extrinsic` and `list_extrinsics` to inspect failed EVM executions. Your agent reads the exact transaction receipt to pinpoint where a call reverted. You can also pull lists of past events using `get_block` and `list_blocks`. This keeps your workspace updated with the latest finalized block hashes without switching to an external browser.
Map EVM Token Deployments
Tracking contract deployments is fast when using `list_evm_tokens` and `list_transfers`. The tool maps out token movements and identifies contract addresses on the fly. Cursor reads these payloads to auto-complete contract ABIs and token deployment scripts. You avoid manual verification steps and speed up your local development loop with this MCP tool.
Set up Moonriver (Moonriver Block 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 Moonriver (Moonriver Block 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 Moonriver (Moonriver Block Explorer API) transactions." If the MCP tools are loaded correctly, Cursor will call the Moonriver (Moonriver Block Explorer API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"moonriver-moonriver-block-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 Moonriver. 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 Moonriver (Moonriver Block 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 Moonriver (Moonriver Block Explorer API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.