Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |