VOOZH about

URL: https://mcp.so/server/coderplan-api/CoderPlan

⇱ Coderplan Api MCP Server


Coderplan Api

@CoderPlan

Unified LLM API gateway with OpenAI-compatible protocol. Access Claude, GPT, Gemini, DeepSeek through a single endpoint. Pay-per-use at ~70% off official pricing. Supports Alipay/WeChat. Hong Kong/Singapore nodes.
Overview

CoderPlan API

Unified LLM API gateway using OpenAI-compatible protocol. One line of config to access Claude Code, GPT, Gemini, DeepSeek.

Key Features

  • OpenAI-Compatible Protocol: Drop-in replacement for OpenAI API
  • Multi-Model Support: Claude, GPT, Gemini, DeepSeek, Grok
  • Pay-Per-Use: ~70% off official pricing, no subscription
  • Low Latency: Hong Kong/Singapore nodes
  • Payment: Alipay/WeChat Pay

Quick Start

Set your API base URL to https://api.coderplan.ai/v1 and use your CoderPlan API key.

Use Cases

  • Claude Code / Codex CLI integration
  • AI coding assistant backend
  • Multi-model application development

Server Config

{
 "mcpServers": {
 "coderplan": {
 "command": "npx",
 "args": [
 "-y",
 "@anthropic-ai/claude-code-mcp-adapter"
 ],
 "env": {
 "OPENAI_API_KEY": "your-api-key",
 "OPENAI_BASE_URL": "https://api.coderplan.ai/v1",
 "OPENAI_MODEL": "claude-sonnet-4-20250514"
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.