B
Blockscout
Connect the Blockscout remote MCP server at https://mcp.blockscout.com/mcp
Share:
About
Connect the Blockscout remote MCP server at https://mcp.blockscout.com/mcp. Access and analyze blockchain data. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Blockscout.
- What is the Blockscout MCP server?
- The Blockscout MCP server provides access to blockchain data for analysis. It allows users to connect and interact with blockchain explorers using compatible MCP clients.
- How can I set up Blockscout in an MCP client?
- To set up Blockscout, connect to the remote MCP server at https://mcp.blockscout.com/mcp. Refer to the setup guides for Claude Code, Codex, Cursor, and VS Code for detailed instructions.
- Does Blockscout require authentication to use?
- No, the Blockscout MCP server does not currently require an API key, OAuth, or other credentials for access. It is an unauthenticated service.
- What data can I access through the Blockscout MCP?
- The Blockscout MCP allows you to access and analyze various blockchain data, similar to a blockchain explorer. This includes transaction details, block information, and addresses.
- Is there a cost associated with using the Blockscout MCP?
- The cost of using the Blockscout MCP server depends on the underlying service and any associated usage policies. Refer to Blockscout's documentation for pricing details, if applicable.
- What are the limitations of the Blockscout MCP?
- A limitation of the Blockscout MCP is that it relies on HTTP transport. Performance and data availability may vary based on network conditions and the underlying blockchain's status.
Install Blockscout
Server URL
https://mcp.blockscout.com/mcpClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"blockscout": {
"url": "https://mcp.blockscout.com/mcp",
"transport": "http"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"blockscout": {
"url": "https://mcp.blockscout.com/mcp"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"blockscout": {
"type": "http",
"url": "https://mcp.blockscout.com/mcp"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.