Parse a Solana transaction into human-readable format. Returns type, transfers, swaps, fees, and a plain-English description.
| Name | Type | Required | Description |
|---|---|---|---|
| signature | string | required | Solana transaction signature (base58) |
// MCP tool call
{
"name": "transaction_parse",
"arguments": {
"signature": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}