thegraph-token-mcp-skill
Installation
SKILL.md
The Graph Token MCP Skill
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.
Prerequisites
uxcis installed and available inPATH.- Network access to
https://token-api.mcp.thegraph.com/. - A The Graph Token API
API TOKEN (JWT)fromhttps://thegraph.market/dashboardis available for authenticated calls.
Important auth distinction:
- Do not reuse the
thegraph-mcp-skillAPI key directly. thegraph-token-mcp-skilluses a separate credential sourced from The Graph Market Token API dashboard.- The value used with
Authorization: Bearer ...must be the generatedAPI TOKEN (JWT), not the raw dashboard API key.