AutoMax
Reference

MCP tools

The 37 tools, prompts and resources of the AutoMax MCP server.

Tools are grouped by capability (automax mcp --caps core,analyze,run,data,agents,issues,schedules; default core,analyze,run,data,schedules). Access levels map to scopes: read needs the matching *:read scope, run needs runs:write, write produces proposals and needs features:write. Print the live catalogue with automax mcp --list-tools.

ToolCapabilityAccessPurpose
project_list, project_get_config, project_list_envs, project_validate_config, project_doctorcorereadprojects, resolved configuration (secrets redacted), environments, health
workspace_tree, process_listcorereadorganization → workspaces → projects → modules → processes
feature_list, feature_read, feature_parse, feature_lint, step_list, step_findcorereadfeatures, Gherkin parsing, lint, step catalogue and fuzzy step reuse
feature_writecorewritevalidated feature staged as a proposal (never the working tree)
proposal_list, proposal_getcorereadreview proposals written by agents and write tools
run_tests, run_tests_asyncrunrunexecute a project slice through automax run, with progress
run_list, run_get, run_get_scenario, run_last_failedrunreadruns, scenario detail with automax://screenshot/… URIs and API snapshots
heal_events, heal_locator_statsrunreadself-healing events and aggregated locator statistics
data_list_datasets, data_preview, data_pool_statusdatareaddatasets per environment (masked), pool users and leases
analyze_project, analyze_routes, analyze_coverage, analyze_best_practices, analyze_locators, analyze_change_impact, analyze_failure, analyze_suggest_scenariosanalyzereadonboarding analysis, coverage, best practices, locator audit, change impact, failure triage, Gherkin drafts
schedule_list, schedule_nextschedulesreadschedules from YAML and next fire times

Resources: automax://project/{slug}/features/{path}, automax://run/{runId}/summary, automax://run/{runId}/messages.ndjson, automax://screenshot/{runId}/{fingerprint}/{retry}/{file}, automax://proposal/{id}.

Prompts: automax-plan, automax-generate, automax-heal, automax-upgrade, automax-review.

Browser driving is not reimplemented: automax mcp install configures the bundled npx playwright mcp alongside, so agents get browser_navigate, browser_snapshot, browser_click and friends from the upstream server while AutoMax tools drive the automation project.