Skip to main content
Glama

ValueRouter MCP Server

get_transaction_status

Retrieve the status of a bridge transaction by providing the transaction hash, source chain ID, and destination chain ID. Facilitates tracking of USDC transfers across Ethereum, Solana, Sui, and Cosmos networks using the ValueRouter MCP Server.

Instructions

Get the status of a bridge transaction

Input Schema

NameRequiredDescriptionDefault
fromChainIdYesSource chain ID
toChainIdYesDestination chain ID
transactionHashYesTransaction hash to check status for

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "fromChainId": { "description": "Source chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "toChainId": { "description": "Destination chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "transactionHash": { "description": "Transaction hash to check status for", "type": "string" } }, "required": [ "transactionHash", "fromChainId", "toChainId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RWAValueRouter/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server