⚡ Model Context Protocol (MCP) Server
AICoder 官方 MCP 智能体服务
让您的 Claude Code、Cursor、Windsurf、Cline 无缝接入 AICoder 全球数据中枢,随时调用官方模型定价、5星搭配矩阵与月度成本测算。
🔌
一键接入常用客户端
选择您的 IDE 或开发助手,复制配置文件即可秒级启动
claude mcp add aicoder -- npx -y aicoder-mcp
{
"mcpServers": {
"aicoder": {
"command": "npx",
"args": ["-y", "aicoder-mcp"]
}
}
}🧪
MCP 在线实时调试与测试器 (Live Playground)
无需安装客户端,直接在线测试 MCP 工具调用与 JSON-RPC 2.0 响应
Loading response...
📚AICoder MCP 官方工具清单 (Tools Reference)
get_model_pricing(model_id)
查询指定模型的官方验证单价、上下文大小、验证时间戳与来源文档 URL。
Params: model_id (string, required)recommend_coding_stack(...)
根据语言栈、任务场景、IDE偏好与预算偏好输出首选推荐组合与月度真实账单估算。
Params: tech_stack, task_type, tool_choice, budget_priorityget_top_value_models(limit)
按 AICoder Value Score(性价比指数)返回当前最划算的前瞻代码大模型列表。
Params: limit (number, optional)get_model_history(model_id)
获取指定模型的历史价格变动、Context 扩容与关键特性发布时间线。
Params: model_id (string, required)