10 tools from the Autoapply MCP Server, categorised by risk level.
View the Autoapply policy →close_session Close the browser session when done. Always call this after submitting or abandoning. 2/5 fill_answer Fill a specific answer into one field. Use the selector from unique_questions returned by fill_known_fields. Call this once per unique question aft... 2/5 fill_known_fields Auto-fill all mapped fields (name, email, phone, dropdowns, etc.) from your saved profile. Returns a screenshot and a list of unique questions that... 2/5 open_job_application Open a job application URL in a browser and return a screenshot. Always call this before fill_known_fields. 2/5 register Get a new API key / session ID. Call this once before using any other tools. 2/5 save_field_mapping Teach AutoApply how to answer a recurring question. Provide the label pattern (partial match is fine) and the answer to always use. Example: patter... 2/5 save_profile Save your job application profile (name, email, phone, address, work auth, etc.). Stored server-side keyed to your session_id. 2/5 scroll_page Scroll the job application page up or down to reveal more fields. 2/5 The Autoapply MCP server exposes 10 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Autoapply server.
Autoapply tools are categorised as Read (2), Write (8). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept