Skip to main content
Glama

ValueRouter MCP Server

estimate_bridge_fees

Calculate fees for bridging USDC or other tokens between blockchain networks. Specify source and destination chain IDs, token address, and amount to estimate transaction costs efficiently.

Instructions

Estimate fees for a bridge transaction

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to bridge
fromChainIdYesSource chain ID
toChainIdYesDestination chain ID
tokenAddressNoToken address (optional, defaults to USDC)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "amount": { "description": "Amount to bridge", "type": "string" }, "fromChainId": { "description": "Source chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "toChainId": { "description": "Destination chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "tokenAddress": { "description": "Token address (optional, defaults to USDC)", "type": "string" } }, "required": [ "fromChainId", "toChainId", "amount" ], "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