get_supported_chains
Retrieve a list of supported blockchain networks for USDC bridging, with the option to include testnets, using the ValueRouter MCP Server.
Instructions
Get all supported chains for USDC bridging
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeTestnets | No | Whether to include testnet chains |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"includeTestnets": {
"default": false,
"description": "Whether to include testnet chains",
"type": "boolean"
}
},
"type": "object"
}