⚡ Model Context Protocol (MCP) Server

AICoder Official MCP Server

Connect your AI coding assistants to AICoder via standard Model Context Protocol. Query live model pricing, stack recommendations, and value scores directly in your terminal and editor.

🔌

One-Click Client Configuration

Select your IDE or CLI to copy-paste the mcpServers configuration

claude mcp add aicoder -- npx -y aicoder-mcp
{
  "mcpServers": {
    "aicoder": {
      "command": "npx",
      "args": ["-y", "aicoder-mcp"]
    }
  }
}
🧪

Live MCP Playground & Tester

Test tool execution and inspect real-time JSON-RPC 2.0 responses in your browser

Loading response...

📚Official MCP Tools Reference

get_model_pricing(model_id)

Retrieve verified input/output pricing, context window, and official documentation source.

Params: model_id (string, required)
recommend_coding_stack(...)

Calculates the best model + IDE pairing with realistic monthly bill simulations.

Params: tech_stack, task_type, tool_choice, budget_priority
get_top_value_models(limit)

Lists top models ranked by Performance per Dollar with public formula metrics.

Params: limit (number, optional)
get_model_history(model_id)

Fetches chronological price drops, context expansions, and feature milestones.

Params: model_id (string, required)