io.github.openpouch/openpouch
NPM · @OPENPOUCH/MCP · SCANNED AUG 3
Agent-native hosting: deploy any folder to a live URL in one command. No approve tool.
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 Security100
- 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
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
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 (Apache-2.0).Pass
- Actively maintained (last published 15 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 2340 tokens (~137/item across 17 items; 17 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 Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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.
npm · @openpouch/mcp
claude mcp add openpouch-openpouch -- npx -y @openpouch/mcp
codex mcp add openpouch-openpouch -- npx -y @openpouch/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"openpouch-openpouch": {
"type": "local",
"command": [
"npx",
"-y",
"@openpouch/mcp"
],
"enabled": true
}
}
} openclaw mcp add openpouch-openpouch --command npx --arg -y --arg @openpouch/mcp
mcp_servers:
openpouch-openpouch:
command: "npx"
args: ["-y", "@openpouch/mcp"] {
"mcpServers": {
"openpouch-openpouch": {
"command": "npx",
"args": [
"-y",
"@openpouch/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.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 −8
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +32
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- First check of Schema quality: good functional
- First check of Tool coverage: 100 functional
- 26 Jul 26 47
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → 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 3 Aug 2026 · Analysed npm/@openpouch/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 0 packages
0 packages in the resolved dependency tree.
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.
openpouch_data_ls ~66
List the files in a named app's persistent /data volume — names, sizes and timestamps only, never contents. Owner-only (account key). Use it to verify a data push/migration landed.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | The named app whose /data to list |
No output schema declared.
No examples provided.
openpouch_data_pull ~102
Download a named app's persistent /data volume as a gzipped tar file (L13 — the BACKUP primitive: your human's data is never locked in). Owner-only (account key). Writes the archive to a local path and returns its location + size.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | The named app whose /data to back up |
| dest | string | — | Local file path for the backup (default: <app>-data.tgz) |
No output schema declared.
No examples provided.
openpouch_data_push ~150
Replace a named app's persistent /data volume with a local directory's contents (L13 — the migration/restore primitive). The server stops the app for the write and restarts it health-gated, so files like a SQLite DB are never swapped under a running process. Owner-only (account key); file CONTENTS never appear in logs or results (counts/sizes only). Typical migration: export data from the old host (your own means — you own the code), then push it here.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | The named app (created with deploy --app <name> --volume) |
| dir | string | yes | Local directory whose contents REPLACE the app's /data |
No output schema declared.
No examples provided.
openpouch_delete ~147
Delete one of YOUR OWN instant-lane apps by name (slug) → frees a quota slot. This is the self-service fix for a 'limit reached' deploy error: list your apps, delete an unused one, redeploy. Owner-only — it uses your account key and the server verifies ownership, so you can never delete another account's app. Deleting an ephemeral preview is NOT a governed-production action, so it needs no approval (there is still no approve tool, D13). Returns the removed name + a plain-language `summary`.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The app name (slug / subdomain) to delete — exactly as shown by openpouch_list |
No output schema declared.
No examples provided.
openpouch_deploy ~497
Zero-config INSTANT preview on openpouch's own infra — the `openpouch deploy` command (was CLI-only; Codex 2026-07-04). No account, no provider key, no manifest needed (a saved openpouch API key lifts the deploy into your tier; otherwise anonymous). Uploads the folder, builds on deploy (dynamic Node apps run in a container), probes health, and returns top-level `url`, `healthStatus` (+ `pending`), and a plain-language `summary` to relay to your human. The private claim link (a save token — like a password) is REDACTED from the result BY DEFAULT here, because tool results flow through chat context; it is saved locally to .openpouch/claim.json (0600, gitignored), so nothing is lost. Env var VALUES are secrets: injected into the container only, never in output or evidence (names only). For a full-stack app set healthPath (e.g. /api/health) so the deploy is held to its API too, not just `/`.
| Name | Type | Req | Description |
|---|---|---|---|
| alwaysOn | boolean | — | Paid tiers: keep the container running (no scale-to-zero cold start). Capped per tier; denied with an honest fix when unavailable. |
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
| dir | string | — | Subfolder to deploy (e.g. `dist` for a built frontend) — default: the project folder itself (source trees build server-side) |
| env | object | — | Env vars for the deployed app as NAME→value. Values are secrets (never surfaced; PORT/HOME are reserved and rejected). |
| healthPath | string | — | Extra health check: after `/` answers, GET <path> must return 200 too (e.g. /api/health); recorded in the manifest so verify re-checks it |
| redactSecrets | boolean | — | Default TRUE (unlike the CLI flag): the private claim link is omitted from the result and kept only in .openpouch/claim.json. Set false to include it — only in a private context, never in a shared re… |
| volume | boolean | — | Paid tiers: mount the account's persistent /data volume (keyed to account+project — survives redeploys). Dynamic apps only; denied with an honest fix on free tiers. |
No output schema declared.
No examples provided.
openpouch_deploy_preview ~104
Deploy the preview environment through the governed pipeline (policy check → deploy → poll → smoke → evidence). Default policy allows previews autonomously. For the zero-config instant preview (no manifest/provider key) use openpouch_deploy instead. On success the live URL is returned at top-level `url`, plus a plain-language `summary` to relay to your human.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
No output schema declared.
No examples provided.
openpouch_deploy_production ~117
Deploy production through the governed pipeline. If policy requires approval, this returns approvalRequest{id} with isError — ask your HUMAN to run `openpouch approve <id>` in their own terminal, then call this tool again. Agents cannot approve; there is intentionally no approve tool. Every result carries a plain-language `summary` to relay to your human; on a live deploy the URL is at top-level `url`.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
No output schema declared.
No examples provided.
openpouch_init ~91
Initialize a project for openpouch: detects framework/build/env vars, writes deploy.manifest.json + deploy.policy.json (default policy: previews autonomous, production requires human approval), auto-matches an existing provider service by name. Idempotent.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
| force | boolean | — | Overwrite existing manifest/policy |
No output schema declared.
No examples provided.
openpouch_inspect ~122
Answer: what is deployed, where, on which commit, which required env vars are missing (names only — never values), and what drift exists between manifest and provider. Env vars passed at deploy time (--var/--env-file) appear as `deployProvided` (names from local evidence — the instant lane never exposes them via the API). Read-only. The result carries a plain-language `summary` you can relay directly to a non-technical human.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
No output schema declared.
No examples provided.
openpouch_list ~104
List the instant-lane apps owned by the current openpouch account key: name (slug), kind (static/dynamic), status, live URL, and expiry. Read-only; needs an account key (anonymous previews aren't grouped under an account → an empty list with a signup pointer). Carries a plain-language `summary` to relay to your human. Pair with openpouch_delete to free a quota slot when a deploy hits a 'limit reached' error.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
openpouch_list_approvals ~67
List pending approval requests (read-only). Approving itself is human-only via `openpouch approve <id>` in an interactive terminal — by design not available to agents.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
No output schema declared.
No examples provided.
openpouch_logs ~168
Structured runtime logs ({timestamp, message}) of the mapped service. Read-only. This is the first step of the self-repair loop: when a deploy comes back unhealthy (a failed verify, a non-200 app, or a pending/not-yet-live URL), read the logs to find the cause, fix the code or config, redeploy, then verify — repeat until it passes.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
| environment | string | — | Target environment. Omit to use the deploy's environment — production if the manifest has one, otherwise the single mapped env (e.g. an instant-lane preview). Same default as the CLI. |
| limit | integer | — | Max log lines (default 50) |
No output schema declared.
No examples provided.
openpouch_plan ~67
Per environment: the policy decision (allowed / requires-approval / denied), blockers, readiness, and concrete next steps including the human-approval path. Read-only — reports, never acts.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
No output schema declared.
No examples provided.
openpouch_rollback ~112
Redeploy the recorded rollback anchor commit (the deploy that was live before the latest one). Approval-gated like any write action — may return approvalRequest{id} for your human.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
| environment | string | — | Target environment. Omit to use the deploy's environment — production if the manifest has one, otherwise the single mapped env (e.g. an instant-lane preview). Same default as the CLI. |
No output schema declared.
No examples provided.
openpouch_upgrade ~122
Get a hosted-checkout URL for a paid openpouch tier (plan). Payment is deliberately a HUMAN step: hand the returned checkoutUrl to your human — they pay in the browser at the Merchant of Record; agents never enter payment data and there is no pay tool. The account tier updates automatically after payment (verify with openpouch_whoami). Needs an API key; returns availablePlans in the error when the plan name is unknown.
| Name | Type | Req | Description |
|---|---|---|---|
| plan | string | yes | Paid tier to buy, e.g. starter | pro | scale | business |
No output schema declared.
No examples provided.
openpouch_verify ~196
Run the healthcheck/smoke against the environment's live URL and append the results to the evidence (deploy.evidence.json + DEPLOYMENT.md). For a full-stack app pass healthPath (e.g. /api/health) — it is checked IN ADDITION to `/`, because a live shell can hide a dead API. The result carries a plain-language `summary` (healthy / has a problem) you can relay to your human.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Project directory containing deploy.manifest.json (default: server cwd) |
| environment | string | — | Target environment. Omit to use the deploy's environment — production if the manifest has one, otherwise the single mapped env (e.g. an instant-lane preview). Same default as the CLI. |
| healthPath | string | — | Extra path that must ALSO return 200 (e.g. /api/health) — checked in addition to / |
No output schema declared.
No examples provided.
openpouch_whoami ~108
Report the openpouch account behind the current API key: tier (plan) and current usage (live apps, deploys this hour/day), or that the caller is anonymous. Read-only. The key is read from OPENPOUCH_API_KEY / ~/.openpouch/openpouch-run.key and never echoed. Carries a plain-language `summary` you can relay to your human. (Signup/activation are CLI/web only — they involve a human email or browser step.)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.