Blockscout MCP Server
Rank #13,283ai.smithery/blockscout-mcp-server
MCP server providing blockscout-server capabilities
Blockscout MCP Server is a Model Context Protocol (MCP) server published by blockscout. It ranks #13,283 of 115,460 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. Blockscout MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jun 5, 2025 and most recently updated on Sep 20, 2025.
Ranks ahead of 102,177 of 115,460 servers on MCP Toplist.
Use Blockscout MCP Server
claude mcp add --transport http blockscout-mcp-server https://server.smithery.ai/@blockscout/mcp-server/mcp[mcp_servers.blockscout-mcp-server]
url = "https://server.smithery.ai/@blockscout/mcp-server/mcp"Add to ~/.codex/config.toml.
https://server.smithery.ai/@blockscout/mcp-server/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"blockscout-mcp-server": {
"url": "https://server.smithery.ai/@blockscout/mcp-server/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"blockscout-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/@blockscout/mcp-server/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"blockscout-mcp-server": {
"serverUrl": "https://server.smithery.ai/@blockscout/mcp-server/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"blockscout-mcp-server": {
"url": "https://server.smithery.ai/@blockscout/mcp-server/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/ai.smithery%2Fblockscout-mcp-server)<a href="https://mcptoplist.com/server/ai.smithery%2Fblockscout-mcp-server"><img src="https://mcptoplist.com/badge/ai.smithery%2Fblockscout-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
blockscout
Available versions (2)
| Version | Published |
|---|---|
| 1.13.1 | Sep 20, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Blockscout MCP Server?
- Blockscout MCP Server is maintained by blockscout, which publishes 5 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Blockscout MCP Server listed on the Official MCP Registry?
- Yes — Blockscout MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Blockscout MCP Server have?
- MCP Toplist tracks 2 versions of Blockscout MCP Server, most recently published on Sep 20, 2025.
- Where can I find the source code for Blockscout MCP Server?
- The source code for Blockscout MCP Server is hosted at github.com/blockscout/mcp-server.