Skip to content
Back to search
30
MCP http

Cosmos Chain Transaction Decoder

x402/cosmos-chain-transaction-decoder

Decode 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]

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Cosmos IBC Transfer Tracker
Track any IBC transfer between Cosmos chains by source chain transaction hash. Returns source channel and port, destination channel and port
0 tools · http
Base Chain Transaction Decoder
Decode any Base chain transaction by hash into a structured human readable summary. Returns invoked smart contracts with labels like Uniswap
0 tools · http
Cosmos Wallet Multi Chain Balance
Get token balances for any Cosmos wallet address with chain detection from the bech32 prefix. Returns native balance, IBC token balances wit
0 tools · http
Bitcoin Transaction Decoder
Decode any Bitcoin transaction by txid into a human readable structure. Returns inputs with source addresses and amounts, outputs with desti
0 tools · http
SuVerse Solana Transaction Decoder
Decode any Solana transaction by signature into a structured human-readable summary. Returns invoked programs, token balance changes, fees i
0 tools · http
Cosmos Chain Network Info
Get current network information for any Cosmos chain including current block height, latest block time, sampled average block time, total st
0 tools · http

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"
    }
  }
}