Back to Browse

Router MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Run the Intelliverse platform from any agent: apps, API keys, knowledge bases, email, media, chat.

About

Run the Intelliverse platform from any agent: apps, API keys, knowledge bases, email, media, chat.

Security Report

4.8
Use Caution4.8High Risk

This MCP server is well-structured and secure. It properly enforces authentication (API keys and management keys) for all operations, validates inputs with Zod schemas, and makes appropriate HTTP calls to remote APIs. Permissions align well with its stated purpose of managing the Intelliverse platform. Minor code quality issues around empty bearer token handling do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

4 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:

Tier API key (chat, KB, media, email, credits)Required

Environment variable: ROUTER_API_KEY

Management key (apps + key administration)Required

Environment variable: ROUTER_MANAGEMENT_KEY

Default workspace UUID for admin toolsOptional

Environment variable: ROUTER_WORKSPACE_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-intelli-verse-x-router-mcp": {
      "env": {
        "ROUTER_API_KEY": "your-router-api-key-here",
        "ROUTER_WORKSPACE_ID": "your-router-workspace-id-here",
        "ROUTER_MANAGEMENT_KEY": "your-router-management-key-here"
      },
      "args": [
        "-y",
        "@intelliverse/router-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Intelliverse Router MCP server + Agent Skills

Run the whole Intelliverse platform from any MCP-capable agent: create App IDs, mint tier API keys, ingest and search per-app knowledge bases, send email, generate media, check credits, and chat — without ever naming an LLM.

npx -y github:intelli-verse-x/router-mcp

Verified 2026-07-12: initialize + tools/list over stdio, 15 tools. Full setup guide with copy-paste configs: https://router.intelli-verse-x.ai/skills

Tools (15)

ToolAuthWhat it does
chatAPI keyChat completion; model optional (Intelliverse default routes at your plan tier)
list_modelsAPI keyTier aliases your key can call
get_creditsAPI keyLLM daily budget + per-App-ID media credit wallets
create_app / list_appsmanagementApp IDs — entry point for KB, wallets, per-app costs
create_api_key / list_api_keys / revoke_api_keymanagementTier-gated key administration
kb_ingest / kb_search / kb_chat / kb_documentsAPI keyApp-scoped pgvector knowledge base
send_emailAPI keyPer-App-ID email via the platform engine (Pro+, email.send10 SKU, hold → settle)
generate_media / media_job_statusAPI keyCredit-metered image/video/voice/audio/3D jobs

Env vars: ROUTER_API_KEY (Workspace → API Keys), ROUTER_MANAGEMENT_KEY (Account → Management Keys; needed for app/key admin tools), ROUTER_WORKSPACE_ID (default workspace for admin tools). Optional overrides: EDGE_BASE_URL, KB_BASE_URL. Keys are free — sign up, no card.

Install per platform

The JSON body is identical everywhere; only the file location / wrapper differs.

Cursor

One-click: Add to Cursor — or .cursor/mcp.json (project) / ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "intelliverse-router": {
      "command": "npx",
      "args": ["-y", "github:intelli-verse-x/router-mcp"],
      "env": {
        "ROUTER_API_KEY": "iv-r-v1-...",
        "ROUTER_MANAGEMENT_KEY": "ivm-...",
        "ROUTER_WORKSPACE_ID": "your-workspace-uuid"
      }
    }
  }
}

Claude Desktop

Same JSON as Cursor, in claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\).

Claude Code

claude mcp add intelliverse-router \
  --env ROUTER_API_KEY=iv-r-v1-... \
  --env ROUTER_MANAGEMENT_KEY=ivm-... \
  --env ROUTER_WORKSPACE_ID=your-workspace-uuid \
  -- npx -y github:intelli-verse-x/router-mcp

VS Code (GitHub Copilot)

.vscode/mcp.json:

{
  "servers": {
    "intelliverse-router": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "github:intelli-verse-x/router-mcp"],
      "env": {
        "ROUTER_API_KEY": "iv-r-v1-...",
        "ROUTER_MANAGEMENT_KEY": "ivm-...",
        "ROUTER_WORKSPACE_ID": "your-workspace-uuid"
      }
    }
  }
}

Windsurf

Same JSON as Cursor, in ~/.codeium/windsurf/mcp_config.json.

Cline

Same JSON as Cursor, via the MCP Servers panel → Configure MCP Servers (cline_mcp_settings.json).

Continue

~/.continue/config.yaml:

mcpServers:
  - name: intelliverse-router
    command: npx
    args: ["-y", "github:intelli-verse-x/router-mcp"]
    env:
      ROUTER_API_KEY: iv-r-v1-...
      ROUTER_MANAGEMENT_KEY: ivm-...
      ROUTER_WORKSPACE_ID: your-workspace-uuid

OpenAI Codex CLI

codex mcp add intelliverse-router \
  --env ROUTER_API_KEY=iv-r-v1-... \
  --env ROUTER_MANAGEMENT_KEY=ivm-... \
  --env ROUTER_WORKSPACE_ID=your-workspace-uuid \
  -- npx -y github:intelli-verse-x/router-mcp

ChatGPT

ChatGPT developer-mode apps connect only to remote MCP servers over HTTPS; this server is stdio-only today, so there is no ChatGPT path yet (hosted streamable-HTTP endpoint is on the roadmap). In the OpenAI ecosystem use the Codex CLI above.

Agent Skills

skills/ ships SKILL.md playbooks that drive these tools end-to-end — copy them into your agent's skills folder (~/.cursor/skills/ for Cursor, ~/.claude/skills/ for Claude Code):

SkillWhat it does
intelliverse-routerPlatform wiring — the 60-second create_app → key → KB loop
nl-app-builderScaffold web/mobile apps wired to an App ID
scaffold-gameHonest-scope Nakama game-backend stubs
deploy-desktopElectron/Tauri desktop apps delegating to IVX Agency
conversational-avatarReal-time voice + lip-sync avatars over LiveKit
git clone https://github.com/intelli-verse-x/router-mcp
cp -r router-mcp/skills/* ~/.cursor/skills/   # or ~/.claude/skills/

The 60-second loop

  1. create_app — describe your app; get an App ID and recommended tier.
  2. create_api_key — mint a key bound to that app.
  3. kb_ingest — feed it docs or URLs.
  4. chat / kb_chat — start building. No model names, ever.
  5. send_email — tell your users it's live.

Development

npm install && npm run build && node dist/index.js

server.json at the repo root is the payload published to the official MCP Registry as io.github.intelli-verse-x/router-mcp (MCPB bundle from the GitHub release).

Reviews

No reviews yet

Be the first to review this server!