How to Use the Aurorascan (Aurora Network L2 Block Explorer API) MCP in Cursor
Write Aurora-aware code in Cursor. Your agent can now fetch live L2 chain data and inject it directly into your dApp.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aurorascan (Aurora Network L2 Block Explorer API) MCP to Cursor
Create your Vinkius account to connect Aurorascan (Aurora Network L2 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.
Generate Code with Live Chain Data
The `get_abi` tool changes how you start interacting with contracts. Tell Cursor's agent to get the ABI for a contract on Aurora, and it won't just show it to you—it will write the ethers.js or web3.js code to instantiate that contract, using the real ABI it just fetched. This eliminates the copy-paste-and-pray part of dApp development. Your agent can also use `get_source_code` to pull the full, verified source. This gives you immediate context for writing integration code that actually works the first time.
Debug Transactions from Your Editor
When a transaction fails, you don't have to leave your editor. Just give the transaction hash to the agent and ask what happened. It will use `get_tx_receipt_status` and `get_status` to check the on-chain result. For more complex issues, the agent can use `get_logs` to pull event logs for the failed transaction. It can then analyze those logs to help you pinpoint the exact line of code in the smart contract that caused the problem. It's like having a debugger for the blockchain.
Build Scripts with this MCP Server
This MCP Server turns Cursor into a powerful tool for on-chain analysis. Ask the agent to write a script that tracks all NFT transfers for a collection. It will use `get_token_nft_tx` to get the data and generate a Python or JavaScript file to process it. You can do the same for normal transactions with `get_tx_list` or internal transactions with `get_tx_list_internal`. The agent fetches the real data and builds the script around it, so you go from idea to working analysis tool in minutes.
Set up Aurorascan (Aurora Network L2 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 Aurorascan (Aurora Network L2 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 Aurorascan (Aurora Network L2 Block Explorer API) transactions." If the MCP tools are loaded correctly, Cursor will call the Aurorascan (Aurora Network L2 Block Explorer API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"aurorascan-aurora-network-l2-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 Aurorascan. 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 Aurorascan (Aurora Network L2 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 Aurorascan (Aurora Network L2 Block Explorer API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.