Skip to main content
Glama

ValueRouter MCP Server

get_supported_tokens

Retrieve supported tokens for a specific blockchain or all chains using the ValueRouter MCP Server. Optionally include testnet tokens to enhance token retrieval and blockchain interoperability.

Instructions

Get supported tokens for a specific chain or all chains

Input Schema

NameRequiredDescriptionDefault
chainIdNoChain ID to get tokens for (optional)
includeTestnetsNoWhether to include testnet tokens

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "chainId": { "description": "Chain ID to get tokens for (optional)", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "includeTestnets": { "default": false, "description": "Whether to include testnet tokens", "type": "boolean" } }, "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