
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@adorbistech/mcp-server
Advanced tools
Adorbis AI MCP server — one key, every model, auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
Adorbis AI MCP Server
One API key. 40+ models. Auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
claude mcp add adorbis -- npx -y @adorbistech/mcp-server
Then set your API key:
claude mcp add adorbis -e ADORBIS_API_KEY=your_key_here -- npx -y @adorbistech/mcp-server
Or add to ~/.claude/settings.json:
{
"mcpServers": {
"adorbis": {
"command": "npx",
"args": ["-y", "@adorbistech/mcp-server"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}
Add to Cursor MCP settings (~/.cursor/mcp.json):
{
"mcpServers": {
"adorbis": {
"command": "npx",
"args": ["-y", "@adorbistech/mcp-server"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}
Add to .vscode/settings.json or Cline MCP settings:
{
"cline.mcpServers": {
"adorbis": {
"command": "npx",
"args": ["-y", "@adorbistech/mcp-server"],
"env": {
"ADORBIS_API_KEY": "your_key_here"
}
}
}
}
Use adorbis-init to configure everything automatically:
npx adorbis-init --mcps
Once connected, your AI assistant has access to these tools:
adorbis_chatGeneral-purpose AI chat. Auto-routes to the best model for your task.
Ask Adorbis: What is the difference between TCP and UDP?
adorbis_codeCode generation, debugging, review, and explanation. Routes to the best coding model automatically.
Use adorbis_code to write a TypeScript function that debounces API calls
adorbis_reasonComplex reasoning — math, logic, multi-step analysis. Routes to frontier reasoning models.
Use adorbis_reason to analyze the time complexity of this algorithm
adorbis_writeLong-form writing — documentation, articles, emails, reports.
Use adorbis_write to create a README for my project
adorbis_balanceCheck your Adorbis AI credit balance and account status.
Check my Adorbis balance
adorbis_modelsList all available departments and what they're best for.
What Adorbis departments are available?
adorbis_multi_turnMulti-turn conversations with full message history.
| Department | Best for | Speed |
|---|---|---|
adorbis/quick | Chat, Q&A, simple tasks | Fastest |
adorbis/coder | Code generation, debugging, review | Fast |
adorbis/auto | Mixed workloads, smart routing | Varies |
adorbis/write | Documentation, articles, emails | Medium |
adorbis/reason | Math, logic, complex analysis | Thorough |
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
Adorbis monitors model health, latency, and cost in real time. When you send a request, it routes to the best available model for that department — automatically. No manual model switching.
| Variable | Required | Description |
|---|---|---|
ADORBIS_API_KEY | Yes | Your Adorbis API key |
Get a free key (1,000 credits/month) at https://ai.adorbistech.com
| 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 compute. Upgrade →
ext install adorbis.adorbis-ainpx adorbis-initMIT © Adorbis Technologies LLC
FAQs
Adorbis AI MCP server — one key, every model, auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.
We found that @adorbistech/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.