How to Use the Aurorascan (Aurora Network L2 Block Explorer API) MCP in Claude Code
Query Aurora L2 chain data straight from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aurorascan (Aurora Network L2 Block Explorer API) MCP to Claude Code
Create your Vinkius account to connect Aurorascan (Aurora Network L2 Block Explorer API) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script Chain Queries With This MCP Server
Aurorascan (Aurora Network L2 Block Explorer API) turns your command line into a blockchain analytics engine. You instruct your terminal agent to audit a specific block range, and it fires `get_block_reward` to calculate mining payouts. It pipes those results straight into a local CSV file. Running headless scripts means you never touch a graphical interface. Your CI pipeline can ask the agent to verify a staging contract by calling `get_abi` to ensure the deployed interface matches your local repository. If it fails, the pipeline halts immediately.
Monitor Network Health Automatically
Tracking Aurora's status requires constant polling. Your agent uses `proxy_block_number` to grab the latest chain height and compares it against expected block times. It calculates delays by feeding timestamps into `get_block_no_by_time`. Set this up as a cron job and walk away. The agent checks `get_eth_price` to log historical USD values alongside the block data. You get a clean, automated report sitting in your server logs every morning.
Deep Dive Contract Storage
Inspecting raw state on the L2 network is usually a massive headache. Claude Code bypasses the friction by calling `proxy_get_storage_at` to read specific storage slots from any deployed contract. It decodes the hex output right in your terminal session. You get exact variable states without writing custom RPC scripts. When a production bug hits, your agent runs `proxy_call` to simulate read-only functions and verify the contract logic behaves exactly as expected.
Set up Aurorascan (Aurora Network L2 Block Explorer API) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeaurorascan-aurora-network-l2-block-explorer-api-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Aurorascan (Aurora Network L2 Block Explorer API) transactions." It will automatically discover and invoke the available Aurorascan (Aurora Network L2 Block Explorer API) tools.
claude mcp add --transport http aurorascan-aurora-network-l2-block-explorer-api-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.