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 interactions with Algolia search, analytics, and monitoring data via the Model Context Protocol (MCP) and Claude Desktop.
mcp-client-server
This MCP Server acts as a client to other MCP servers, enabling automated deployment, testing, logging, and interaction with MCPs for development and debugging purposes.
Claude-Code-Gemini-Fallback-Providers-Full-Setup-Guide-Windows-Linux-
A local AI model router and orchestration server for Claude Code, integrating multiple LLM providers (Gemini, OpenAI, etc.) with fallback capabilities and supporting Model Context Protocol (MCP) servers for tool execution.
tempoai-mcp-server
The Tempo AI MCP Server connects large language models like Claude and ChatGPT with the Tempo AI API to retrieve fitness and wellness data.