Blockscout MCP Server
OfficialRelated Servers
Alternatives to Blockscout MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseDqualityDmaintenanceA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.541114MIT
- -licenseNot gradedqualityNot gradedmaintenanceComprehensive Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, supporting token transfers, smart contract interactions, and ENS name resolution through a unified interface.1-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that exposes blockchain data as native tools for AI agents, enabling read-only queries like wallet balances and token holdings on Ethereum, Polygon, and Base.MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.2864378MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.1-
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to query blockchain chain data, including chain details, RPC endpoints, and chain relationships, through a Model Context Protocol server.5MIT
TDQS
Scored across 18 tools
Most tools have distinct purposes with clear boundaries, such as get_address_info for address details versus get_tokens_by_address for token holdings. However, some overlap exists between get_transaction_info and transaction_summary, where both provide transaction details but with different focuses (comprehensive vs. human-readable), which could cause minor confusion.
Tool names follow a consistent verb_noun pattern throughout, such as get_address_info, get_block_info, and get_transaction_info. The only exception is direct_api_call, which still fits a verb_noun style, and __unlock_blockchain_analysis__ uses underscores but is a special initialization tool, not affecting the overall consistency.
With 18 tools, the count is slightly high but reasonable for a comprehensive blockchain explorer server covering addresses, blocks, transactions, contracts, tokens, and NFTs. It includes core operations like reading contracts and fetching chain lists, though it might be borderline for some use cases due to the number.
The tool set provides complete coverage for blockchain analysis, including address lookup, block and transaction details, contract interactions (ABI, code inspection, reading), token and NFT holdings, and paginated data retrieval. There are no obvious gaps; it supports essential workflows from basic queries to advanced investigations.