Thegraph Mcp Skill

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears purpose-aligned for using The Graph through UXC, but users should notice that it stores/uses a The Graph API key and creates a persistent UXC command binding.

Install this if you intend to use The Graph through UXC and are comfortable configuring a The Graph API key. Verify the `thegraph-mcp-cli` command name is safe on your system, keep queries narrow to avoid unnecessary usage, and use a dedicated/revocable API key when possible.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

When you use the skill, your agent may make The Graph MCP and GraphQL requests through UXC using the configured command.

Why it was flagged

The skill creates and uses a local command wrapper for a remote MCP endpoint. This is central to the stated purpose and includes help-first guidance, but it means the agent can invoke external The Graph MCP operations through that command.

Skill content
`uxc link thegraph-mcp-cli https://subgraphs.mcp.thegraph.com/sse` ... `thegraph-mcp-cli <operation> ...` is equivalent to `uxc https://subgraphs.mcp.thegraph.com/sse <operation> ...`
Recommendation

Review operation help before running queries, keep initial queries narrow, and confirm the linked command name is not conflicting with an existing tool.

What this means

Requests may consume your The Graph account quota or billing allowance associated with the configured API key.

Why it was flagged

The skill explicitly uses a provider API key through UXC credential handling. This is expected for the service and no artifact shows leakage or unrelated use, but it is still account-level authority.

Skill content
This endpoint requires a The Graph Gateway API key sent as `Authorization: Bearer <key>` ... `uxc auth credential set thegraph --secret-env THEGRAPH_API_KEY`
Recommendation

Use a scoped or dedicated The Graph API key where possible, store it only through the documented credential mechanism, and revoke or rotate it if no longer needed.

What this means

Automated install or permission prompts may not fully reflect that you need UXC, network access, and a The Graph API key.

Why it was flagged

The instructions disclose runtime prerequisites, but the registry metadata lists no required binaries, env vars, credentials, or install spec. This is a metadata completeness gap rather than hidden behavior.

Skill content
Prerequisites

- `uxc` is installed and available in `PATH`.
- Network access to `https://subgraphs.mcp.thegraph.com/sse`.
- The Graph Gateway API key is available for authenticated calls.
Recommendation

Before installing, verify you trust the UXC tool and The Graph endpoint, and expect to configure the API key manually.