skills/thegraph-mcp-skill/SKILL.md
Use The Graph Subgraph MCP through UXC via native SSE with a fixed linked command for subgraph discovery, schema retrieval, deployment selection, and GraphQL query execution with help-first inspection and explicit auth handling.
npx skillsauth add holon-run/uxc thegraph-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 Subgraph MCP operations through uxc using the native SSE MCP endpoint.
Reuse the uxc skill for generic protocol discovery, envelope parsing, and error handling rules.
uxc is installed and available in PATH.https://subgraphs.mcp.thegraph.com/sse.Endpoint candidate inputs before finalizing:
https://subgraphs.mcp.thegraph.com/ssehttps://thegraph.com/docs/en/ai-suite/subgraph-mcp/introduction/uxc https://subgraphs.mcp.thegraph.com/sse -hprotocol == "mcp" in envelope).Authorization: Bearer <key>.uxc auth credential set thegraph --secret-env THEGRAPH_API_KEYuxc auth binding add --id thegraph-sse --host subgraphs.mcp.thegraph.com --path-prefix /sse --scheme https --credential thegraph --priority 100command -v thegraph-mcp-cliuxc link thegraph-mcp-cli https://subgraphs.mcp.thegraph.com/ssethegraph-mcp-cli -hthegraph-mcp-cli -hthegraph-mcp-cli <operation> -h--text.ok, kind, protocol, data, error.thegraph-mcp-cli as default command path.thegraph-mcp-cli <operation> ... is equivalent to uxc https://subgraphs.mcp.thegraph.com/sse <operation> ... when the same auth binding is configured.uxc "<endpoint>" ... only as temporary fallback when link setup is unavailable.uxc auth credential info thegraph succeedsuxc auth binding match https://subgraphs.mcp.thegraph.com/sse resolves to thegraphthegraph-mcp-cli -hThe following flow was exercised successfully through uxc against the live endpoint:
uniswap subgraphsget_deployment_30day_query_counts_meta GraphQL queryThe selected candidate in that run was:
5zvR82QoaXYFyDEKLZ9t6v9adgnptxYpKpSbxtgVENFVQmTZ8ejXJxRo7vDBS4uwqBeGoxLSWbhaA7oXa1RvxunLy7The minimal verified query shape was:
{
_meta {
deployment
hasIndexingErrors
}
}
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.