pinax-mcp
Verified Safeby 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
npx @pinax/mcp --remote-url https://token-api.mcp.thegraph.com/mcp --access-token YOUR_ACCESS_TOKEN_HEREEnvironment 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
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
a2a-mcp
This server acts as a Model Context Protocol (MCP) gateway to facilitate interactions between an LLM client and external A2A (Agent2Agent) protocol agents, enabling message exchange, conversation management, and structured viewing of artifacts.
graphql-mcp-bridge
Facilitates seamless integration between GraphQL APIs and Model Context Protocol (MCP) compatible AI systems by converting GraphQL schemas into type-safe, validated MCP tools.
context-repo-mcp
Facilitates interaction between MCP-compatible AI clients and Context Repo for managing prompts, documents, and collections, including semantic search.