RouterBase
БесплатноНе проверенEnables AI agents to discover models, pricing, and chat completions through RouterBase, an API gateway for 200+ AI models.
Описание
Enables AI agents to discover models, pricing, and chat completions through RouterBase, an API gateway for 200+ AI models.
README
An MCP server for routerbase, the OpenAI-compatible API gateway for GPT, Claude, Gemini, and 200+ AI models.
This package exposes RouterBase model discovery, model details, pricing lookup, quickstart guidance, and chat completions as Model Context Protocol tools.
Features
routerbase_get_startedreturns integration snippets and the canonical routerbase link.routerbase_list_modelssearches and filters the RouterBase model catalog.routerbase_get_modelfetches details for one model id.routerbase_get_pricingfetches pricing for one model or all active models.routerbase_chat_completioncalls the OpenAI-compatible/v1/chat/completionsendpoint.routerbase://overviewis a resource with RouterBase integration metadata.
Install
npm install -g routerbase-mcp
Or run it without installing:
npx routerbase-mcp
Until the npm package is live, run it directly from GitHub:
npx -y github:zenlee123/routerbase-mcp
Configuration
Create a RouterBase API key at routerbase and set:
export ROUTERBASE_API_KEY=sk-rb-your-key
Optional overrides:
export ROUTERBASE_API_BASE_URL=https://routerbase.com/api/v1
export ROUTERBASE_OPENAI_BASE_URL=https://routerbase.com/v1
Claude Desktop
{
"mcpServers": {
"routerbase": {
"command": "npx",
"args": ["-y", "routerbase-mcp"],
"env": {
"ROUTERBASE_API_KEY": "sk-rb-your-key"
}
}
}
}
Cursor or other MCP clients
Use the same stdio command:
{
"command": "npx",
"args": ["-y", "routerbase-mcp"],
"env": {
"ROUTERBASE_API_KEY": "sk-rb-your-key"
}
}
Development
npm install
npm run build
node dist/index.js
Registry Submission
This repository includes:
server.jsonfor the official MCP Registry.metadata/directory-listing.jsonfor MCP directories.SUBMISSION_KIT.mdwith listing copy for MCP.so, PulseMCP, Glama, Smithery, and GitHub lists.
The preferred listing sentence is:
RouterBase MCP lets AI agents discover models, pricing, and chat completions through routerbase.
License
MIT
Установка RouterBase
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zenlee123/routerbase-mcpFAQ
RouterBase MCP бесплатный?
Да, RouterBase MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для RouterBase?
Нет, RouterBase работает без API-ключей и переменных окружения.
RouterBase — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить RouterBase в Claude Desktop, Claude Code или Cursor?
Открой RouterBase на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare RouterBase with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
