ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Metisscan with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Explore the Metis L2 network. inspect blocks, transactions, addresses, and smart contracts directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 26 capabilities

The complete Metisscan capability set.

These are the exact actions your AI can choose when you ask it to work with Metisscan.

Capability set01 / 07

01-04

4 capabilities in this set.

Part of 26 available through Metisscan.

  1. 01

    Eth estimate gas

    Estimate gas for a transaction (RPC)

  2. 02

    Eth get block by number

    Get block by number (RPC)

  3. 03

    Eth get code

    Get code at address (RPC)

  4. 04

    Eth get transaction by hash

    Get transaction by hash (RPC)

Capability set02 / 07

05-08

4 capabilities in this set.

Part of 26 available through Metisscan.

  1. 05

    Eth get transaction receipt

    Get transaction receipt (RPC)

  2. 06

    Get address

    Get details for an address

  3. 07

    Get address tokens

    List token balances for an address

  4. 08

    Get address transactions

    List transactions for an address

Capability set03 / 07

09-12

4 capabilities in this set.

Part of 26 available through Metisscan.

  1. 09

    Get block

    Get details for a specific block

  2. 10

    Get block transactions

    List transactions in a block

  3. 11

    Get smart contract verification config

    Get verification configuration for a smart contract

  4. 12

    Get token holders

    List token holders

Capability set04 / 07

13-16

4 capabilities in this set.

Part of 26 available through Metisscan.

  1. 13

    Graphql query

    Execute a GraphQL query on Metisscan

  2. 14

    Eth call

    Execute a message call (RPC)

  3. 15

    Eth get balance

    Get address balance (RPC)

  4. 16

    Get address counters

    G., transaction count) for a specific address. Get transaction and token counters for an address

Capability set05 / 07

17-20

4 capabilities in this set.

Part of 26 available through Metisscan.

  1. 17

    Get smart contract

    Get details for a smart contract

  2. 18

    Get token

    Get details for a specific token

  3. 19

    Get token transfers

    List token transfers

  4. 20

    List transactions

    List recent transactions on Metis L2

Capability set06 / 07

21-23

3 capabilities in this set.

Part of 26 available through Metisscan.

  1. 21

    Eth block number

    Get the most recent block number (RPC)

  2. 22

    Get transaction

    Get details for a specific transaction

  3. 23

    Get transaction internal transactions

    G., contract calls) triggered by a specific transaction. List internal transactions for a transaction

Capability set07 / 07

24-26

3 capabilities in this set.

Part of 26 available through Metisscan.

  1. 24

    Get transaction logs

    List event logs for a transaction

  2. 25

    List blocks

    List recent blocks on Metis L2

  3. 26

    List tokens

    List tokens on the network

Observed, not estimated

994ms average. Fast in production.

Metisscan is checked daily against the live service.

Daily averagePeak 1144ms
Aug 20Today
Fastest day
823ms
Slowest day
1144ms
14-day trend
Slowing+14%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 26 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Metisscan, so you can see the experience inside your AI.

It does not authenticate your account with Metisscan. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Metisscan Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_zyQr84ZqWsm75UyKe8SMUHe3tqoUUbpiQAh6jf7t/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Metisscan capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "metisscan-metis-l2-network-explorer-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_zyQr84ZqWsm75UyKe8SMUHe3tqoUUbpiQAh6jf7t/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Metisscan owners ask.

  • 01

    Can I check the balance and token holdings of a specific wallet address?

    Yes. Use the getAddress capability for the main balance and getAddressTokens to list all ERC-20 tokens held by that specific address on the Metis network.

  • 02

    How do I inspect the internal calls or logs of a specific transaction?

    You can use getTransactionInternalTransactions to see contract-to-contract interactions and getTransactionLogs to retrieve event data emitted during execution.

  • 03

    Is it possible to query the network using GraphQL or standard EVM RPC methods?

    Absolutely. This server includes executeGraphql for complex queries and a full suite of EVM capabilities like ethBlockNumber, ethGetBalance, and ethCall.