Skip to main content
Glama

ValueRouter MCP Server

estimate_bridge_fees

Calculate bridge transaction fees across multiple blockchain networks using source and destination chain IDs, amount, and optional token address.

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" }

Other Tools from ValueRouter MCP Server

Related Tools

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