A high-performance MCP skill for querying real-time token metadata, EVM balances, and market data via The Graph Token API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install thegraph-token-mcp-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install thegraph-token-mcp-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Graph Token MCP Skill enables developers and AI agents to interface directly with The Graph Token API for deep blockchain insights. By utilizing the Model Context Protocol (MCP), this tool provides a standardized way to access token metadata, wallet transfers, and liquidity pool data across multiple networks. As part of the Openclaw Skills ecosystem, it ensures that your AI coding agents can fetch live on-chain data without complex custom integrations.
This skill is built for precision, offering dedicated support for EVM and non-EVM chain families. It leverages the uxc CLI to manage secure JWT authentication and provides a help-first inspection workflow, ensuring that every query is valid before execution.
First, ensure uxc is installed, then set up your credentials using your JWT from the Graph Market dashboard:
# Configure the JWT credential
uxc auth credential set thegraph-token --secret-env THEGRAPH_TOKEN_API_JWT
# Bind the credential to the Token API endpoint
uxc auth binding add --id thegraph-token-mcp --host token-api.mcp.thegraph.com --scheme https --credential thegraph-token --priority 100
# Create a local command link
uxc link thegraph-token-mcp-cli https://token-api.mcp.thegraph.com/
The skill returns data within a standardized MCP envelope. Use the following schema to parse responses when building Openclaw Skills integrations:
| Property | Description |
|---|---|
ok |
Boolean flag indicating if the request was successful |
kind |
The type of response (e.g., tool_call_result) |
protocol |
Confirms the usage of the MCP protocol |
data |
The primary payload containing token lists, balances, or market metrics |
error |
Detailed error message if the operation fails |
Loading
Enables AI agents to perform subgraph discovery, schema retrieval, and GraphQL execution using The Graph's MCP endpoint.

Automate web browsers through the Model Context Protocol using Playwright and uxc for reliable agentic web interaction.

A comprehensive DeFi automation skill for accessing OKX OnchainOS market data, wallet balances, and DEX swap execution via uxc.

A secure interface for AI agents to interact with Notion workspaces using the Model Context Protocol and UXC CLI.

A powerful skill for retrieving up-to-date, version-specific documentation and code examples for any programming library or framework.

A specialized developer tool designed to automate the creation and standardization of provider wrapper skills built on the uxc execution contract.








































