The Pinax MCP Client is a specialized tool designed to connect to MCP Server-compatible services, specifically at https://thegraph.market. This client facilitates seamless integration with The Graph Market, enabling users to interact with its services efficiently.
The Pinax MCP Client is supported by the following AI agents:
To authenticate with the Pinax MCP Client, follow these steps:
.env
FileConfigure your environment variables using the .env
file:
ACCESS_TOKEN=<https://thegraph.market JWT Access Token>
SSE_URL=https://token-api.service.pinax.network/sse
The Pinax MCP Client can be used via the command line with the following options:
Usage: @pinax/mcp [options]
An MCP Client for connecting to MCP Server‐compatible services at https://thegraph.market.
Options:
-V, --version output the version number
--sse-url <string> Server-Sent Events (SSE) url (env: SSE_URL)
--access-token <string> JWT Access Token from https://thegraph.market (env: ACCESS_TOKEN)
-v, --verbose <boolean> Enable verbose logging (choices: "true", "false", default: false, env: VERBOSE)
-h, --help display help for command
This project is licensed under the Apache-2.0 license.