{"name":"com.applyall/mcp","slug":"applyall-mcp","title":"ApplyAll","description":"Search for jobs and apply to jobs.","url":"https://mcp.market/server/applyall-mcp","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T05:55:47.448Z","last_ok_at":"2026-09-24T05:55:47.448Z","latency_ms":211},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/applyallinc/applyall","website":"https://applyall.com/mcp","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://applyall.com/mcp"}],"packages":[],"tools":[{"name":"add_blocklist_entry","description":"Block an employer so ApplyAll will not apply there.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Employer name."}},"required":["text"],"additionalProperties":false}},{"name":"add_desired_location","description":"Add a city or region the user wants to work in.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"placeId":{"type":"string","description":"From search_locations."},"placeType":{"type":"string","description":"From search_locations."},"displayName":{"type":"string","description":"From search_locations."},"formattedAddress":{"type":"string","description":"From search_locations."}},"required":["placeId","placeType","displayName","formattedAddress"],"additionalProperties":false}},{"name":"add_desired_title","description":"Add a job title the user wants ApplyAll to target.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Job title text."}},"required":["text"],"additionalProperties":false}},{"name":"create_checkout","description":"Create a Stripe Checkout URL for a published package. The user (or a browser tool) must open the URL. This tool never accepts card numbers.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"skuId":{"type":"string","description":"Package id from list_packages."}},"required":["skuId"],"additionalProperties":false}},{"name":"get_connect_instructions","description":"Return the MCP URL and copy-paste setup for Claude, ChatGPT, Cursor, and Claude Code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"get_credit_balance","description":"Return remaining application credits and pause state. Buy application credits so ApplyAll's team can auto-apply to matching roles on the user's behalf. Call list_packages, then create_checkout.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"get_job","description":"Return one job by id. Requires a connected account. Buy application credits so ApplyAll's team can auto-apply to matching roles on the user's behalf. Call list_packages, then create_checkout.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"jobId":{"type":"string","description":"ApplyAll job id from search_jobs."}},"required":["jobId"],"additionalProperties":false}},{"name":"get_profile","description":"Read the connected user's profile, preferences, credits, and pause state.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"list_packages","description":"List published consumer application packages the user can buy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"register_account","description":"Return the browser signup / OAuth URL. Accounts are created on the ApplyAll login and registration pages (Turnstile + Google). Users who sign up this way receive the MCP tag.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"remove_blocklist_entry","description":"Remove an employer block by id from get_profile.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"entryId":{"type":"string","description":"Blocklist row id."}},"required":["entryId"],"additionalProperties":false}},{"name":"remove_desired_location","description":"Remove a previously saved desired location by id from get_profile.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"locationId":{"type":"string","description":"Desired location row id."}},"required":["locationId"],"additionalProperties":false}},{"name":"remove_desired_title","description":"Remove a saved desired title by id from get_profile.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"titleId":{"type":"string","description":"Desired title row id."}},"required":["titleId"],"additionalProperties":false}},{"name":"search_job_titles","description":"Autocomplete ApplyAll job titles so the user can pick a canonical title.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Partial title."},"limit":{"type":"number","description":"1–100, default 20."}},"required":["query"],"additionalProperties":false}},{"name":"search_jobs","description":"Search employer-sourced jobs. Always returns at most 10 results. offset>0 requires a connected ApplyAll account. Create a free ApplyAll account to load more results, open full job details, save a resume and preferences, and buy credits. Call register_account, then complete the browser OAuth login. Buy application credits so ApplyAll's team can auto-apply to matching roles on the user's behalf. Call list_packages, then create_checkout.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","description":"Job title query (min 2 characters)."},"country":{"type":"string","description":"Defaults to US."},"location":{"type":"string","description":"City or state. Blank is nationwide."},"workplace":{"type":"string","description":"Comma-separated. Omit for all types."},"skills":{"type":"array","items":{"type":"string"},"description":"AND match. Listings without skill data do not match."},"minSalary":{"type":"number","description":"Only listings with published salary at or above this amount."},"requiresSponsorship":{"type":"boolean","description":"US only. Companies with prior H-1B sponsorship."},"minYearsExperience":{"type":"number","description":"0–15."},"maxYearsExperience":{"type":"number","description":"0–15."},"offset":{"type":"number","description":"Page offset in steps of 10. >0 requires auth."}},"required":["title"],"additionalProperties":false}},{"name":"search_locations","description":"Look up cities and states to use with search_jobs or profile location tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"City or state text."},"country":{"type":"string","description":"Defaults to us."}},"required":["query"],"additionalProperties":false}},{"name":"set_applications_paused","description":"Pause or unpause ApplyAll applications for the connected user.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"paused":{"type":"boolean","description":"true pauses, false resumes."}},"required":["paused"],"additionalProperties":false}},{"name":"set_current_location","description":"Set the user's current city using a place from search_locations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"placeId":{"type":"string","description":"From search_locations."},"placeType":{"type":"string","description":"From search_locations."},"displayName":{"type":"string","description":"From search_locations."},"formattedAddress":{"type":"string","description":"From search_locations."}},"required":["placeId","placeType","displayName","formattedAddress"],"additionalProperties":false}},{"name":"update_profile","description":"Update min salary, remote-only, nationwide, and country.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"minSalary":{"type":"number","description":"Annual minimum published salary."},"remoteOnly":{"type":"boolean","description":"Remote-only search."},"nationwide":{"type":"boolean","description":"Nationwide search."},"country":{"type":"string","description":"User country code."}},"required":[],"additionalProperties":false}},{"name":"upload_resume","description":"Upload a PDF, DOC, or DOCX resume (10MB max) as base64 or a public HTTPS URL.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"filename":{"type":"string","description":"Original filename with extension."},"contentBase64":{"type":"string","description":"File bytes, base64-encoded."},"fileUrl":{"type":"string","description":"Public HTTPS URL to download."},"mimeType":{"type":"string","description":"Optional override."}},"required":["filename"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T05:11:11.741Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:11:11.698Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 940ms"]},"poisoning":{"score":15,"max":15,"notes":["20 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 6 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://applyall.com/mcp","reachable":true,"authRequired":false,"latencyMs":940,"serverInfo":{"name":"ApplyAll","version":"1.0.1"}}],"packages":[],"repo":{"found":false,"owner":"applyallinc","repo":"applyall","error":"repo not found"},"icon":{"url":"https://applyall.com/favicon.png","source":"site","width":128,"height":130},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}