Vinkius
Shiden Scan

Shiden Scan MCP for AI. Read Shiden blockchain data via natural chat.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Shiden Scan (Shiden Network Block Explorer) MCP on Cursor AI Code EditorShiden Scan (Shiden Network Block Explorer) MCP on Claude Desktop AppShiden Scan (Shiden Network Block Explorer) MCP on OpenAI Agents SDKShiden Scan (Shiden Network Block Explorer) MCP on Visual Studio CodeShiden Scan (Shiden Network Block Explorer) MCP on GitHub Copilot AI AgentShiden Scan (Shiden Network Block Explorer) MCP on Google Gemini AIShiden Scan (Shiden Network Block Explorer) MCP on Lovable AI DevelopmentShiden Scan (Shiden Network Block Explorer) MCP on Mistral AI AgentsShiden Scan (Shiden Network Block Explorer) MCP on Amazon AWS Bedrock

How this MCP server connects to your AI agent

Shiden Scan (Shiden Network Block Explorer) lets your AI agent read live data from the Shiden blockchain. You can query everything—blocks, accounts, contracts, and token prices—using natural language prompts.

It's built for developers who need to debug complex smart contract interactions or track asset movements across multiple addresses without leaving their coding environment.

What AI agents can do with Shiden Scan (Shiden Network Block Explorer) Automation

Get account info

Gets the current balance, staked amount, and metadata for a specific account address.

Get block

Retrieves all detailed information about one specific block hash on the Shiden Network.

List blocks

Generates a list of recent block hashes, allowing you to select specific ones for deep inspection.

+ 7 more capabilities included
Audit Account State

Fetch comprehensive balance and metadata details for any Shiden address.

Inspect Block History

Retrieve specific blocks or lists of recent blocks to track network activity and finality.

Analyze Smart Contract Logic

Fetch metadata, transaction logs, and history for deployed EVM smart contracts on Shiden.

Track Asset Movements

List all transfers or detailed extrinsics associated with a given account address.

Get Network Context

Retrieve overall network metadata, like token decimals and SS58 prefixes.

Check Market Metrics

Pull real-time price data and market capitalization for the SDN token.

Included with Plan

Waiting for input…

AI Agent

What AI agents can do with Shiden Scan: 10 Tools for Blockchain Data Access

These tools give your AI client direct access to the Shiden Network's underlying data structures, allowing it to run complex queries on blocks, accounts, and contracts.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Shiden Scan (Shiden Network Block Explorer) on Vinkius

Get Account Info

Gets the current balance, staked amount, and metadata for a specific account address.

Get Block

Retrieves all detailed information about one specific block hash on the Shiden...

List Blocks

Generates a list of recent block hashes, allowing you to select specific ones for...

Get Evm Contract

Fetches metadata and logs for a smart contract deployed using EVM standards.

List Evm Transactions

Shows all EVM transactions that occurred within a specified smart contract's address...

Get Extrinsic

Retrieves all details for a single, specific extrinsic transaction on the network.

List Extrinsics

Provides a list of recent extrinsic transaction hashes for monitoring network activity.

Get Metadata

Pulls general data about the Shiden Network itself (e.g., token decimals).

Get Token Price

Retrieves the current market price and trading volume for the SDN token.

List Transfers

Retrieves a chronological list of all value transfers associated with a specific...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Shiden Scan integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Shiden Scan (Shiden Network Block Explorer), then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Shiden Scan MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Shiden Scan. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Built on the Model Context Protocol (MCP) for Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 10 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Manually cross-referencing blockchain data is slow. It shouldn't take 15 tabs, five different explorers, and an hour of copy/pasting., Solved with Vinkius AI Gateway

Right now, if you need to validate a single transaction—say, tracking funds from address A to B—you gotta do this: Go to the block explorer. Find the hash. Click 'Details.' See the transfer amount. Then, open another tab for contract logs and try to cross-reference method calls. It's tedious, error-prone, and you spend half your time just clicking.

With Shiden Scan MCP, that whole process is gone. You tell your agent: 'Show me all transfers from A to B.' The agent runs `list_transfers`, checks the relevant block details using `get_block`, and synthesizes a clear answer in one chat turn. It's immediate.

Shiden Scan MCP Server: Read every asset movement, directly from your AI client.

