New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@adorbistech/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adorbistech/mcp-server

Adorbis AI MCP server — one key, every model, auto-routed. Use Adorbis AI from Claude Code, Cursor, Cline, and any MCP-compatible tool.

Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@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

Get a free API key · Documentation · Dashboard

Quick Install

Claude Code

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"
      }
    }
  }
}

Cursor

Add to Cursor MCP settings (~/.cursor/mcp.json):

{
  "mcpServers": {
    "adorbis": {
      "command": "npx",
      "args": ["-y", "@adorbistech/mcp-server"],
      "env": {
        "ADORBIS_API_KEY": "your_key_here"
      }
    }
  }
}

Cline (VS Code)

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"
      }
    }
  }
}

Auto-configure with CLI

Use adorbis-init to configure everything automatically:

npx adorbis-init --mcps

Available Tools

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

adorbis_chat

General-purpose AI chat. Auto-routes to the best model for your task.

Ask Adorbis: What is the difference between TCP and UDP?

adorbis_code

Code 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_reason

Complex reasoning — math, logic, multi-step analysis. Routes to frontier reasoning models.

Use adorbis_reason to analyze the time complexity of this algorithm

adorbis_write

Long-form writing — documentation, articles, emails, reports.

Use adorbis_write to create a README for my project

adorbis_balance

Check your Adorbis AI credit balance and account status.

Check my Adorbis balance

adorbis_models

List all available departments and what they're best for.

What Adorbis departments are available?

adorbis_multi_turn

Multi-turn conversations with full message history.

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

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.

Environment Variables

VariableRequiredDescription
ADORBIS_API_KEYYesYour Adorbis API key

Get a free key (1,000 credits/month) 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 compute. Upgrade →

Also available

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

License

MIT © Adorbis Technologies LLC

Keywords

mcp

FAQs

Package last updated on 12 Jun 2026

Related posts