Skip to main content
Glama

Blockscout MCP Server

Official

transaction_summary

Generate clear, human-readable summaries of blockchain transactions, classifying them into transfers, swaps, NFT sales, or DeFi operations for quick comprehension and analysis. Ideal for dashboards and initial reviews.

Instructions

Get human-readable transaction summaries from Blockscout Transaction Interpreter. Automatically classifies transactions into natural language descriptions (transfers, swaps, NFT sales, DeFi operations) Essential for rapid transaction comprehension, dashboard displays, and initial analysis. Note: Not all transactions can be summarized and accuracy is not guaranteed for complex patterns.

Input Schema

NameRequiredDescriptionDefault
chain_idYesThe ID of the blockchain
hashYesTransaction hash

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" }, "hash": { "description": "Transaction hash", "title": "Hash", "type": "string" } }, "required": [ "chain_id", "hash" ], "title": "transaction_summaryArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/blockscout/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server