Cosmos IBC Transfer Tracker
x402/cosmos-ibc-transfer-trackerTrack any IBC transfer between Cosmos chains by source chain transaction hash. Returns source channel and port, destination channel and port, packet sequence, timeout height and timestamp, sender, receiver, token denom, amount, and lifecycle status sent acknowledged in flight or timed out. Essential for cross chain monitoring and stuck transfer debugging. [x402: $0.1/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"cosmos_ibc_transfer_tracker": {
"url": "https://proxy.suverse.io/v1/data/cosmos-ibc-tracker",
"transport": "http"
}
}
}