get_transaction
ActiveTool of mcp-solscan
declared in 0.1.0
Fetch a Solana transaction by base58 signature. Returns status (Success/Fail), slot, block time, fee in lamports, SOL balance changes per account, and parsed instruction list.
Parameters schema
{
"type": "object",
"examples": [
{
"signature": "5h6xBEauJ3jGaDررrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr"
}
],
"required": [
"signature"
],
"properties": {
"signature": {
"type": "string",
"description": "Solana transaction signature (base58)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-solscan
https://github.com/pipeworx-io/mcp-solscan
2/7 registries