new-api-mcp-server

bigmanBass666/new-api-mcp-server
★ 0 stars Go AI/LLM Updated 9d ago
Go MCP server for New API - wraps ~160 OpenAPI endpoints as MCP tools with full observability
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": {
    "new-api-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/bigmanBass666/new-api-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

**Turn your [New API](https://github.com/QuantumNous/new-api) into a fully manageable AI tool ecosystem.** This Go MCP server automatically generates **225+ tools** from New API's OpenAPI specs, giving AI assistants (Claude, etc.) direct access to manage channels, users, tokens, and make model inference calls — all through the standardized [Model Context Protocol](https://modelcontextprotocol.io/).

Tools (20)

CRYPTO_SECRETMCP_API_TOOLS_ENABLEDMCP_HTTP_ADDRMCP_HTTP_AUTH_TOKENMCP_HTTP_CORS_ORIGINSMCP_HTTP_MAX_BODY_SIZEMCP_LOG_CONSOLE_ENABLEDMCP_LOG_FORMATMCP_LOG_LEVELMCP_METRICS_ADDRMCP_METRICS_PATHMCP_RATE_LIMIT_BURSTMCP_RATE_LIMIT_RPSMCP_RELAY_ENABLED_GROUPSMCP_TRANSPORTNEW_API_BASE_URLNEW_API_KEYNEW_API_SYSTEM_KEYNEW_API_TIMEOUTOTEL_EXPORTER_OTLP_ENDPOINT