get_transaction
Pack: blockscout · Endpoint: https://gateway.pipeworx.io/blockscout/mcp
Full transaction detail.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
chain | string | yes | |
tx_hash | string | yes |
Example call
curl -X POST https://gateway.pipeworx.io/blockscout/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_transaction","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Full transaction detail from Blockscout API"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"blockscout": {
"url": "https://gateway.pipeworx.io/blockscout/mcp"
}
}
}
See Getting Started for client-specific install steps.