Skip to main content
Glama

ValueRouter MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUI_RPC_URLNoRPC URL for Sui (e.g. https://fullnode.mainnet.sui.io:443)
BASE_RPC_URLNoRPC URL for Base (e.g. https://mainnet.base.org)
INFURA_API_KEYNoAPI key for Infura (optional, for better performance)
SOLANA_RPC_URLNoRPC URL for Solana (e.g. https://api.mainnet-beta.solana.com)
ALCHEMY_API_KEYNoAPI key for Alchemy (optional, for better performance)
POLYGON_RPC_URLNoRPC URL for Polygon (e.g. https://polygon-rpc.com)
ARBITRUM_RPC_URLNoRPC URL for Arbitrum One (e.g. https://arb1.arbitrum.io/rpc)
ETHEREUM_RPC_URLNoRPC URL for Ethereum mainnet (e.g. https://mainnet.infura.io/v3/YOUR_INFURA_KEY)
OPTIMISM_RPC_URLNoRPC URL for Optimism (e.g. https://mainnet.optimism.io)
AVALANCHE_RPC_URLNoRPC URL for Avalanche C-Chain (e.g. https://api.avax.network/ext/bc/C/rpc)
QUICKNODE_API_KEYNoAPI key for QuickNode (optional, for better performance)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_supported_chains

Get all supported chains for USDC bridging

get_supported_tokens

Get supported tokens for a specific chain or all chains

get_bridge_quote

Get a quote for bridging USDC or other tokens between chains

execute_bridge

Execute a bridge transaction (simulation only - returns transaction data)

get_transaction_status

Get the status of a bridge transaction

get_user_balance

Get user token balance on a specific chain

estimate_bridge_fees

Estimate fees for a bridge transaction

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