Praxy Jobs

Jobs API + open MCP

Free jobs data, straight from the source.

50,000+ company career sites, fetched direct from native ATS endpoints. Every job carries its source platform, tenant slug, and native endpoint — verify it yourself.

$ claude mcp add --transport http praxy-jobs https://jobs.praxy.me/mcp

No key needed for the MCP server. One line and Claude can search 1.4M live jobs.

Live sample response

A real job from GET /v1/feed/active?limit=1, fetched just now.

{
  "job_key": "3aecd56385d584c4ecc22ed92c768ee33b836bfe",
  "title": "Director, Programming Excellence",
  "organization": "Mastercardfoundation",
  "url": "https://mastercardfoundation.wd10.myworkdayjobs.com/en-US/mastercardfdn/job//job/Africa/Director--Programming-Excellence_JR-0000000690",
  "status": "open",
  "first_seen": "2026-07-12T13:45:00+00:00",
  "source": "workday",
  "source_slug": "mastercardfoundation",
  "source_endpoint": "https://mastercardfoundation.wd10.myworkdayjobs.com/wday/cxs/mastercardfoundation/mastercardfdn/jobs",
  "locations_derived": [
    {
      "city": "Africa",
      "country": "US",
      "country_code": "US",
      "lat": null,
      "lng": null
    }
  ],
  "remote_derived": false
}

Source coverage

ATS platforms we fetch from directly, with current job counts.

Coverage stats are loading — check back shortly.

Three incremental feeds

active

New listings by time window. Poll at window cadence — never receive the same job twice.

/v1/feed/active
expired

Closures with timestamps and reasons. Hours-level closure accuracy.

/v1/feed/expired
modified

Field-level changes — exactly which fields changed, plus the updated job.

/v1/feed/modified

Get a free API key

Unlocks full descriptions and higher limits. Free tier, forever. No card.

Free tier, forever. No card. The MCP server needs no key at all.

Prefer to read first? Browse the full OpenAPI docs →