io.github.intelli-verse-x/router-mcp
MCPB · ROUTER-MCP-0.2.0.MCPB · SCANNED AUG 3
Run the Intelliverse platform from any agent: apps, API keys, knowledge bases, email, media, chat.
Available components
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. How we score →
Supply Chain Security13
- Malware scan not yet available for this package.Unverified
- CVE data not yet available for this package.Unverified
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 21 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability49
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 869 tokens (~57/item across 15 items; 15 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage72
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 17% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · router-mcp-0.2.0.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +13
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → fair ▲ functional
- 1 Aug 26 −5
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +20
- Maintenance: pass → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 29 Jul 26 −16
- Tool coverage: 100 → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 32
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed mcpb/https://github.com/intelli-verse-x/router-mcp/releases/download/v0.2.0/[email protected]
Provenance none
Ecosystem: mcpb · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
chat Chat via Intelliverse Router ~96
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.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | — | Optional tier alias; omit for the Intelliverse default |
| prompt | string | yes | User message |
| system | string | — | Optional system prompt |
No output schema declared.
No examples provided.
create_api_key Create an API key ~84
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | — | — |
| name | string | yes | — |
| spend_limit_usd | number | — | — |
| tier | string | yes | — |
| workspace_id | string | — | — |
No output schema declared.
No examples provided.
create_app Create an App ID ~104
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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| latency | string | — | — |
| name | string | yes | — |
| req_per_day | number | — | — |
| tokens_per_req | number | — | — |
| url | string | — | — |
| use_cases | array | yes | — |
| workspace_id | string | — | — |
No output schema declared.
No examples provided.
generate_media Generate media ~116
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | — |
| audio_kind | string | — | Required when kind=audio |
| kind | string | yes | — |
| prompt | string | — | Prompt (image/video/audio/gen3d) |
| quality_class | string | — | — |
| text | string | — | Text to speak (voiceover) |
No output schema declared.
No examples provided.
get_credits Get budget and credit balances ~47
LLM daily budget for the API key plus per-App-ID media credit wallets (image, video, voice, audio, audiobook, 3D).
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | — | — |
No output schema declared.
No examples provided.
kb_chat Chat grounded in an app's knowledge base ~43
RAG chat: retrieves relevant chunks for the App ID and answers with [doc:id] citations.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | — |
| prompt | string | yes | — |
No output schema declared.
No examples provided.
kb_documents List knowledge base documents ~25
List documents ingested for an App ID.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | — |
No output schema declared.
No examples provided.
kb_ingest Ingest into an app's knowledge base ~58
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | — |
| documents | array | yes | — |
No output schema declared.
No examples provided.
kb_search Search an app's knowledge base ~45
Semantic search over the app's chunks. Returns matches with similarity scores.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | — |
| query | string | yes | — |
| top_k | integer | — | — |
No output schema declared.
No examples provided.
list_api_keys List API keys ~35
List API keys (prefixes only) with tier, app binding, and spend limits.
| Name | Type | Req | Description |
|---|---|---|---|
| workspace_id | string | — | — |
No output schema declared.
No examples provided.
list_apps List App IDs ~29
List apps in the workspace with their recommended tiers and routing profiles.
| Name | Type | Req | Description |
|---|---|---|---|
| workspace_id | string | — | — |
No output schema declared.
No examples provided.
list_models List available tiers ~27
List the tier aliases your API key can call. These are the only model strings that exist.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
media_job_status Check a media job ~25
Get status/output of a media generation job.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
revoke_api_key Revoke an API key ~25
Permanently delete an API key by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
send_email Send email from an App ID ~110
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.
| Name | Type | Req | Description |
|---|---|---|---|
| app_id | string | yes | — |
| body_html | string | — | — |
| body_text | string | — | — |
| reply_to | string | — | — |
| subject | string | yes | — |
| to | array | yes | Recipient email addresses |
No output schema declared.
No examples provided.