proxycept-mcp

MoathOthman/proxycept-mcp
★ 0 stars JavaScript AI/LLM Updated 1d ago
npx @proxycept/mcp — zero-dependency stdio bridge to a Proxycept MCP server. Lets stdio-only AI clients drive your Proxycept account.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "proxycept-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "MoathOthman/proxycept-mcp"
      ]
    }
  }
}

README Excerpt

A **thin stdio↔HTTP bridge**. It runs a [Model Context Protocol](https://modelcontextprotocol.io) server on stdio and forwards every JSON-RPC message, unchanged, to a Proxycept MCP endpoint (`https://proxycept.com/api/mcp` by default) with your API token as a bearer header. **Most people do not need this package.** The Proxycept MCP server is a hosted HTTP server —

Tools (5)

PROXYCEPT_API_TOKENPROXYCEPT_BASE_URLPROXYCEPT_TIMEOUT_MSPROXYCEPT_URLPROXYCEPT_VERBOSE