page.invoker/mcp
NPM · INVOKER-MCP · SCANNED AUG 3
Deploy forms and sites to live URLs from AI conversations with automatic form capture.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- 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 & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- 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 151 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 550 tokens (~39/item across 14 items; 14 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 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 · invoker-mcp
claude mcp add page-invoker-mcp -- npx -y invoker-mcp
codex mcp add page-invoker-mcp -- npx -y invoker-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"page-invoker-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"invoker-mcp"
],
"enabled": true
}
}
} openclaw mcp add page-invoker-mcp --command npx --arg -y --arg invoker-mcp
mcp_servers:
page-invoker-mcp:
command: "npx"
args: ["-y", "invoker-mcp"] {
"mcpServers": {
"page-invoker-mcp": {
"command": "npx",
"args": [
"-y",
"invoker-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.
- 2 Aug 26 +47
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +16
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −22
- 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 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 40
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 npm/[email protected]
Provenance none
Ecosystem: npm · 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.
configure_webhook ~75
Add a webhook to a deployment. Supports generic JSON and Slack-formatted payloads.
| Name | Type | Req | Description |
|---|---|---|---|
| deployment_id | string | yes | The deployment ID |
| type | string | — | Webhook type: 'generic' (default) sends JSON, 'slack' sends Slack blocks format |
| url | string | yes | The webhook URL |
No output schema declared.
No examples provided.
delete_webhook ~40
Remove a webhook from a deployment.
| Name | Type | Req | Description |
|---|---|---|---|
| deployment_id | string | yes | The deployment ID |
| webhook_id | string | yes | The webhook ID to delete |
No output schema declared.
No examples provided.
deploy ~85
Deploy HTML to a live URL. Returns a public URL accessible immediately. Use {{SUBMIT_URL}} as the form action placeholder — it will be replaced with the real submission endpoint at deploy time.
| Name | Type | Req | Description |
|---|---|---|---|
| html | string | yes | The full HTML content to deploy |
| slug | string | — | Optional URL slug (lowercase, hyphens). If omitted, a random slug is generated. |
No output schema declared.
No examples provided.
get_status ~36
Get the status of a deployment including its URL, submission count, and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The deployment ID to check |
No output schema declared.
No examples provided.
get_submissions ~53
Get form submissions for a deployment.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The deployment ID |
| limit | number | — | Results per page (default 50) |
| page | number | — | Page number (default 1) |
No output schema declared.
No examples provided.
list_templates ~14
List all available deployment templates
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_webhooks ~29
List all webhooks configured for a deployment.
| Name | Type | Req | Description |
|---|---|---|---|
| deployment_id | string | yes | The deployment ID |
No output schema declared.
No examples provided.
login ~25
Sign in to Invoker via browser-based email verification. Opens your browser to complete authentication.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
logout ~17
Sign out of Invoker and clear stored credentials.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
teardown ~31
Delete a deployment. The URL will no longer be accessible.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The deployment ID to delete |
No output schema declared.
No examples provided.
toggle_notifications ~47
Enable or disable email notifications for new submissions on a deployment.
| Name | Type | Req | Description |
|---|---|---|---|
| deployment_id | string | yes | The deployment ID |
| enabled | boolean | yes | true to enable email notifications, false to disable |
No output schema declared.
No examples provided.
update ~47
Update an existing deployment with new HTML content. The URL stays the same.
| Name | Type | Req | Description |
|---|---|---|---|
| html | string | yes | The new HTML content to deploy |
| id | string | yes | The deployment ID to update |
No output schema declared.
No examples provided.
use_template ~35
Get the full HTML source of a template. You can modify it before deploying.
| Name | Type | Req | Description |
|---|---|---|---|
| template | string | yes | Template ID to use |
No output schema declared.
No examples provided.
whoami ~16
Show the currently authenticated Invoker user.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.