Shiden Scan (Shiden Network Block Explorer)

Shiden Scan (Shiden Network Block Explorer) MCP Connector for Claude

A+

Explore Shiden Network blockchain data—blocks, extrinsics, accounts, and EVM contracts—directly from your AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the Shiden Network (the multi-chain smart contract layer on Kusama) and query live blockchain data through natural language conversation.

What you can do

  • Block & Extrinsic Tracking — List recent blocks or fetch specific extrinsics by hash to monitor network activity and finality.
  • Account Auditing — Retrieve detailed balance information (transferable, bonded, reserved) and transaction history for any SS58 address.
  • EVM Contract Inspection — Fetch metadata and transaction logs for smart contracts deployed on Shiden's Ethereum-compatible layer.
  • Market Data — Get real-time SDN token price, market capitalization, and 24h trading volume.
  • Network Metadata — Access chain-specific details like token decimals, SS58 prefixes, and network naming conventions.

How it works

  1. Subscribe to this server
  2. Enter your Shiden Scan (Subscan) API Key
  3. Start querying the Shiden blockchain from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — Debug extrinsics and verify contract deployments without leaving your code editor.
  • Crypto Analysts — Track large transfers and monitor SDN market metrics via simple chat commands.
  • Node Operators — Quickly check block heights and network metadata to ensure synchronization.
shiden-networkblock-explorersubstrateevm-contractspolkadot-ecosystem

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

get_account_info

Retrieve balance and metadata for a specific account

get_block

Retrieve details for a specific block

list_blocks

Retrieve a list of blocks

get_evm_contract

Retrieve information about a deployed smart contract

list_evm_transactions

Retrieve transactions related to a specific contract

get_extrinsic

Retrieve details for a specific extrinsic

list_extrinsics

Retrieve a list of extrinsics

get_metadata

Retrieve metadata about the Shiden Network

get_token_price

Retrieve the current price of the SDN token

list_transfers

Retrieve a list of transfers for a specific account

See how to talk to your AI agent using Shiden Scan (Shiden Network Block Explorer).

List the most recent blocks on the Shiden Network.

I've retrieved the latest blocks. The most recent block is #5,402,123, finalized with 12 extrinsics and 45 events. Would you like to see the details of a specific block number?

What is the current balance and status of address ab12...c34?

For address ab12...c34, the total balance is 150.5 SDN. This includes 140.0 SDN transferable and 10.5 SDN bonded for staking. The account nonce is currently 42.

Show me the recent EVM transactions for the contract at 0x789...def.

I found 5 recent EVM transactions for that contract. The most recent one involved a 'Transfer' method call from 0xabc... to 0xdef... 2 minutes ago. Would you like to inspect the logs of a specific transaction?

Yes! Use the `get_account_info` tool with the account address. The agent will return the transferable, bonded, and reserved balances, along with the account nonce.

Related Connectors