Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Jobs by Workable

io.github.external-submissions-workable/jobs-by-workable

Jobs by Workable MCP server. Access over 150K jobs & thousands of companies listed on the job board.

Uptime
100.0%
1 direct probes · 30d
Response
603ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

search_jobs

Search published jobs on the Workable job board.

get_job

Get the full details of a single published job by its advertising UID.

get_company

Get the full profile of a company by its id (Workable UUID or database _id), including open job listings.

get_job_locations

List city/country pairs where jobs are published. Optionally filter by a partial city or country name. Supports pagination via after_key.

get_my_profile

Get your candidate profile: name, contact details, headline, summary, resume, education and experience.

update_my_profile

Update your candidate profile: name, phone, location, education, and work experience.

get_my_applications

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_recommendations

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…

get_recent_searches

List popular/recent job search terms, tailored to your last known location, with a URL to run each search.

withdraw_application

Withdraw one of your submitted job applications by its application id. This action cannot be undone from here.

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"
    }
  }
}