Cosmos Chain Transaction Decoder
x402/cosmos-chain-transaction-decoderDecode any Cosmos SDK transaction by hash from any Cosmos chain including Cosmos Hub, Noble, Osmosis, Juno, Stride. Returns message types MsgSend MsgTransfer MsgDelegate, sender and receiver addresses, amounts, fee paid, gas used, success flag, memo, and timestamp. Critical for AI agents analyzing Cosmos ecosystem activity and IBC transfers. [x402: $0.05/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"cosmos_chain_transaction_decoder": {
"url": "https://proxy.suverse.io/v1/data/cosmos-tx-decoder",
"transport": "http"
}
}
}