Moonriver (Moonriver Block Explorer API)

Moonriver (Moonriver Block Explorer API) MCP Connector for Claude

A+

Query Moonriver blockchain data—blocks, transactions, account balances, and EVM tokens—directly from your AI agent.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the Moonriver network to inspect real-time blockchain activity. This server allows your AI agent to interact with the Moonriver Block Explorer API, providing deep insights into on-chain data without leaving your chat interface.

What you can do

  • Block Exploration — List recent blocks or fetch specific block details by height using list_blocks and get_block.
  • Transaction Tracking — Query extrinsics (transactions) by address or hash to monitor network activity via list_extrinsics and get_extrinsic.
  • Account Analysis — Retrieve balance information, metadata, and transfer history for any Moonriver address with get_account_info and list_transfers.
  • EVM Token Monitoring — List ERC-20 and ERC-721 tokens and track their movements across the network using list_evm_tokens.
  • Network Metadata — Get high-level information about the Moonriver network status with get_metadata.

How it works

  1. Subscribe to this server
  2. Enter your Moonriver (Subscan-based) API Key
  3. Start querying the Kusama-based parachain from Claude, Cursor, or any MCP client.

No more manually searching through block explorers. Your AI acts as a dedicated blockchain analyst.

Who is this for?

  • Web3 Developers — quickly verify transaction statuses and account balances without leaving the IDE.
  • Data Analysts — extract block data and token transfer history for research and reporting.
  • Crypto Enthusiasts — monitor wallet activity and network health through natural conversation.
moonriverkusamapolkadotblock-explorerevmsmart-contractsweb3

8 tools expose this connector's capabilities to your AI agent.

get_account_info

Get account details

get_block

Get block details

get_extrinsic

Get extrinsic details

get_metadata

Get Moonriver network metadata

list_blocks

Get a list of blocks

list_evm_tokens

Get token list

list_extrinsics

Get a list of extrinsics (transactions)

list_transfers

Get account transfers

See how to talk to your AI agent using Moonriver (Moonriver Block Explorer API).

List the most recent blocks on the Moonriver network.

I've retrieved the latest blocks. The most recent block is 5,120,450, produced by collator '0x...'. Would you like to see the details for a specific block height?

Get details for block number 5000000.

Inspecting block 5,000,000... It contains 12 extrinsics and was finalized on 2023-10-15. The state root is '0x...'. Do you want to list the extrinsics for this block?

Show me the list of EVM tokens available on Moonriver.

Fetching EVM tokens... I found several tokens including MOVR (Native), xcKSM, and various ERC-20 assets. Would you like to see the transfer history for a specific token?

Yes! Use the `get_account_info` tool by providing the wallet address. Your agent will return the current balance and associated account metadata.

Related Connectors