Intelliverse Router MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KB_BASE_URL | No | Optional override for knowledge base URL. | |
| EDGE_BASE_URL | No | Optional override for edge base URL. | |
| ROUTER_API_KEY | Yes | Your API key from Workspace → API Keys. | |
| ROUTER_WORKSPACE_ID | Yes | Your workspace UUID. | |
| ROUTER_MANAGEMENT_KEY | Yes | Your management key from Account → Management Keys. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chatA | Send a chat completion. Never name an LLM — omit |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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