io.github.runapi-builder/runapi-mcp
NPM · @RUNAPI.AI/MCP · 2 COMPONENTS · SCANNED SEP 20
130+ AI models for image, video, music, and audio — 18 model families, one RunAPI account.
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- 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 (Apache-2.0).Pass
- Actively maintained (last published 3 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability63
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2089 tokens (~232/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage89
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 66% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.runapi-builder/runapi-mcp server?
io.github.runapi-builder/runapi-mcp runs locally as an npm package, launched with npx -y @runapi.ai/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @runapi.ai/mcp
claude mcp add runapi-builder-runapi-mcp -- npx -y @runapi.ai/mcp
{
"mcpServers": {
"runapi-builder-runapi-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/mcp"
]
}
}
} {
"servers": {
"runapi-builder-runapi-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/mcp"
]
}
}
} codex mcp add runapi-builder-runapi-mcp -- npx -y @runapi.ai/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"runapi-builder-runapi-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@runapi.ai/mcp"
],
"enabled": true
}
}
} openclaw mcp add runapi-builder-runapi-mcp --command npx --arg -y --arg @runapi.ai/mcp
mcp_servers:
runapi-builder-runapi-mcp:
command: "npx"
args: ["-y", "@runapi.ai/mcp"] {
"McpServers": {
"runapi-builder-runapi-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@runapi.ai/mcp"
]
}
}
} assistant mcp add runapi-builder-runapi-mcp -t stdio -c npx -a -y @runapi.ai/mcp
{
"mcpServers": {
"runapi-builder-runapi-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/mcp"
]
}
}
} Every 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.
- 20 Sept 26 0
- Stability: 0.97 → pass security
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −1
- Security disclosure: fail → pass ▲ functional
- Stability: pass → 0.90 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 −1
- Stability: pass → 0.93 functional
- 13 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- Stability: 0.97 → pass security
- 12 Sept 26 +11
- Known CVEs: unverified → pass ▲ security
- Dependency health: unverified → 0.85 ▲ functional
- 11 Sept 26 −25
- Known CVEs: pass → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Dependency health: 0.85 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- Package version: 0.12.4 → 0.12.5 functional
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 20 Sept 2026 · Analysed npm/@runapi.ai/mcp@0.12.5
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
check_balance ~19
Return the authenticated RunAPI account balance and spending metrics.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
check_pricing ~68
Return current runtime pricing for a RunAPI model/action pair.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | RunAPI endpoint name, for example text_to_image or text_to_music |
| model | string | – | RunAPI model slug |
| service | string | yes | RunAPI service slug returned by list_models |
No output schema declared.
No examples provided.
create_task ~169
Run a RunAPI operation with a caller-generated idempotency key. Asynchronous operations can optionally poll until completion.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | RunAPI endpoint name, for example text_to_image |
| idempotency_key | string | yes | Opaque caller-generated key for safely replaying one logical task creation. |
| model | string | – | RunAPI model slug |
| params | object | – | Endpoint parameters validated against data/contract.json where constrained. |
| poll_interval_ms | integer | – | Status check interval while waiting for completion. |
| service | string | yes | RunAPI service slug returned by list_models |
| timeout_ms | integer | – | Requested completion deadline in milliseconds; values above the endpoint limit are capped. |
| wait | boolean | – | Wait for the completed result when the endpoint requires durable processing. |
No output schema declared.
No examples provided.
get_model_info ~107
Get supported endpoint, current runtime pricing, and input constraints for a RunAPI model slug. Add service and action when the model supports multiple endpoints.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | – | RunAPI endpoint name returned by list_models; use with service to disambiguate multi-endpoint models |
| model | string | yes | RunAPI model slug returned by list_models |
| service | string | – | RunAPI service slug returned by list_models; use with action to disambiguate multi-endpoint models |
No output schema declared.
No examples provided.
get_task ~56
Fetch the current status and latest payload for an existing RunAPI task.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | – | RunAPI endpoint name. Provide this when using media task routes. |
| service | string | yes | – |
| task_id | string | yes | – |
No output schema declared.
No examples provided.
list_actions ~18
List RunAPI endpoint names grouped by output modality.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_models ~48
List RunAPI models from the embedded catalog. Optional filters: modality, service, or action.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | – | – |
| modality | string | – | – |
| service | string | – | – |
No output schema declared.
No examples provided.
login ~52
Authenticate RunAPI by opening a browser PKCE login flow and saving the API key to ~/.config/runapi/config.json.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | Re-run browser login when the current credential comes from the local config file. |
No output schema declared.
No examples provided.
search_prompts ~129
Search RunAPI prompt examples by modality, category, tags, text query, model, or featured status. Free, no API key required.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| featured | boolean | – | – |
| modality | string | – | – |
| model | string | – | RunAPI model slug, for example flux-kontext-pro or suno-v5. |
| page | integer | – | – |
| per_page | integer | – | – |
| q | string | – | Text query matched against prompt title and prompt text. |
| tags | array | – | Tags to match. All provided tags must be present. |
No output schema declared.
No examples provided.
What is the io.github.runapi-builder/runapi-mcp server?
io.github.runapi-builder/runapi-mcp is listed in the public MCP registry as io.github.runapi-builder/runapi-mcp. 130+ AI models for image, video, music, and audio, 18 model families, one RunAPI account. This page covers its npm package (@runapi.ai/mcp).
Is the io.github.runapi-builder/runapi-mcp server safe to use?
io.github.runapi-builder/runapi-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.runapi-builder/runapi-mcp server expose?
io.github.runapi-builder/runapi-mcp exposes 9 tools: list_models, get_model_info, list_actions, check_pricing, search_prompts, and 4 more. Their descriptions and schemas cost roughly 666 tokens of context every time the server is loaded.
Is the io.github.runapi-builder/runapi-mcp server still maintained?
io.github.runapi-builder/runapi-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.runapi-builder/runapi-mcp server under?
io.github.runapi-builder/runapi-mcp declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.