# io.github.intelli-verse-x/router-mcp (mcpb · router-mcp-0.2.0.mcpb)

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

- Trust score: 39/100 (low)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- mcpb · `router-mcp-0.2.0.mcpb`: 39/100 (this document), [markdown](https://verifymcp.io/servers/intelli-verse-x-router-mcp/https-github-com-intelli-verse-x-router-mcp-releases-download-v0-2-0-router-mcp.md), [page](https://verifymcp.io/servers/intelli-verse-x-router-mcp/https-github-com-intelli-verse-x-router-mcp-releases-download-v0-2-0-router-mcp)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/intelli-verse-x/router-mcp/releases/download/v0.2.0/router-mcp-0.2.0.mcpb`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 21 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 869 tokens (~57/item across 15 items; 15 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 72/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 17% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

- Download bundle: `https://github.com/intelli-verse-x/router-mcp/releases/download/v0.2.0/router-mcp-0.2.0.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 39, +1)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 38, +13)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → fair

### 2026-08-01 (score 25, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 30, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 36, +20)

- [functional regression] Maintenance: pass → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-29 (score 16, −16)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 32)

First indexed and scored.

## MCP tools (15)

### `chat` (~96 tokens)

Chat via Intelliverse Router

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.

Input parameters:

- `model` (string): Optional tier alias; omit for the Intelliverse default
- `prompt` (string, required): User message
- `system` (string): Optional system prompt

### `list_models` (~27 tokens)

List available tiers

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

### `get_credits` (~47 tokens)

Get budget and credit balances

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

Input parameters:

- `app_id` (string)

### `create_app` (~104 tokens)

Create an App ID

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.

Input parameters:

- `category` (string)
- `latency` (string)
- `name` (string, required)
- `req_per_day` (number)
- `tokens_per_req` (number)
- `url` (string)
- `use_cases` (array, required)
- `workspace_id` (string)

### `list_apps` (~29 tokens)

List App IDs

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

Input parameters:

- `workspace_id` (string)

### `create_api_key` (~84 tokens)

Create an API key

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.

Input parameters:

- `app_id` (string)
- `name` (string, required)
- `spend_limit_usd` (number)
- `tier` (string, required)
- `workspace_id` (string)

### `list_api_keys` (~35 tokens)

List API keys

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

Input parameters:

- `workspace_id` (string)

### `revoke_api_key` (~25 tokens)

Revoke an API key

Permanently delete an API key by id.

Input parameters:

- `id` (string, required)

### `kb_ingest` (~58 tokens)

Ingest into an app's knowledge base

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.

Input parameters:

- `app_id` (string, required)
- `documents` (array, required)

### `kb_search` (~45 tokens)

Search an app's knowledge base

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

Input parameters:

- `app_id` (string, required)
- `query` (string, required)
- `top_k` (integer)

### `kb_chat` (~43 tokens)

Chat grounded in an app's knowledge base

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

Input parameters:

- `app_id` (string, required)
- `prompt` (string, required)

### `kb_documents` (~25 tokens)

List knowledge base documents

List documents ingested for an App ID.

Input parameters:

- `app_id` (string, required)

### `send_email` (~110 tokens)

Send email from an App ID

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.

Input parameters:

- `app_id` (string, required)
- `body_html` (string)
- `body_text` (string)
- `reply_to` (string)
- `subject` (string, required)
- `to` (array, required): Recipient email addresses

### `generate_media` (~116 tokens)

Generate media

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.

Input parameters:

- `app_id` (string, required)
- `audio_kind` (string): Required when kind=audio
- `kind` (string, required)
- `prompt` (string): Prompt (image/video/audio/gen3d)
- `quality_class` (string)
- `text` (string): Text to speak (voiceover)

### `media_job_status` (~25 tokens)

Check a media job

Get status/output of a media generation job.

Input parameters:

- `id` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/intelli-verse-x-router-mcp/https-github-com-intelli-verse-x-router-mcp-releases-download-v0-2-0-router-mcp#diagnostics

## Score history

- 2026-08-03: 39
- 2026-08-02: 38
- 2026-08-01: 25
- 2026-07-31: 30
- 2026-07-30: 36
- 2026-07-29: 16
- 2026-07-28: 32
- 2026-07-27: 32

## Links

- Repository: https://github.com/intelli-verse-x/router-mcp
- Changelog RSS feed: https://verifymcp.io/servers/intelli-verse-x-router-mcp/https-github-com-intelli-verse-x-router-mcp-releases-download-v0-2-0-router-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/intelli-verse-x-router-mcp/https-github-com-intelli-verse-x-router-mcp-releases-download-v0-2-0-router-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/intelli-verse-x-router-mcp/https-github-com-intelli-verse-x-router-mcp-releases-download-v0-2-0-router-mcp
