Adorbis AI MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Adorbis AI MCP ServerCheck my Adorbis balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@adorbistech/mcp-server
Adorbis AI MCP Server
One API key. 40+ models. Auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
Get a free API key · Documentation · Dashboard
Install
Option 1 — Clone and run locally (recommended, works on all platforms)
git clone https://github.com/adorbistech/adorbis-mcp
cd adorbis-mcp
npm install
npm run buildThen point your tool to node /path/to/adorbis-mcp/dist/index.js.
Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}Windows path example:
"args": ["D:\\Ai-Adorbis\\MCP\\dist\\index.js"]Mac/Linux path example:
"args": ["/home/user/adorbis-mcp/dist/index.js"]Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}Cline (VS Code)
Add to Cline MCP settings:
{
"adorbis": {
"command": "node",
"args": ["/path/to/adorbis-mcp/dist/index.js"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}Option 2 — npx (Mac/Linux only)
# Mac/Linux
ADORBIS_API_KEY=your_key npx @adorbistech/mcp-serverNote:
npxinstall is not recommended on Windows due to path resolution issues. Use the clone method above.
Auto-configure with CLI
npx adorbis-init --mcpsAutomatically writes the correct MCP config for every tool you have configured.
Related MCP server: OpenRouter MCP Server
Available Tools
Once connected, your AI assistant has access to 7 tools:
Tool | Description |
| General AI chat — auto-routes to best model |
| Code generation, debugging, review |
| Math, logic, multi-step analysis |
| Documentation, articles, emails |
| Check connection and credit status |
| List all available departments |
| Multi-turn conversation with history |
Usage examples
Check my Adorbis balanceUse adorbis_code to write a TypeScript debounce functionWhat Adorbis departments are available?Use adorbis_reason to analyze the time complexity of merge sortDepartments
Department | Best for | Speed |
| Chat, Q&A, simple tasks | Fastest |
| Code generation, debugging, review | Fast |
| Mixed workloads, smart routing | Varies |
| Documentation, articles, emails | Medium |
| Math, logic, complex analysis | Thorough |
How Adorbis AI works
Your tool (Claude Code / Cursor / Cline)
│
▼ MCP call
@adorbistech/mcp-server
│
▼ HTTPS
api.adorbistech.com ←── your single API key
│
┌───────┴────────┐
│ Department │
│ routing │
└───────┬────────┘
│
┌─────────┼──────────┐
▼ ▼ ▼
Gemini DeepSeek Claude
Flash V3 Sonnet
│
▼
Best model
for your taskAdorbis monitors model health, latency, and cost in real time. When you send a request, it routes to the best available model automatically. No manual model switching. No vendor lock-in.
Environment Variables
Variable | Required | Description |
| Yes | Your Adorbis API key |
Get a free key (1,000 credits/month, no credit card) at https://ai.adorbistech.com
Plans
Plan | Price | Credits |
Free | $0/mo | 1,000 AC |
Starter | $10/mo | 15,000 AC |
Pro | $30/mo | 50,000 AC |
Business | $100/mo | 200,000 AC |
1 AC = $0.001 of underlying compute. Upgrade →
Also available
VS Code Extension —
ext install adorbis.adorbis-aiCLI setup wizard —
npx adorbis-initFull docs — ai.adorbistech.com/docs
Requirements
Node.js >= 18
An Adorbis API key — get one free
Contributing
Issues and PRs welcome at github.com/adorbistech/adorbis-mcp
License
MIT © Adorbis Technologies LLC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceAn AI router that connects applications to multiple LLM providers (OpenAI, Anthropic, Google, DeepSeek, Ollama, etc.) with smart model orchestration capabilities, enabling dynamic switching between models for different reasoning tasks.Last updated39036MIT
- Alicense-qualityDmaintenanceProvides seamless access to 200+ AI models through OpenRouter's unified API, featuring multi-model collaboration, vision support, intelligent benchmarking, and collective intelligence capabilities for enhanced decision-making.Last updated669MIT
- AlicenseAqualityAmaintenanceRoutes your AI tasks to the best available model across 20+ providers — automatically selecting based on task type, budget, and subscription pressure. Supports text, image, video, and audio with built-in cost optimization and fallback chains.Last updated6060MIT
- Alicense-qualityDmaintenanceProvides AI agents access to over 200 AI models and 10 service categories via a unified, metered API with transparent per-call pricing.Last updated13MIT
Related MCP Connectors
Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.
One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
The agent-native cloud: database, functions, AI, storage, computers. 55 tools, one API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adorbistech/adorbis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server