# JobYap Job Search MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-jobyap-jobs
- Repository: https://github.com/jobyap/agent-skills
- Website: https://jobyap.com

## Install
- Command: `npx -y jobyap-mcp`
- Endpoint: https://mcp.jobyap.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm jobyap-mcp v1.0.0
- Remote endpoint: https://mcp.jobyap.com/mcp

## Tools
- search_jobs (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 names must exactly match values from list_companies; locations must be identifiers from search_locations. work_mode matches jobs explicitly marked remote or hybrid (unmarked means unstated, not onsite). Results are active listings, newest first by default; sort=popular ranks by discussion activity. To paginate, pass next_cursor back as cursor and keep every other argument identical. Endpoint: https://mcp.jobyap.com/mcp
- get_job (Get job details) - 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 expired jobs too (apply_url is null once inactive). Endpoint: https://mcp.jobyap.com/mcp
- get_job_comments (Get job discussion) - 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. Endpoint: https://mcp.jobyap.com/mcp
- search_locations (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 are returned. Endpoint: https://mcp.jobyap.com/mcp
- list_companies (List companies) - List every company JobYap tracks with its active job count. Use the exact names as search_jobs company filters. Endpoint: https://mcp.jobyap.com/mcp
- get_job_stats (JobYap stats) - Aggregate stats: companies tracked, active job count, and the newest posting date. Endpoint: https://mcp.jobyap.com/mcp
- search (Search JobYap (deep research)) - 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 with fetch. For structured filtering (location, company, remote, freshness) prefer search_jobs. Endpoint: https://mcp.jobyap.com/mcp
- fetch (Fetch JobYap document (deep research)) - 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. Endpoint: https://mcp.jobyap.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.jobyap
- Version: 1.0.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
