Usage Patterns

All commands in this skill use the native MCP HTTP endpoint: https://token-api.mcp.thegraph.com/

This skill defaults to fixed link command thegraph-token-mcp-cli. Create it when missing:

command -v thegraph-token-mcp-cli
uxc auth credential set thegraph-token --secret-env THEGRAPH_TOKEN_API_JWT
uxc auth binding add --id thegraph-token-mcp --host token-api.mcp.thegraph.com --scheme https --credential thegraph-token --priority 100
uxc link thegraph-token-mcp-cli https://token-api.mcp.thegraph.com/
thegraph-token-mcp-cli -h

Notes:

Discover And Inspect

thegraph-token-mcp-cli -h
thegraph-token-mcp-cli getV1Networks -h
thegraph-token-mcp-cli getV1EvmTokens -h
thegraph-token-mcp-cli getV1EvmBalances -h

Network Discovery

thegraph-token-mcp-cli getV1Networks

Use this first to confirm supported network identifiers before querying balances, tokens, or pools.

Token Metadata

thegraph-token-mcp-cli getV1EvmTokens network=base contract=0x4200000000000000000000000000000000000006

Native token metadata:

thegraph-token-mcp-cli getV1EvmTokensNative network=base

Wallet Balances

thegraph-token-mcp-cli getV1EvmBalances network=base address=0xYourAddress

Use operation help before querying transfers, holders, or market surfaces because exact operation names may evolve.

Practical Rules

Fallback Equivalence