Skip to main content
Glama
intelli-verse-x

Intelliverse Router MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KB_BASE_URLNoOptional override for knowledge base URL.
EDGE_BASE_URLNoOptional override for edge base URL.
ROUTER_API_KEYYesYour API key from Workspace → API Keys.
ROUTER_WORKSPACE_IDYesYour workspace UUID.
ROUTER_MANAGEMENT_KEYYesYour management key from Account → Management Keys.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
chatA

Send a chat completion. Never name an LLM — omit model (the Intelliverse default routes at your plan tier) or pass intelliverse/air, intelliverse/pro, intelliverse/pro-max, intelliverse/fusion.

list_modelsA

List the tier aliases your API key can call. These are the only model strings that exist.

get_creditsB

LLM daily budget for the API key plus per-App-ID media credit wallets (image, video, voice, audio, audiobook, 3D).

create_appB

Create an app (the entry point for knowledge bases, credit wallets, and per-app cost tracking). Returns the app id and a recommended tier based on the declared workload.

list_appsC

List apps in the workspace with their recommended tiers and routing profiles.

create_api_keyA

Mint a tier API key (air | pro | pro_max), optionally bound to an App ID and daily spend limit. The raw key is returned exactly once — store it.

list_api_keysA

List API keys (prefixes only) with tier, app binding, and spend limits.

revoke_api_keyC

Permanently delete an API key by id.

kb_ingestA

Add documents (raw text or URLs — URLs are scraped) to the app's pgvector knowledge base. Chunks are embedded and become searchable memory for that App ID.

kb_searchB

Semantic search over the app's chunks. Returns matches with similarity scores.

kb_chatA

RAG chat: retrieves relevant chunks for the App ID and answers with [doc:id] citations.

kb_documentsB

List documents ingested for an App ID.

send_emailA

Send transactional/newsletter email through the platform email engine (Pro plan+). Billed at the email.send10 SKU from the App ID's iv_credits wallet (hold → dispatch → settle); failed sends are never charged and partial batches settle on accepted recipients only.

generate_mediaA

Generate image | video | voiceover | audio (music/sfx) | gen3d assets. Credits are held from the App ID's wallet and settled on completion. Returns a job — poll with media_job_status.

media_job_statusC

Get status/output of a media generation job.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/intelli-verse-x/router-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server