pinax-mcp

MCP.Pizza Chef: pinax-network

pinax-mcp is an MCP client designed to connect seamlessly to MCP server-compatible services hosted at TheGraph.Market. It supports Server-Sent Events (SSE) for real-time data streaming and uses JWT access tokens for secure authentication. This client enables developers to integrate and interact with MCP servers efficiently, leveraging TheGraph.Market's infrastructure for scalable and authenticated model context protocol workflows.

Use This MCP client To

Connect to MCP servers hosted on TheGraph.Market Stream real-time data from MCP servers using SSE Authenticate MCP client sessions with JWT tokens Integrate MCP server data into AI workflows securely Manage access tokens for secure MCP server communication Enable verbose logging for debugging MCP client connections

README

MCP Client: @pinax/mcp

license

An MCP Client for connecting to MCP Server‐compatible services at https://thegraph.market.

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

Authentication

  1. Create a free account at https://thegraph.market using your GitHub credentials as login.
  2. Go to Dashboard
  3. Create New Key
  4. Generate Access Token

.env

ACCESS_TOKEN=<https://thegraph.market JWT Access Token>
SSE_URL=https://token-api.service.pinax.network/sse
Image

Supported by AI Agents

pinax-mcp FAQ

How do I authenticate the pinax-mcp client?
Authenticate by generating a JWT access token from TheGraph.Market dashboard and providing it to the client.
What is the purpose of the SSE URL option?
The SSE URL enables the client to receive real-time Server-Sent Events from MCP servers for live data updates.
Can I use pinax-mcp with multiple MCP servers?
Yes, by specifying different SSE URLs and access tokens, you can connect to multiple MCP servers.
How do I enable verbose logging?
Use the --verbose option with true to enable detailed logging for troubleshooting.
Is pinax-mcp compatible with other LLM providers?
Yes, it works with MCP servers that support models from OpenAI, Anthropic Claude, and Google Gemini.
Where do I get the access token?
Access tokens are generated in your TheGraph.Market dashboard after creating a free account.
What platforms support pinax-mcp?
It is a Node.js-based client usable in any environment supporting Node.js and network connectivity.
How do I install pinax-mcp?
Install via npm or yarn from the @pinax/mcp package repository.