A MACP (Model Context Protocol) server for ProxyLLM, providing live model catalogs, plan-savings math, key provisioning, and a self-contained account signup flow for MCP clients.
- The server exposes an OpenAI-compatible gateway that serves as a centralized MCP repository for ProxyLLM clients, including Claude Code, Claude Desktop, Cursor, Cline, Windsurf, and OpenClaw. It delivers model catalogs, pricing math, routing-key introspection, and provisioning, plus an autonomous signup flow that outputs an account token after an email-OTP signup, with HTTP 402 checkout behavior until activation.
🛠️ Key Features
- OpenAI-compatible MCP gateway with live model catalogs
- Plan-savings calculations and routing-key introspection
- Automated provisioning and account signup flow (email OTP, sk_ token output)
- Self-contained MCP server usable by multiple clients (CLI, desktop, and web)
🚀 Use Cases
- Retrieve up-to-date model catalogs for MCP clients
- Compute and compare plan savings for different models
- Provision user accounts and tokens for seamless onboarding
- Enable autonomous signup flows integrated into client UX
⚡ Developer Benefits
- Single MCP server for multiple ProxyLLM clients
- Simple install and client integration (examples in README)
- Clear flow for onboarding and provisioning
⚠️ Limitations
- Describes a specific signup flow with HTTP 402 until activation; behavior may vary by client
- Dependent on external proxyllm ecosystem and OTP mechanisms