Skip to main content
Glama
warengonzaga

Relay Protocol MCP Server

by warengonzaga

relay_transactions_single

Index specific transfers, wraps, and unwraps within a blockchain transaction to track cross-chain operations and associate them with a request ID.

Instructions

Notify the Relay backend to index transfers, wraps and unwraps for a specific transaction.

When to use: • Index specific transfers within a transaction • Track wrap/unwrap operations • Associate transaction data with a request ID

Difference from relay_transactions_index: • This is for indexing specific transfers/wraps/unwraps • relay_transactions_index is for general transaction tracking

Required: requestId, chainId (string), tx (transaction hash)

Input Schema

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

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