Web Task✓
io.github.jojo-labs/web-task-api · v0.9.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jojo-labs/web-task-api",
"description": "Browser tasks, sessions, and recipes for MCP and HTTP automation.",
"title": "Web Task",
"repository": {
"url": "https://github.com/jojo-labs/web-task-api",
"source": "github"
},
"version": "0.9.0",
"packages": [
{
"registryType": "npm",
"identifier": "web-task-api",
"version": "0.9.0",
"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 shared default planner model for catalog-backed PI and OpenCode selections. Defaults to openai/gpt-5.3-codex-spark.",
"format": "string",
"name": "WEB_TASK_API_MODEL"
},
{
"description": "Optional shared default planner thinking variant for catalog-backed PI and OpenCode selections. Defaults to high.",
"format": "string",
"name": "WEB_TASK_API_VARIANT"
},
{
"description": "Optional PI engine base URL for the preferred planner backend. Defaults to http://127.0.0.1:8793.",
"format": "string",
"name": "WEB_TASK_API_PI_URL"
},
{
"description": "Optional PI-specific planner model override. Defaults to WEB_TASK_API_MODEL when omitted.",
"format": "string",
"name": "WEB_TASK_API_PI_MODEL"
},
{
"description": "Optional PI-specific thinking variant override. Defaults to WEB_TASK_API_VARIANT when omitted.",
"format": "string",
"name": "WEB_TASK_API_PI_VARIANT"
},
{
"description": "Optional CLIProxy base URL for the legacy fallback planner backend.",
"format": "string",
"name": "CLIPROXY_BASE_URL"
},
{
"description": "Optional CLIProxy auth token for the legacy fallback planner backend.",
"format": "string",
"isSecret": true,
"name": "CLIPROXY_AUTH_TOKEN"
},
{
"description": "Optional CLIProxy model alias for the legacy fallback planner backend.",
"format": "string",
"name": "CLIPROXY_MODEL"
},
{
"description": "Optional OpenCode base URL for the compatibility planner backend.",
"format": "string",
"name": "OPENCODE_BASE_URL"
},
{
"description": "Optional OpenCode model name for the compatibility planner backend. Defaults to WEB_TASK_API_MODEL when omitted.",
"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": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}