MCP Server
Rank #8,054com.blockscout/mcp-server
MCP server for Blockscout
MCP Server is a Model Context Protocol (MCP) server published by blockscout. It ranks #8,054 of 115,460 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. MCP Server is listed on Official MCP, with 10 tracked versions. It was first listed on Sep 24, 2025 and most recently updated on Aug 5, 2026.
Ranks ahead of 107,406 of 115,460 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http blockscout https://mcp.blockscout.com/mcp[mcp_servers.blockscout]
url = "https://mcp.blockscout.com/mcp"Add to ~/.codex/config.toml.
https://mcp.blockscout.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"blockscout": {
"url": "https://mcp.blockscout.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"blockscout": {
"type": "http",
"url": "https://mcp.blockscout.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"blockscout": {
"serverUrl": "https://mcp.blockscout.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"blockscout": {
"url": "https://mcp.blockscout.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.blockscout%2Fmcp-server)<a href="https://mcptoplist.com/server/com.blockscout%2Fmcp-server"><img src="https://mcptoplist.com/badge/com.blockscout%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
blockscout
Available versions (10)
| Version | Published |
|---|---|
| 0.18.1 | Aug 5, 2026 |
| 0.18.0 | Aug 4, 2026 |
| 0.17.0 | Jul 28, 2026 |
| 0.15.0 | Mar 3, 2026 |
| 0.14.0 | Feb 13, 2026 |
| 0.13.0 | Jan 29, 2026 |
| 0.12.0 | Jan 15, 2026 |
| 0.11.0 | Sep 25, 2025 |
| 0.10.0 | Sep 24, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by blockscout, which publishes 5 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 10 versions of MCP Server, most recently published on Aug 5, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/blockscout/mcp-server.