
Blockscout Mcp
- Updated March 29, 2026
- junct-bot/blockscout-mcp
io.github.junct-bot/blockscout-mcp is a MCP server that delivers 56 tools for Blockscout on-chain data, metrics, and analytics.
About
io.github.junct-bot/blockscout-mcp exposes Blockscout explorer capabilities to MCP clients through fifty-six tools focused on on-chain data, metrics, and analytics. Developers creating wallet apps, indexers, or AI assistants for crypto users can add the streamable-http remote so Claude Code, Cursor, or Codex fetches structured chain intelligence while they implement features or debug production issues. The project ships at version 1.1.0 with documentation and repository links under junct-bot. It complements wallet and smart-contract skills by supplying read-heavy analytics rather than signing or deployment actions. Start using it when you integrate explorer data into a backend or agent toolpath, and keep it registered for operations when you need quick metric lookups during support or monitoring passes without opening multiple explorer tabs.
- 56 MCP tools for Blockscout data, metrics, and on-chain analytics
- Remote streamable-http server at blockscout.mcp.junct.dev (v1.1.0)
- Supports agent-driven contract, transaction, and network insight during development
- Open GitHub repo junct-bot/blockscout-mcp for review and contributions
- Useful across build-time integration and operate-time incident triage
Blockscout Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http blockscout-mcp https://blockscout.mcp.junct.dev/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Last updated | March 29, 2026 |
| Repository | junct-bot/blockscout-mcp ↗ |
What it does
Connect your agent to Blockscout on-chain data, metrics, and analytics through 56 MCP tools while building or operating web3 products.
Who is it for?
Best when you're shipping on-chain features, dashboards, or support agents and want Blockscout-grade data without custom indexer infrastructure.
Skip if: Skip if you have no web3 surface area and only need CEX prices or centralized app analytics.
What you get
After adding the Blockscout MCP remote, your agent can query on-chain analytics tools directly while you build integrations or triage live issues.
- Integrated Blockscout analytics accessible from agent tool calls
- Faster contract and transaction investigation during build and ops
- Structured chain metrics for dashboards and support playbooks
By the numbers
- 56 Blockscout MCP tools
- Server version 1.1.0
- Streamable-http remote endpoint
README.md
Blockscout MCP Server
MCP server for Blockscout. Agent-ready API for Blockscout.
Hosted at blockscout.mcp.junct.dev/mcp. Free to use. No auth. No API key required.
Part of Junct — the agent-readiness layer for the crypto stack.
Quick Start
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"blockscout": {
"url": "https://blockscout.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Blockscout API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.
- Protocol: Blockscout
- Endpoint:
https://blockscout.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: blockscout.mcp.junct.dev/llms.txt
- Server card: blockscout.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Blockscout, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Recommended MCP Servers
How it compares
On-chain explorer analytics MCP, not a Binance market-data server or a smart-contract deploy skill.
FAQ
Who is io.github.junct-bot/blockscout-mcp for?
and small-team developers building web3 products or ops workflows who want fifty-six Blockscout analytics tools inside their MCP agent.
When should I use io.github.junct-bot/blockscout-mcp?
Use it while integrating explorer data into your app or when monitoring and investigating on-chain behavior during operations.
How do I add io.github.junct-bot/blockscout-mcp to my agent?
Add https://blockscout.mcp.junct.dev/mcp as a streamable-http MCP server in your Claude Code, Cursor, Codex, or compatible client configuration.