Jobs by Workable
io.github.external-submissions-workable/jobs-by-workableJobs by Workable MCP server. Access over 150K jobs & thousands of companies listed on the job board.
Tools · 10
Search published jobs on the Workable job board.
Get the full details of a single published job by its advertising UID.
Get the full profile of a company by its id (Workable UUID or database _id), including open job listings.
List city/country pairs where jobs are published. Optionally filter by a partial city or country name. Supports pagination via after_key.
Get your candidate profile: name, contact details, headline, summary, resume, education and experience.
Update your candidate profile: name, phone, location, education, and work experience.
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 …
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, r…
List popular/recent job search terms, tailored to your last known location, with a URL to run each search.
Withdraw one of your submitted job applications by its application id. This action cannot be undone from here.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"jobs_by_workable": {
"url": "https://jobs.workable.com/mcp",
"transport": "streamable-http"
}
}
}