Skip to main content
Glama

ValueRouter MCP Server

get_bridge_quote

Retrieve a quote for bridging USDC or tokens across blockchain networks. Specify source and destination chains, tokens, and amount to calculate the transfer cost and details.

Instructions

Get a quote for bridging USDC or other tokens between chains

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to bridge in smallest unit (wei, lamports, etc.)
fromChainIdYesSource chain ID
fromTokenYes
slippageBpsNoSlippage tolerance in basis points (100 = 1%)
toChainIdYesDestination chain ID
toTokenYes
userAddressNoUser address for better quote accuracy (optional)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "amount": { "description": "Amount to bridge in smallest unit (wei, lamports, etc.)", "type": "string" }, "fromChainId": { "description": "Source chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "fromToken": { "properties": { "address": { "type": "string" }, "chainId": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "decimals": { "type": "number" }, "isNative": { "type": "boolean" }, "logoURI": { "type": "string" }, "name": { "type": "string" }, "symbol": { "type": "string" } }, "required": [ "address", "chainId", "symbol", "name", "decimals" ], "type": "object" }, "slippageBps": { "default": 100, "description": "Slippage tolerance in basis points (100 = 1%)", "type": "number" }, "toChainId": { "description": "Destination chain ID", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "toToken": { "properties": { "address": { "type": "string" }, "chainId": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "decimals": { "type": "number" }, "isNative": { "type": "boolean" }, "logoURI": { "type": "string" }, "name": { "type": "string" }, "symbol": { "type": "string" } }, "required": [ "address", "chainId", "symbol", "name", "decimals" ], "type": "object" }, "userAddress": { "description": "User address for better quote accuracy (optional)", "type": "string" } }, "required": [ "fromChainId", "toChainId", "fromToken", "toToken", "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