Browser tasks, sessions, and recipes for MCP and HTTP automation.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
web-task-api · npm · 0.2.4
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rich-jojo/web-task-api",
"description": "Browser tasks, sessions, and recipes for MCP and HTTP automation.",
"title": "Web Task",
"repository": {
"url": "https://github.com/rich-jojo/web-task-api",
"source": "github"
},
"version": "0.2.4",
"packages": [
{
"registryType": "npm",
"identifier": "web-task-api",
"version": "0.2.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional mutable data root for web-task-api runs, sessions, profiles, and temp state. When omitted, the runtime uses a platform user-data directory instead of the ambient cwd.",
"format": "string",
"name": "WEB_TASK_API_DATA_DIR"
},
{
"description": "Optional recipes directory override. When omitted, web-task-api reads bundled recipes from the installed package.",
"format": "string",
"name": "WEB_TASK_API_RECIPES_DIR"
},
{
"description": "Optional temp root override used when incoming temp env variables point at your home directory or working directory.",
"format": "string",
"name": "WEB_TASK_API_TEMP_DIR"
},
{
"description": "Optional CLIProxy base URL for the cliproxy planner backend.",
"format": "string",
"name": "CLIPROXY_BASE_URL"
},
{
"description": "Optional CLIProxy auth token for the cliproxy planner backend.",
"format": "string",
"isSecret": true,
"name": "CLIPROXY_AUTH_TOKEN"
},
{
"description": "Optional CLIProxy model alias for the cliproxy planner backend.",
"format": "string",
"name": "CLIPROXY_MODEL"
},
{
"description": "Optional OpenCode base URL for the opencode planner backend.",
"format": "string",
"name": "OPENCODE_BASE_URL"
},
{
"description": "Optional OpenCode model name for the opencode planner backend.",
"format": "string",
"name": "OPENCODE_MODEL"
},
{
"description": "Optional existing Chromium/Chrome user-data directory for warmed browser state reuse.",
"format": "string",
"name": "BROWSER_USER_DATA_DIR"
},
{
"description": "Optional Playwright browser channel override, for example `chrome`.",
"format": "string",
"name": "BROWSER_CHANNEL"
},
{
"description": "Optional browser headless toggle. Set `false` to prefer a visible browser.",
"format": "string",
"name": "HEADLESS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-03-29T07:03:58.972705Z",
"publishedAt": "2026-03-29T07:03:58.972705Z",
"updatedAt": "2026-03-29T07:03:58.972705Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.