Use The Graph Subgraph MCP through UXC via native SSE with a fixed linked command for subgraph discovery, schema retrieval, deployment selection, and GraphQL...
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.mdZIP package — ready to use