jobsync-mcp exposes deterministic tools — filters, dedup, ATS fetchers, fit-scoring — to any MCP client. Drive it from Claude Code, Claude Desktop, or Cursor.
Run /mcp__jobsync__scrape_jobs_workflow inside your MCP client. The LLM composes queries, fetches postings, and calls jobsync-mcp's deterministic tools to classify, dedup, verify, upsert, and fit-score — end to end.
The MCP client's own model does the semantic work — composing searches, extracting postings, producing fit explanations. jobsync-mcp never ships an LLM of its own.
Everything deterministic — filters, SQLite dedup, link verification, ATS pulls, profile I/O — lives behind the MCP surface. Boring, testable, portable.
The deterministic filter logic and extraction schema are ported from a production pipeline. The agentic workflow is what replaced it. Open-sourced because every job search needs the same plumbing, and nobody should write that pipeline twice.
Found a bug, have a feature request, or just want to say hi? Fill out the form below.