How to Use the Metisscan (Metis L2 Network Explorer) MCP in Claude Code
Query Metis L2 transaction histories and contract states directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Metisscan (Metis L2 Network Explorer) MCP to Claude Code
Create your Vinkius account to connect Metisscan (Metis L2 Network Explorer) 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.
Run terminal-based Metis L2 block audits
`list_blocks` fetches the latest block headers directly from the Metis L2 sequencer. Claude Code uses this tool to monitor chain progress, verify block times, and audit transaction densities from a headless environment. You can pipe this output directly to other CLI utilities or let your agent feed the block hash into `get_block_transactions`. This gives you a fast way to inspect ledger activity without opening a browser tab.
Inspect raw smart contract bytecode
`eth_get_code` retrieves the raw compiled bytecode from any address on the Metis network. Claude Code calls this tool to verify if a target address contains active contract logic or is a simple externally owned account. Your terminal agent can immediately extract this bytecode, check for common proxy patterns, and flag unverified deployments. It provides a direct, low-level inspection path for security audits and automated CI checks.
Run fast transaction lookups via the Claude Code MCP Server
`get_transaction` pulls the complete payload of any transaction on the Metis network. Claude Code invokes this tool to inspect input data, gas fees, and sender signatures directly from your shell. It pairs this with `get_transaction_logs` to decode event emissions. This lets you debug smart contract events and trace execution outcomes using simple terminal commands.
Set up Metisscan (Metis L2 Network Explorer) 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 seemetisscan-metis-l2-network-explorer-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Metisscan (Metis L2 Network Explorer) transactions." It will automatically discover and invoke the available Metisscan (Metis L2 Network Explorer) tools.
claude mcp add --transport http metisscan-metis-l2-network-explorer-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 Metisscan (Metis L2 Network Explorer) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Metisscan (Metis L2 Network Explorer) MCP today
We host it, we monitor it, we maintain it. You just paste one token.