Back to Home
pinax-network icon

pinax-mcp

Verified Safe

by pinax-network

Overview

Connects MCP-compatible clients (e.g., Claude Desktop) to remote MCP servers, specifically The Graph Token API, by acting as a bridge between stdio and HTTP/SSE transports.

Installation

Run Command
npx @pinax/mcp --remote-url https://token-api.mcp.thegraph.com/mcp --access-token YOUR_ACCESS_TOKEN_HERE

Environment Variables

  • REMOTE_URL
  • ACCESS_TOKEN
  • VERBOSE

Security Notes

The client functions as a transparent bridge, forwarding JSON-RPC requests from stdio to a remote server. There is no indication of local code execution vulnerabilities (e.g., `eval`, `child_process`) from incoming messages. The primary security considerations are the integrity of the remote MCP server and the secure handling of the `ACCESS_TOKEN`, which authenticates requests to the external service. The client uses `z.any()` for request payloads, meaning it relies on the remote server for request parameter validation.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassLow
Stars6
Forks2
Last Update2025-11-20

Tags

MCPClientBridgeLLMThe Graph