Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Web Task

NPM · WEB-TASK-API · SCANNED SEP 20

Browser tasks, sessions, and recipes for MCP and HTTP automation.

Available components

0 this week 68 Trust /100
Trust breakdown (7 categories)

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 Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.18.1, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 48 of 145 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 721 tokens (~90/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Web Task MCP server?

Web Task runs locally as an npm package, launched with npx -y web-task-api. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · web-task-api

# add to Claude Code
claude mcp add rich-jojo-web-task-api -- npx -y web-task-api
// .cursor/mcp.json
{
  "mcpServers": {
    "rich-jojo-web-task-api": {
      "command": "npx",
      "args": [
        "-y",
        "web-task-api"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "rich-jojo-web-task-api": {
      "command": "npx",
      "args": [
        "-y",
        "web-task-api"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add rich-jojo-web-task-api -- npx -y web-task-api
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rich-jojo-web-task-api": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "web-task-api"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rich-jojo-web-task-api --command npx --arg -y --arg web-task-api
# ~/.hermes/config.yaml
mcp_servers:
  rich-jojo-web-task-api:
    command: "npx"
    args: ["-y", "web-task-api"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "rich-jojo-web-task-api": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "web-task-api"
      ]
    }
  }
}
# add to Vellum
assistant mcp add rich-jojo-web-task-api -t stdio -c npx -a -y web-task-api
// mcp.json
{
  "mcpServers": {
    "rich-jojo-web-task-api": {
      "command": "npx",
      "args": [
        "-y",
        "web-task-api"
      ]
    }
  }
}
Changelog

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 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 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.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

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/web-task-api@0.2.4

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 →

Vulnerabilities 10 findings
ID CVE Severity Vector Fix available
GHSA-345p-7cg4-v4c7 CVE-2026-25536 high CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N yes
GHSA-8r9q-7v3j-jr4g CVE-2026-0621 high yes
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
GHSA-2g4f-4pwh-qvx6 CVE-2025-69873 medium yes
GHSA-444r-cwp2-x5xf CVE-2026-3635 medium CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N yes
GHSA-jx2c-rxcm-jvmq CVE-2026-25223 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
GHSA-mg2h-6x62-wpwc CVE-2025-32442 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
GHSA-mrq3-vjjr-p77c CVE-2026-25224 low CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L yes
GHSA-w2qp-rph6-63g4 CVE-2026-18504 medium CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N yes
GHSA-7mvr-c777-76hp CVE-2025-59288 high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 145 packages
Packages resolved 145
Stale 47
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~721 tokens

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 →

Tool Tokens
webtask_create_session ~146

Create a reusable session for browser-state continuity across related tasks. Use this before multiple runs that should share login state, defaults, or recent context.

NameTypeReqDescription
agent_kindstringOptional default planner backend for the session.
agent_modelstringOptional default planner model for the session.
modestringSession mode: guest for reusable browser state, profile for a named bound profile.
namestringyesSession name.
notesstringOptional operator notes for the session.
profilestringOptional bound browser profile for profile-mode sessions.
start_urlstringOptional default start URL for later tasks in this session.

No output schema declared.

No examples provided.

webtask_get_session ~47

Fetch one saved session including recent task history. Use this to inspect continuity context before reusing a session in a new run.

NameTypeReqDescription
session_idstringyesSession id to fetch.

No output schema declared.

No examples provided.

webtask_get_task ~48

Fetch one persisted task run with step history and artifact paths. Use this to inspect an earlier run instead of starting a new task.

NameTypeReqDescription
task_idstringyesTask id to fetch.

No output schema declared.

No examples provided.

webtask_health ~34

Quick health check for the MCP runtime. Use this only to verify the server is alive, not to inspect tasks or sessions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

webtask_list_recipes ~35

List promoted starter recipes for common browser-task flows. Use this before a run when you want to see reusable guided paths.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

webtask_list_sessions ~34

List saved sessions with browser-state continuity metadata. Use this when you need to find an existing session to reuse or inspect.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

webtask_run ~285

Start a new browser task from a goal and optional URL. Use this when you want the runtime to visit, read, or act on a site now; use session tools for continuity and get_task to inspect a saved run.

NameTypeReqDescription
agent_kindstringPlanner backend to use for this run.
agent_modelstringOptional planner model override for this run.
goalstringyesWhat the browser task should accomplish right now.
headlessbooleanWhether to prefer headless browser mode for this run.
inputobjectStructured task inputs that the recipe or planner can reference.
max_stepsintegerMaximum browser steps before the run stops.
modestringTask mode: read for extraction or research, act for interactive changes.
output_schemaOptional JSON Schema-like object used to validate the final structured result.
profilestringOptional named browser profile for authenticated or warmed browser state.
recipe_idstringOptional starter recipe id when you want a known flow instead of a purely freeform run.
session_idstringOptional saved session to reuse when this task should continue earlier browser state or context.
start_urlstringOptional starting URL when you already know where the task should begin.
timeout_msintegerOverall run timeout in milliseconds.

No output schema declared.

No examples provided.

webtask_update_session ~92

Update saved session metadata like name, profile, notes, or default start URL. Use this to adjust continuity defaults without creating a new session.

NameTypeReqDescription
namestringUpdated session name.
notesstringUpdated session notes.
profilestringUpdated bound profile.
session_idstringyesSession id to update.
start_urlstringUpdated default start URL.

No output schema declared.

No examples provided.

Common questions

What is the Web Task MCP server?

Web Task is an MCP server listed in the public MCP registry as io.github.rich-jojo/web-task-api. Browser tasks, sessions, and recipes for MCP and HTTP automation. This page covers its npm package (web-task-api).

Is the Web Task MCP server safe to use?

Web Task scores 68 out of 100 on VerifyMCP. We recorded 10 known advisories against 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 Web Task MCP server expose?

Web Task exposes 8 tools: webtask_run, webtask_get_task, webtask_list_recipes, webtask_create_session, webtask_list_sessions, and 3 more. Their descriptions and schemas cost roughly 721 tokens of context every time the server is loaded.

Is the Web Task MCP server still maintained?

Web Task 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.