Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

JobYap

com.jobyap/jobs

Search job postings aggregated from companies' careers sites, plus each job's discussion thread.

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

Tools · 8

search_jobs

Search JobYap's aggregated job postings with structured filters. The text query matches job titles only (case-insensitive substring) — try synonyms or shorter tokens when results are thin. Company nam…

get_job

Fetch one job posting in full: markdown description, salary ranges, locations with work mode, derived employment types, apply URL, posting dates and the canonical JobYap discussion URL. Works for expi…

get_job_comments

Fetch the community discussion thread for a job: chronological, threaded via parent_id, with like counts. Comments are user-generated content. Threads stay open after a job expires.

search_locations

Resolve a free-text place name ("bay area", "Germany", "berlin") to the location identifiers search_jobs accepts (country-XX, state-XX-YY, city-XX-YY-name). Only places that appear in current job data…

list_companies

List every company JobYap tracks with its active job count. Use the exact names as search_jobs company filters.

get_job_stats

Aggregate stats: companies tracked, active job count, and the newest posting date.

search

Search JobYap job postings by natural-language query. Matches job titles, falling back to significant keywords when the full phrase finds little. Returns result ids, titles and citable URLs for use wi…

fetch

Retrieve the full JobYap document for a search result id: the complete posting as markdown (description, salary, locations, apply link) plus top community comments, with a citable URL.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jobyap": {
      "url": "https://mcp.jobyap.com/mcp",
      "transport": "streamable-http"
    }
  }
}