Install
openclaw skills install thegraph-token-mcp-skillUse The Graph Token API MCP through UXC for token metadata, wallet balances, transfers, holders, pools, and market data with help-first inspection and Token...
openclaw skills install thegraph-token-mcp-skillUse this skill to run The Graph Token API MCP operations through uxc.
Reuse the uxc skill for generic protocol discovery, envelope parsing, and error handling rules.
uxc is installed and available in PATH.https://token-api.mcp.thegraph.com/.API TOKEN (JWT) from https://thegraph.market/dashboard is available for authenticated calls.Important auth distinction:
thegraph-mcp-skill API key directly.thegraph-token-mcp-skill uses a separate credential sourced from The Graph Market Token API dashboard.Authorization: Bearer ... must be the generated API TOKEN (JWT), not the raw dashboard API key.uxc https://token-api.mcp.thegraph.com/ -hprotocol == "mcp" in envelope).API TOKEN (JWT) in https://thegraph.market/dashboarduxc auth credential set thegraph-token --secret-env THEGRAPH_TOKEN_API_JWTuxc auth binding add --id thegraph-token-mcp --host token-api.mcp.thegraph.com --scheme https --credential thegraph-token --priority 100command -v thegraph-token-mcp-cliuxc link thegraph-token-mcp-cli https://token-api.mcp.thegraph.com/thegraph-token-mcp-cli -hthegraph-token-mcp-cli getV1Networks -hthegraph-token-mcp-cli getV1EvmTokens -hthegraph-token-mcp-cli getV1EvmBalances -hgetV1HealthgetV1VersiongetV1NetworksgetV1EvmTokensgetV1EvmTokensNativegetV1EvmBalancesAlways inspect host help and operation help in the current endpoint version before relying on an operation name or argument shape.
thegraph-token-mcp-cli getV1Networks-h.--text.ok, kind, protocol, data, error.thegraph-token-mcp-cli as default command path.thegraph-token-mcp-cli <operation> ... is equivalent to uxc https://token-api.mcp.thegraph.com/ <operation> ... when the same auth binding is configured.uxc "<endpoint>" ... only as temporary fallback when link setup is unavailable.key=value for simple arguments and positional JSON for nested objects.uxc auth credential info thegraph-token succeedsuxc auth binding match https://token-api.mcp.thegraph.com/ resolves to thegraph-tokenAPI TOKEN (JWT), not the raw API key from The Graph Market dashboardthegraph-token-mcp-cli -hThe endpoint was verified through uxc host discovery and returned a live MCP tool list including:
getV1HealthgetV1VersiongetV1NetworksgetV1EvmTokensgetV1EvmTokensNativegetV1EvmBalancesThis confirms the skill target is a real MCP surface rather than a direct OpenAPI host.
The Token API requires its own bearer token workflow:
https://thegraph.market/dashboardAPI TOKEN (JWT) from the dashboard-managed Token API keyDo not document or implement this skill as if it reused the same raw API key as thegraph-mcp-skill.
references/usage-patterns.md