Before this server, tracking assets meant running multiple queries on different services—checking the balance with one tool, and checking the transfer history with another. You were always assembling a puzzle piece by piece, which means you could miss edge cases or race conditions.

Now, your agent handles the complexity. It knows it needs to run `get_account_info` *and* `list_transfers`, linking those data points together automatically so you get one single source of truth about every asset movement.

What your AI can actually do with this

Listen up. This server lets your AI agent read live data straight from the Shiden blockchain. You're talking directly to the network; you don't need some fancy dashboard just to see what's going on. It treats complex blockchain state like a simple API call, so you can query everything—blocks, accounts, contracts, and token prices—using plain English prompts.

If you're debugging smart contract interactions or tracking how assets move across multiple addresses, this is the toolset you need. Your agent uses these specific tools to pull data when you ask it to:

Auditing Account Status: You can check any Shiden address with get_account_info to get its current balance, staked amount, and general metadata. Want a full picture? Use list_transfers for a chronological rundown of every value movement associated with that account. For deep dives into transaction history, you've got list_blocks, which spits out a list of recent block hashes; then you can select one to run get_block and retrieve all the detailed info about that specific block.

Tracking Activity: To monitor network finality or track suspicious movements, your agent uses list_extrinsics for a roster of recent extrinsic transaction hashes. Need details on one of those transactions? get_extrinsic pulls every single detail you need. If you're following smart contract activity specifically, list_evm_transactions shows all EVM transactions that occurred within an address range belonging to a specific contract.

Analyzing Contracts: When it comes to deployed logic, the server has get_evm_contract. This fetches metadata and transaction logs for any smart contract built using EVM standards on Shiden. You use this tool to see exactly what those contracts are doing.

Market Context & Assets: To keep your fingers on the pulse of the market, you can run get_token_price anytime; it gives you the current market price and trading volume for the SDN token instantly. For foundational knowledge about the network itself—like figuring out what token decimals are or checking SS58 prefixes—you just use get_metadata.

Every time your agent runs a query, it's translating your intent into structured calls across these tools. It gives you a clean, synthesized answer about complex blockchain state changes without leaving your coding environment. You don't just get data points; you get the whole story of what happened on Shiden.

Built · Hosted · Managed by Vinkius Shiden Scan - Block Explorer for AI Agents
Server ID 019e5d55-1d2d-703e-9af7-b3fad2757861
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I check the balance using get_account_info? +

You just provide the SS58 address. The tool returns the total balance, broken down into transferable, bonded, and reserved amounts for that account.

What is the difference between list_blocks and list_extrinsics? +

Blocks contain many things. list_blocks gives you the container (the block hash). list_extrinsics gives you a list of specific, actionable events that happened inside those blocks.

Can get_evm_contract show me transaction logs? +

Yes. In addition to metadata, get_evm_contract fetches the transaction logs for deployed smart contracts. This is key for debugging contract execution paths.

Do I need get_metadata to use list_transfers? +

While not strictly required to run the tool, running get_metadata first gives you context on token decimals and prefixes. This prevents common calculation errors when analyzing transfers.

When using get_account_info, how do I handle insufficient data or missing addresses? +

The tool returns a specific error code and an empty payload if the address is invalid. Your agent must check for this status instead of assuming that no data means no assets.

If I run list_blocks repeatedly, are there rate limits I need to worry about? +

Yes, API usage has defined rate limits. For large-scale analysis with list_blocks, your client should implement exponential backoff and retry logic in its code.

Does get_evm_contract provide the full bytecode or just metadata? +

It primarily fetches structured metadata and transaction logs. If you need to analyze the raw, compiled bytecode itself for deep debugging, you'll need to consult an external compiler service.

What data scope does list_transfers cover? Does it track everything? +

It tracks standard token transfers and account movements. For complex internal state changes within a contract that aren't simple transfers, you must use list_evm_transactions.

Can I check the balance of a specific Shiden address? +

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.

How do I inspect a smart contract deployed on Shiden? +

You can use get_evm_contract to fetch general contract details or list_evm_transactions to see the recent transaction history for a specific contract address.

Can I see the current market price of the SDN token? +

Absolutely. The get_token_price tool retrieves the current price of SDN in USD and BTC, as well as its market cap and 24h volume.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Shiden Scan. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.