Shiden Scan (Shiden Network Block Explorer) Connector for AI agents.
10 live capabilities
Query live Shiden Network blockchain data and EVM contracts.
Waiting for input…
Why people use Shiden Scan (Shiden Network Block Explorer)
Shiden Scan : Stop Hunting for Shiden Network Blockchain Data
This Connector changes that. You can keep your eyes on your code and just ask your agent to pull the data for you. It fetches the latest blocks, account balances, and EVM logs instantly, bringing the explorer's data into your workspace. You get the info you need without ever leaving your environment.
What Vinkius changes
You get live Shiden Network data inside your AI chat without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Failed Deployment Debugging
A developer's contract deployment fails.
- Real-world use case 02
Portfolio Tracking
An analyst wants to know the SDN price and the balance of a specific whale address.
- Real-world use case 03
Contract Audit Log
A developer needs to see every transaction hitting a specific contract.
Complete set · 10capabilities
The complete Shiden Scan (Shiden Network Block Explorer) capability set.
These are the exact actions your AI can choose when you ask it to work with Shiden Scan (Shiden Network Block Explorer).
01—04
4 capabilities in this set.
Part of 10 available through Shiden Scan (Shiden Network Block Explorer).
- 01 Capability
Get token price
Get the current price of the SDN token. It's the fastest way to pull real-time market data.
- 02 Capability
Get account info
Get the balance and metadata for a specific account. It's useful for checking bonded vs. transferable funds.
- 03 Capability
Get block
Get details for a specific block on the chain. Use this to see exactly what happened at a certain height.
- 04 Capability
List extrinsics
Get a list of recent extrinsics. This helps you monitor the flow of activity on the network.
05—07
3 capabilities in this set.
Part of 10 available through Shiden Scan (Shiden Network Block Explorer).
- 05 Capability
Get metadata
Get metadata about the Shiden Network. Use this to find token decimals or SS58 prefixes quickly.
- 06 Capability
List blocks
Get a list of recent blocks. It's a fast way to see the latest network activity.
- 07 Capability
Get evm contract
Get information about a deployed smart contract. Use this to check contract metadata on the EVM layer.
08—10
3 capabilities in this set.
Part of 10 available through Shiden Scan (Shiden Network Block Explorer).
- 08 Capability
List evm transactions
Get transactions for a specific contract. It helps you see how people are interacting with your smart contract.
- 09 Capability
Get extrinsic
Get details for a specific extrinsic. Use this to debug why a specific transaction might have failed.
- 10 Capability
List transfers
Get a list of transfers for a specific account. Use this to audit the transaction history of any address.
Set up in minutes
One URL. Then ask Shiden Scan (Shiden Network Block Explorer) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Shiden Scan (Shiden Network Block Explorer) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RY8z4OVpHcOYTFdYslHg7LVIL4r0ufs0r13d6YUl/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Shiden Scan (Shiden Network Block Explorer), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Shiden Scan (Shiden Network Block Explorer) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RY8z4OVpHcOYTFdYslHg7LVIL4r0ufs0r13d6YUl/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Shiden Scan (Shiden Network Block Explorer) URL.
- Step 03
Save and start
Save the connection and enable Shiden Scan (Shiden Network Block Explorer) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"shiden-scan-shiden-network-block-explorer": {
"url": "https://edge.vinkius.com/vk_preview_RY8z4OVpHcOYTFdYslHg7LVIL4r0ufs0r13d6YUl/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Shiden Scan (Shiden Network Block Explorer)
Open Agent mode in chat and ask: "Using Shiden Scan (Shiden Network Block Explorer), help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"shiden-scan-shiden-network-block-explorer": {
"url": "https://edge.vinkius.com/vk_preview_RY8z4OVpHcOYTFdYslHg7LVIL4r0ufs0r13d6YUl/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Shiden Scan (Shiden Network Block Explorer)
Ask Copilot: "Using Shiden Scan (Shiden Network Block Explorer), help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"shiden-scan-shiden-network-block-explorer": {
"url": "https://edge.vinkius.com/vk_preview_RY8z4OVpHcOYTFdYslHg7LVIL4r0ufs0r13d6YUl/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Shiden Scan (Shiden Network Block Explorer)
Open Cascade and ask: "Using Shiden Scan (Shiden Network Block Explorer), help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"shiden-scan-shiden-network-block-explorer": {
"url": "https://edge.vinkius.com/vk_preview_RY8z4OVpHcOYTFdYslHg7LVIL4r0ufs0r13d6YUl/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Shiden Scan (Shiden Network Block Explorer)
Ask Cline: "Using Shiden Scan (Shiden Network Block Explorer), help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add shiden-scan-shiden-network-block-explorer --transport http "https://edge.vinkius.com/vk_preview_RY8z4OVpHcOYTFdYslHg7LVIL4r0ufs0r13d6YUl/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Shiden Scan (Shiden Network Block Explorer)
Ask Claude: "Using Shiden Scan (Shiden Network Block Explorer), show me...". 10 tools are ready
Where the request belongs
Work Shiden Scan can move forward.
This is for Web3 developers and crypto analysts who need to monitor the Shiden Network without constant context switching. It's for the person who needs to verify a deployment or track a large transfer while they're already in the middle of a coding session.
Web3 Developer
Debugging extrinsics and verifying contract deployments on the Shiden Network during active development.
Crypto Analyst
Monitoring SDN market metrics and tracking large account transfers for research reports.
Node Operator
Checking block heights and network metadata to ensure their node stays synced with the chain.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBlockchair (Universal Blockchain Search Engine & API)
Query blocks, transactions, and addresses across multiple blockchains like Bitcoin and Ethereum using Blockchair's universal API.
SolanaFM (Solana FM Block Explorer API)
Access Solana blockchain data via SolanaFM. inspect blocks, transactions, account metadata, and token balances directly from any AI agent.
Metisscan (Metis L2 Network Explorer)
Explore the Metis L2 network. inspect blocks, transactions, addresses, and smart contracts directly from your AI agent.
Blastscan (Blast Network Explorer)
Explore the Blast Network—check balances, track transactions, and inspect smart contracts directly from your AI agent.
CardanoScan (Cardano Block Explorer API)
Access real-time Cardano blockchain data. query addresses, transactions, blocks, and stake pools directly from your AI agent.
Blockdaemon (Blockchain Infrastructure)
Access institutional-grade blockchain data across multiple protocols. list blocks, track transactions, and retrieve financial reports via Blockdaemon Ubiquity.
Bring your own AI
Change the model, client or framework. Keep Shiden Scan connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Shiden Scan.
The practical details behind the request, access and result.
What can the Shiden Scan MCP do for my blockchain project?
It gives your AI agent the ability to query live Shiden Network data like blocks, extrinsics, and account balances directly in your chat.
How do I use Shiden Scan MCP to check account balances?
You can simply ask your agent to check the balance of any SS58 address. It will pull the transferable, bonded, and reserved amounts automatically.
Can the Shiden Scan MCP show me EVM smart contract data?
Yes, it can fetch metadata and transaction logs for smart contracts deployed on Shiden's Ethereum-compatible layer.
How does the Shiden Scan MCP help with debugging transactions?
It allows you to pull specific extrinsic details by hash, making it easy to see why a transaction failed without leaving your workspace.
Can I get real-time SDN token prices with Shiden Scan MCP?
Yes, your agent can pull the current SDN token price, market cap, and 24h trading volume instantly.
Does the Shiden Scan MCP work with the Polkadot ecosystem?
Yes, it specifically connects to the Shiden Network, which is a smart contract layer within the Polkadot and Kusama ecosystems.
Can I check the balance of a specific Shiden address?
Yes! Use the get_account_info capability 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 capability retrieves the current price of SDN in USD and BTC, as well as its market cap and 24h volume.
One connection away
Give your agent a direct line to Shiden Scan.
Connect Shiden Scan once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available