Skip to main content
Intelliverse

MCP server

Drive the whole platform from your coding agent with @intelliverse/router-mcp.

Everything in these docs works from your coding agent. Add the intelliverse-router MCP server (Cursor, Claude, or any MCP client) and your agent can use App-scoped chat, knowledge, media, credits, and approved messaging tools. App and key administration remains a separate authenticated dashboard action.

Install

Authoritative verified setup
Open https://router.intelli-verse-x.ai/skills
Verify the pinned archive SHA-256 before extraction.
Use the isolated launcher with only ROUTER_API_KEY and ROUTER_WORKSPACE_ID.
Do not add a management key or bulk-install SKILL.md files.
Then, in chat
"Create an app called Support Bot for chat + RAG, mint a pro key for it,
 ingest https://docs.myapp.com into its knowledge base, and ask it how refunds work."

Available tools

  • create_app — provision an App ID (isolated memory, wallet, keys).
  • create_api_key — mint a tier-scoped API key for an app.
  • kb_ingest / kb_search / kb_chat— manage the app's knowledge base.
  • send_email — send per-App-ID transactional/newsletter email (Pro+).
  • transcribe_audio — transcribe a local file through the App-ID-scoped STT API (Air+).
  • generate_media — run media jobs.
  • get_credits — check balances.
  • chat — send chat completions.

Other platforms

Commit-pinned, integrity-verified local-launcher templates for Cursor, Claude Desktop, Claude Code, VS Code, Windsurf, Cline, Continue, and Codex live on the Agent Skills page.

Credentials

Get an App-scoped key under Workspace → API Keys. See key types.

Warning

Management keys can mint API keys and change guardrails. Never place one in an MCP client; use a separate authenticated dashboard workflow for control-plane actions.
Did this doc help you?
Help us improve these docs