Back to Browse

Adorbis MCP Server

Developer ToolsModerate5.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Adorbis AI MCP server. One key, 40+ models, auto-routed.

About

Adorbis AI MCP server. One key, 40+ models, auto-routed.

Security Report

5.8
Moderate5.8Moderate Risk

This is a well-structured MCP server for accessing the Adorbis AI API with appropriate authentication and reasonable permissions. The code properly handles API keys via environment variables, validates input with Zod schemas, and implements proper error handling. No critical security vulnerabilities were found. Minor observations include broad exception handling and a fallback to ANTHROPIC_API_KEY that could be documented more clearly, but these do not constitute material security risks for the server's purpose as a developer tool. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Adorbis API key from ai.adorbistech.comRequired

Environment variable: ADORBIS_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-adorbistech-adorbis-mcp": {
      "env": {
        "ADORBIS_API_KEY": "your-adorbis-api-key-here"
      },
      "args": [
        "-y",
        "@adorbistech/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@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.

npm version license node

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 build

Then 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-server

Note: npx install is not recommended on Windows due to path resolution issues. Use the clone method above.


Auto-configure with CLI

npx adorbis-init --mcps

Automatically writes the correct MCP config for every tool you have configured.


Available Tools

Once connected, your AI assistant has access to 7 tools:

ToolDescription
adorbis_chatGeneral AI chat — auto-routes to best model
adorbis_codeCode generation, debugging, review
adorbis_reasonMath, logic, multi-step analysis
adorbis_writeDocumentation, articles, emails
adorbis_balanceCheck connection and credit status
adorbis_modelsList all available departments
adorbis_multi_turnMulti-turn conversation with history

Usage examples

Check my Adorbis balance
Use adorbis_code to write a TypeScript debounce function
What Adorbis departments are available?
Use adorbis_reason to analyze the time complexity of merge sort

Departments

DepartmentBest forSpeed
adorbis/quickChat, Q&A, simple tasksFastest
adorbis/coderCode generation, debugging, reviewFast
adorbis/autoMixed workloads, smart routingVaries
adorbis/writeDocumentation, articles, emailsMedium
adorbis/reasonMath, logic, complex analysisThorough

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 task

Adorbis 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

VariableRequiredDescription
ADORBIS_API_KEYYesYour Adorbis API key

Get a free key (1,000 credits/month, no credit card) at https://ai.adorbistech.com


Plans

PlanPriceCredits
Free$0/mo1,000 AC
Starter$10/mo15,000 AC
Pro$30/mo50,000 AC
Business$100/mo200,000 AC

1 AC = $0.001 of underlying compute. Upgrade →


Also available

  • VS Code Extensionext install adorbis.adorbis-ai
  • CLI setup wizardnpx adorbis-init
  • Full docsai.adorbistech.com/docs

Requirements


Contributing

Issues and PRs welcome at github.com/adorbistech/adorbis-mcp


License

MIT © Adorbis Technologies LLC

Reviews

No reviews yet

Be the first to review this server!

Adorbis MCP Server - Adorbis AI MCP server. One key, 40+ models, auto-routed. | MCP Marketplace