MCP server

Give your agent live jobs

The Praxy Jobs MCP server puts our source-verified index inside Claude, Cursor, and any Streamable HTTP client. Results retain the platform, tenant slug, native endpoint, and direct apply URL.

Claude Code
$ claude mcp add --transport http praxy-jobs https://praxyjobs.com/mcp

Connect from any MCP client

The server uses Streamable HTTP at https://praxyjobs.com/mcp.

Cursor and mcp.json clients

mcp.json
{
  "mcpServers": {
    "praxy-jobs": { "url": "https://praxyjobs.com/mcp" }
  }
}

Claude Desktop

Add a custom connector and paste https://praxyjobs.com/mcp as the server URL.

Five tools, honestly scoped

search_jobs

q, title, family, country, city, remote, company, source, posted_since, has_salary, employment_type, status, limit

Search open jobs with the same validated filters as the REST API.

get_job

job_key

Fetch one job by its stable Praxy job key.

jobs_at_company

company_key, status, limit

List open, closed, or all jobs for a verified company.

newest_jobs

time_frame, country, source, limit

Read the freshest slice of the source-verified index.

job_market_stats

no arguments

Inspect public totals, source coverage, countries, and freshness.

What to ask it

  • “Find remote senior data engineer roles posted this week that list a salary.”
  • “What did Greenhouse-hosted companies post in Germany in the last 24 hours?”
  • “How many open jobs does the index have per source?”

Praxy currently indexes 38 ATS platforms. See how every source is verified.

Was this page helpful?