Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.blockscout/mcp-server

REMOTE · MCP.BLOCKSCOUT.COM · SCANNED SEP 20

MCP server for Blockscout

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability54
  • 5% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 3452 tokens (~93/item across 37 items; 16 tools + 21 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.blockscout/mcp-server server?

com.blockscout/mcp-server is a hosted endpoint at https://mcp.blockscout.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.blockscout.com

# add to Claude Code
claude mcp add --transport http com-blockscout-mcp-server 'https://mcp.blockscout.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-blockscout-mcp-server": {
      "url": "https://mcp.blockscout.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-blockscout-mcp-server": {
      "type": "http",
      "url": "https://mcp.blockscout.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-blockscout-mcp-server]
url = "https://mcp.blockscout.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-blockscout-mcp-server": {
      "type": "remote",
      "url": "https://mcp.blockscout.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-blockscout-mcp-server --url 'https://mcp.blockscout.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-blockscout-mcp-server:
    url: "https://mcp.blockscout.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-blockscout-mcp-server": {
      "Transport": "http",
      "Url": "https://mcp.blockscout.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-blockscout-mcp-server -t streamable-http -u 'https://mcp.blockscout.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-blockscout-mcp-server": {
      "type": "http",
      "url": "https://mcp.blockscout.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 23 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 0
    • The server no longer declares the “experimental” capability functional
  • 5 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 4 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “__unlock_blockchain_analysis__” rewrote its description, which is the text the model reads security
    • “direct_api_call” added an optional parameter “session_id” cosmetic
    • “get_address_by_ens_name” added an optional parameter “session_id” cosmetic
    • “get_address_info” added an optional parameter “session_id” cosmetic
    • “get_block_info” added an optional parameter “session_id” cosmetic
    • “get_block_number” added an optional parameter “session_id” cosmetic
    • “get_chains_list” added an optional parameter “session_id” cosmetic
    • “get_contract_abi” added an optional parameter “session_id” cosmetic
    • “get_token_transfers_by_address” added an optional parameter “session_id” cosmetic
    • “get_tokens_by_address” added an optional parameter “session_id” cosmetic
    • “get_transaction_info” added an optional parameter “session_id” cosmetic
    • “get_transactions_by_address” added an optional parameter “session_id” cosmetic
    • “inspect_contract_code” added an optional parameter “session_id” cosmetic
    • “lookup_token_by_symbol” added an optional parameter “session_id” cosmetic
    • “nft_tokens_by_address” added an optional parameter “session_id” cosmetic
    • “read_contract” added an optional parameter “session_id” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.blockscout.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=blockscout.com CN=YE2,O=Let's Encrypt,C=US 2 Aug 2026 31 Oct 2026 ECDSA 256 ECDSA-SHA384 5062c57a3f0ea57b115adb8afd5f360244f
SANs: *.blockscout.com, blockscout.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.blockscout.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
blockscout.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.blockscout.com/mcp Verified 200
http (plaintext) http://mcp.blockscout.com/mcp HTTPS enforced 301 https://mcp.blockscout.com/mcp
MCP tools · 16 exposed · ~2,932 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
__unlock_blockchain_analysis__ ~77

Initializes a Blockscout MCP session: returns server reference data, the `blockscout-analysis` skill pointer, and the URI resolution rule. Call this tool exactly once per session, before any other tool, and reuse its payload for the rest of the session; do not call it again.

Input schema present but exposes no named parameters.

NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

direct_api_call ~317

Call a raw Blockscout API endpoint for advanced or chain-specific data. Before the first call to this tool in a session, read `blockscout-mcp://skill/SKILL.md` (the operating rules), then `blockscout-mcp://skill/references/blockscout-api-index.md` (the authoritative index of callable endpoints); skip both reads only if this skill content is already in context. Recalled Blockscout API knowledge is not a substitute: endpoint paths, parameters, and response shapes vary across Blockscout versions and per-chain deployments. Supports POST requests with a JSON body for endpoints like JSON RPC. **SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provided next_call to get additional pages (GET only).

NameTypeReqDescription
chain_idstringyesThe ID of the blockchain
cursorThe pagination cursor from a previous response to get the next page of results.
endpoint_pathstringyesThe Blockscout API path to call (e.g., '/api/v2/stats'); do not include query strings — pass all query parameters via query_params to avoid double-encoding.
json_bodyJSON request body for POST requests.
methodstringHTTP method used for the upstream call. Use POST with json_body.
query_paramsOptional query parameters forwarded to the Blockscout API.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_address_by_ens_name ~65

Useful for when you need to convert an ENS domain name (e.g. "blockscout.eth") to its corresponding Ethereum address.

NameTypeReqDescription
namestringyesENS domain name to resolve
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_address_info ~195

Get comprehensive information about an address, including: - Address existence check - Native token (ETH) balance (provided as is, without adjusting by decimals) - First transaction details (block number and timestamp) for age calculation - ENS name association (if any) - Contract status (whether the address is a contract, whether it is verified) - Proxy contract information (if applicable): determines if a smart contract is a proxy contract (which forwards calls to implementation contracts), including proxy type and implementation addresses - Token details (if the contract is a token): name, symbol, decimals, total supply, etc. Essential for address analysis, contract investigation, token research, and DeFi protocol analysis.

NameTypeReqDescription
addressstringyesAddress to get information about
chain_idstringyesThe ID of the blockchain
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_block_info ~125

Get block information like timestamp, gas used, burnt fees, transaction count etc. Can optionally include the list of transaction hashes contained in the block. Transaction hashes are omitted by default; request them only when you truly need them, because on high-traffic chains the list may exhaust the context.

NameTypeReqDescription
chain_idstringyesThe ID of the blockchain
include_transactionsIf true, includes a list of transaction hashes from the block.
number_or_hashstringyesBlock number or hash
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_block_number ~162

Retrieves the block number and timestamp for a specific date/time or the latest block. Use when you need a block height for a specific point in time (e.g., "block at 2024-01-01") or the current chain tip. If `datetime` is provided, finds the block immediately preceding that time. If omitted, returns the latest indexed block.

NameTypeReqDescription
chain_idstringyesThe ID of the blockchain
datetimeThe date and time (ISO 8601 format, e.g. 2025-05-22T23:00:00.00Z) to find the block for. If omitted, returns the latest block.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_chains_list ~163

Get supported blockchain chains with their chain IDs. Ethereum Mainnet is `chain_id` `1`; use this tool to resolve any other chain. Use this when another tool needs a supported `chain_id` and only the chain name, ecosystem, or native currency is known. Prefer a narrow `query` to avoid returning the full registry to the agent. Do not rely on partial numeric chain ID queries such as `1`, because matching is substring-based and may return many chains.

NameTypeReqDescription
queryOptional case-insensitive substring filter applied to chain name, chain ID, native currency, and ecosystem. Prefer narrow text terms over partial numeric chain IDs because matching is substring-based.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
dataarrayyesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_contract_abi ~84

Get smart contract ABI (Application Binary Interface). An ABI defines all functions, events, their parameters, and return types. The ABI is required to format function calls or interpret contract data.

NameTypeReqDescription
addressstringyesSmart contract address
chain_idstringyesThe ID of the blockchain
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_token_transfers_by_address ~247

Get ERC-20 token transfers for an address within a specific time range. **SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provided next_call to get additional pages.

NameTypeReqDescription
addressstringyesAddress which either transfer initiator or transfer receiver
age_fromstringyesStart date and time (e.g 2025-05-22T23:00:00.00Z). Alone, returns all ERC-20 transfers to/from the address since this date.
age_toEnd date and time (e.g 2025-05-22T22:30:00.00Z). Adding this bounds the upper end of the date range started by `age_from`; if omitted, transfers up to the current time are returned.
chain_idstringyesThe ID of the blockchain
cursorThe pagination cursor from a previous response to get the next page of results.
session_idOpaque session identifier.
tokenAn ERC-20 token contract address to restrict results to a single token. If omitted, returns transfers of all tokens.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
dataarrayyesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_tokens_by_address ~164

Get comprehensive ERC20 token holdings for an address with enriched metadata and market data. Returns detailed token information including contract details (name, symbol, decimals), market metrics (exchange rate, market cap, volume), holders count, and actual balance (provided as is, without adjusting by decimals). Essential for portfolio analysis, wallet auditing, and DeFi position tracking. **SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provided next_call to get additional pages.

NameTypeReqDescription
addressstringyesWallet address
chain_idstringyesThe ID of the blockchain
cursorThe pagination cursor from a previous response to get the next page of results.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
dataarrayyesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_transaction_info ~162

Get comprehensive transaction information. Unlike standard eth_getTransactionByHash, this tool returns enriched data including decoded input parameters, detailed token transfers with token metadata, transaction fee breakdown (priority fees, burnt fees) and categorized transaction types. By default, the raw transaction input is omitted if a decoded version is available to save context; request it with `include_raw_input=True` only when you truly need the raw hex data. Essential for transaction analysis, debugging smart contract interactions, tracking DeFi operations.

NameTypeReqDescription
chain_idstringyesThe ID of the blockchain
include_raw_inputIf true, includes the raw transaction input data.
session_idOpaque session identifier.
transaction_hashstringyesTransaction hash
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

get_transactions_by_address ~325

Retrieves native currency transfers and smart contract interactions (calls, internal txs) for an address. **EXCLUDES TOKEN TRANSFERS**: Filters out direct token balance changes (ERC-20, etc.). You'll see calls *to* token contracts, but not the `Transfer` events. For token history, use `get_token_transfers_by_address`. A single tx can have multiple records from internal calls. Requires an `age_from` date to scope results for performance and relevance. **SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provided next_call to get additional pages.

NameTypeReqDescription
addressstringyesAddress which either sender or receiver of the transaction
age_fromstringyesStart date and time (e.g 2025-05-22T23:00:00.00Z). Alone, returns all transactions to/from the address since this date.
age_toEnd date and time (e.g 2025-05-22T22:30:00.00Z). Adding this bounds the upper end of the date range started by `age_from`.
chain_idstringyesThe ID of the blockchain
cursorThe pagination cursor from a previous response to get the next page of results.
methodsA method signature to filter transactions by (e.g 0x304e6ade). Filters the (optionally date-bounded) results to a specific method signature.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
dataarrayyesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

inspect_contract_code ~83

Inspects a verified contract's source code or metadata.

NameTypeReqDescription
addressstringyesThe address of the smart contract.
chain_idstringyesThe ID of the blockchain.
file_nameThe name of the source file to inspect. If omitted, returns contract metadata and the list of source files.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

lookup_token_by_symbol ~90

Search for token addresses by symbol or name. Returns multiple potential matches based on symbol or token name similarity. Only the first 7 matches from the Blockscout API are returned.

NameTypeReqDescription
chain_idstringyesThe ID of the blockchain
session_idOpaque session identifier.
symbolstringyesToken symbol or name to search for
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
dataarrayyesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

nft_tokens_by_address ~173

Retrieve NFT tokens (ERC-721, ERC-404, ERC-1155) owned by an address, grouped by collection. Provides collection details (type, address, name, symbol, total supply, holder count) and individual token instance data (ID, name, description, external URL, metadata attributes). Essential for a detailed overview of an address's digital collectibles and their associated collection data. **SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provided next_call to get additional pages.

NameTypeReqDescription
addressstringyesNFT owner address
chain_idstringyesThe ID of the blockchain
cursorThe pagination cursor from a previous response to get the next page of results.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
dataarrayyesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

read_contract ~500

Calls a smart contract function (view/pure, or non-view/pure simulated via eth_call) and returns the decoded result. This tool provides a direct way to query the state of a smart contract. Example: To check the USDT balance of an address on Ethereum Mainnet, you would use the following arguments: { "tool_name": "read_contract", "params": { "chain_id": "1", "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", "abi": { "constant": true, "inputs": [{"name": "_owner", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "balance", "type": "uint256"}], "payable": false, "stateMutability": "view", "type": "function" }, "function_name": "balanceOf", "args": "["0xF977814e90dA44bFA03b6295A0616a897441aceC"]" } }

NameTypeReqDescription
abiobjectyesThe JSON ABI for the specific function being called. This should be a dictionary that defines the function's name, inputs, and outputs. The function ABI can be obtained using the `get_contract_abi` t…
addressstringyesSmart contract address
argsstringA JSON string containing an array of arguments. Example: "["0xabc..."]" for a single address argument, or "[]" for no arguments. Order and types must match ABI inputs. Addresses: use 0x-prefixed stri…
blockThe block identifier to read the contract state from. Can be a block number (e.g., 19000000) or a string tag (e.g., 'latest'). Defaults to 'latest'.
chain_idstringyesThe ID of the blockchain
function_namestringyesThe symbolic name of the function to be called. This must match the `name` field in the provided ABI.
session_idOpaque session identifier.
NameTypeReqDescription
content_textOptional human-readable summary used for MCP content responses.
datayesThe main data payload of the tool's response.
data_descriptionA list of notes explaining the structure, fields, or conventions of the 'data' payload.
instructionsA list of suggested follow-up actions or instructions for the LLM to plan its next steps.
notesA list of important contextual notes, such as warnings about data truncation or data quality issues.
paginationPagination information, present only if the 'data' is a single page of a larger result set.

No examples provided.

Common questions

What is the com.blockscout/mcp-server server?

com.blockscout/mcp-server is listed in the public MCP registry as com.blockscout/mcp-server. MCP server for Blockscout. This page covers its hosted endpoint (https://mcp.blockscout.com/mcp).

Is the com.blockscout/mcp-server server safe to use?

com.blockscout/mcp-server scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.blockscout/mcp-server server expose?

com.blockscout/mcp-server exposes 16 tools: __unlock_blockchain_analysis__, get_block_info, get_block_number, get_address_by_ens_name, get_transactions_by_address, and 11 more. Their descriptions and schemas cost roughly 2,932 tokens of context every time the server is loaded.

Does the com.blockscout/mcp-server server require authentication?

No. We connected to com.blockscout/mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.blockscout/mcp-server server still maintained?

com.blockscout/mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.