{"name":"io.github.external-submissions-workable/jobs-by-workable","slug":"external-submissions-workable-jobs-by-workable","title":"Jobs by Workable","description":"Jobs by Workable MCP server. Access over 150K jobs & thousands of companies listed on the job board.","url":"https://mcp.market/server/external-submissions-workable-jobs-by-workable","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T10:11:18.702Z","last_ok_at":"2026-09-27T10:11:18.702Z","latency_ms":317},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://jobs.workable.com/mcp"}],"packages":[],"tools":[{"name":"get_company","description":"Get the full profile of a company by its id (Workable UUID or database _id), including open job listings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"companyId":{"type":"string","description":"Company id — accepts either the Workable UUID or the database _id (returned as company.id by other tools)"}},"required":["companyId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_job","description":"Get the full details of a single published job by its advertising UID.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"uid":{"type":"string","description":"Advertising UUID of the job (accepts full or shortened form)"}},"required":["uid"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_job_locations","description":"List city/country pairs where jobs are published. Optionally filter by a partial city or country name. Supports pagination via after_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Partial city or country name to filter by (case-insensitive prefix match)"},"size":{"type":"integer","minimum":1,"maximum":150,"description":"Maximum number of location buckets to return (default 100)"},"after":{"type":"object","properties":{"city":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false,"description":"Pagination cursor from a previous response after_key"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_my_applications","description":"List your submitted job applications, most recent first, paginated. Each item includes jobOpen, indicating whether the job is still open, and isWithdrawable, indicating whether the application can be withdrawn via the withdraw_application tool. If isWithdrawable is false, the application cannot be withdrawn from MCP; it can still be withdrawn from the confirmation email sent when applying. Recruiting-pipeline stages (in_review, interviewed, offered, rejected) are not tracked here.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"type":"integer","minimum":1,"default":1,"description":"1-based page number; 10 applications per page (default 1)"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_my_profile","description":"Get your candidate profile: name, contact details, headline, summary, resume, education and experience.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_recent_searches","description":"List popular/recent job search terms, tailored to your last known location, with a URL to run each search.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_recommendations","description":"Get personalized job recommendations for you. Recommendations are matched to your profile (skills, education, experience) and exclude jobs you have already applied to. If your profile is incomplete, recommendations fall back to jobs near your location.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":50,"default":10,"description":"Number of recommendations to return (default 10)"},"pageToken":{"type":"string","description":"Opaque cursor returned as nextPageToken from a previous call; pass it to fetch the next page"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_jobs","description":"Search published jobs on the Workable job board.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search across job title, description, skills, company, name"},"location":{"type":"string","description":"City, region, or country to filter by"},"workplace":{"type":"array","items":{"type":"string","enum":["on_site","hybrid","remote"]},"description":"Filter by workplace types"},"employment_type":{"type":"array","items":{"type":"string","enum":["full","part","contract","temporary","internship"]},"description":"Filter by employment types"},"day_range":{"type":"integer","minimum":0,"description":"Restrict to jobs posted in the last N days"},"companyId":{"type":"string","description":"Restrict to a single company by id"},"pageToken":{"type":"string","description":"Opaque cursor returned as nextPageToken from a previous call; pass with the same filters to fetch the next page"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"update_my_profile","description":"Update your candidate profile: name, phone, location, education, and work experience.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"firstname":{"type":"string","description":"First name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"Phone number"},"address":{"type":"string","description":"Postal address or location"},"education":{"type":"array","items":{"type":"object","properties":{"school":{"type":"string","description":"School or university name"},"degree":{"type":"string","description":"e.g. BSc, MSc, PhD"},"field_of_study":{"type":"string"},"start_date":{"type":"string","description":"ISO date, e.g. 2019-09-01"},"end_date":{"type":"string","description":"ISO date; omit if ongoing"}},"required":["school"],"additionalProperties":false},"description":"Full education history — replaces existing list"},"experience":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string","description":"Job title"},"company":{"type":"string","description":"Company name"},"industry":{"type":"string"},"summary":{"type":"string","description":"Role description"},"start_date":{"type":"string","description":"ISO date, e.g. 2020-01-01"},"end_date":{"type":"string","description":"ISO date; omit if current role"},"current":{"type":"boolean","description":"Set true if this is the current role"}},"required":["title","company"],"additionalProperties":false},"description":"Full work experience — replaces existing list"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"withdraw_application","description":"Withdraw one of your submitted job applications by its application id. This action cannot be undone from here.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"applicationId":{"type":"string","description":"Application identifier, as returned by get_my_applications. Only applications with isWithdrawable true can be withdrawn via this tool"}},"required":["applicationId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-24T12:03:27.510Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T12:03:27.333Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 224ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://jobs.workable.com/mcp","reachable":true,"authRequired":false,"latencyMs":224,"serverInfo":{"name":"workable-jobs","version":"1.713.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://workablehr-ui.s3.amazonaws.com/job-board/assets/favicon-96x96.png","source":"site","width":96,"height":96},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}