Skip to main content
Glama
warengonzaga

Relay Protocol MCP Server

by warengonzaga

relay_transactions_index

Index and track cross-chain transactions for status monitoring by submitting transaction hash and chain ID to the Relay Protocol backend.

Instructions

Notify the Relay backend about a transaction. This is used to index and track transactions for cross-chain operations.

When to use: • After executing a transaction from a quote response • When you want Relay to track a specific transaction • For proper status monitoring and request linking

Example: After sending the deposit transaction from relay_get_quote response, call this tool with the transaction hash and chain ID to enable proper tracking.

Required: txHash (0x...), chainId (number) Optional: requestId (from quote response for linking)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
txHashYesTransaction hash to index
chainIdYesChain ID where the transaction occurred (as string, e.g., "1" for Ethereum, "10" for Optimism)
requestIdNoOptional request ID to associate with the transaction

Latest Blog Posts

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/warengonzaga/relay-protocol-mcp-server'

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