Blockscout MCP Server
Blockscout's official server for explorer data — balances, tokens, NFTs and contract metadata across many chains.
Add it to your client
Official- Transport
- http
- Runtime
- Python
- Auth
- Required
- Stars
- 43
Block explorer APIs return objects far larger than a context window enjoys, and that is the problem this server spends most of its design on. Responses are sliced with configurable page sizes, oversized fields are truncated with an explicit marker telling the model how to fetch the rest, and pagination uses opaque Base64URL cursors rather than a pile of query parameters the model would have to assemble correctly. Every tool returns the same structured ToolResponse shape with follow-up instructions attached. Multi-chain coverage and Chainscout metadata enrichment come through the Blockscout PRO gateway, so a PRO API key is required — most data tools fail fast without one rather than sending an unauthenticated request upstream.
Similar MCP servers
Storyblok MCP Server
MCP serverCovers the Storyblok Management API end to end, with a meta tool that lists its own tools at runtime.
OpenAPI MCP Server
MCP serverExplores third-party OpenAPI specifications in three narrowing steps instead of dumping the whole document.
Stripe MCP
MCP serverStripe's hosted MCP endpoint for reading and writing account data

Comments(0)
Sign in to comment