skills/thegraph-token-mcp-skill/SKILL.md
Use The Graph Token API MCP through UXC for token metadata, wallet balances, transfers, holders, pools, and market data with help-first inspection and Token API specific JWT bearer auth binding.
npx skillsauth add holon-run/uxc thegraph-token-mcp-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use 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.mddevelopment
Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.
development
Operate X API v2 through UXC with the official OpenAPI schema, OAuth2 PKCE user-context auth, app-only bearer guidance, and read-first guardrails for timeline/bookmark/post workflows.
development
Operate GitHub REST API through UXC with the official OpenAPI schema, explicit gh-to-uxc auth import, and read-first guardrails for repo, issue, pull request, and event workflows.
development
Operate WhatsApp Business Platform Cloud API through UXC with a curated OpenAPI schema, bearer-token auth, and message/profile guardrails.