JobYap

by JobYap

Recommended
324 downloads
Not rated
GitHub Website

About

JobYap aggregates job postings directly from companies' official careers sites and gives every posting a public discussion thread, with salaries, locations and full descriptions.

Details

Author
JobYap
Downloads
324
Categories
Productivity, Search, Knowledge Base, AI

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name JobYap
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "jobyap": {
      "command": "npx",
      "args": [
        "-y",
        "jobyap-mcp"
      ]
    }
  }
}

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.

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 expired jobs too (apply_url is null once inactive).

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 are returned.

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 with fetch. For structured filtering (location, company, remote, freshness) prefer search_jobs.

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jobyap": {
            "jobyap": {
                "command": "npx",
                "args": [
                    "-y",
                    "jobyap-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "jobyap": {
        "command": "npx",
        "args": [
            "-y",
            "jobyap-mcp"
        ]
    }
}

What can you do with JobYap Job Search MCP?

- Find live job postings— Usesearch_jobsto filter by title keywords, company, location, remote/hybrid, freshness, and popularity with cursor pagination.
- Fetch a full job posting— Callget_jobwith an id or jobyap.com URL to get markdown description, salaries, locations, employment types, and apply URL.
- Read community discussions— Useget_job_commentsto view a posting's threaded, chronological discussion thread with like counts.
- Turn locations into filters— Usesearch_locationsto convert free text into location filter identifiers forsearch_jobs.
- Track companies and stats— Checklist_companiesfor tracked companies with active-job counts, orget_job_statsfor latest volume and posting dates.

Connect any AI agent toJobYap— live job postings aggregated from company career sites, each with salaries, full descriptions and a community discussion thread. Everything is read-only and needs no account or API key.

- MCP server(remote, streamable HTTP):https://mcp.jobyap.com/mcp
- Skill:
skills/jobyapteaches agents the JSON API (https://jobyap.com/api/v1) with curl — works even without MCP support.

claude mcp add --transport http jobyap https://mcp.jobyap.com/mcp

Claude.ai / Claude Desktop— Settings → Connectors → Add custom connector →https://mcp.jobyap.com/mcp(no authentication).

Cursor— click the deeplink, or add the config manually:

{ "mcpServers": { "jobyap": { "url": "https://mcp.jobyap.com/mcp" } } }
{ "servers": { "jobyap": { "type": "http", "url": "https://mcp.jobyap.com/mcp" } } }

ChatGPT— Settings → Connectors (developer mode) → Add →https://mcp.jobyap.com/mcp, No Authentication. The server implements the deep-researchsearch/fetchcontract.

Windsurf / Zed / JetBrains / LM Studio / others— any streamable-HTTP MCP client works; point it athttps://mcp.jobyap.com/mcp.

stdio-only clients— use thejobyap-mcpbridge (wrapsmcp-remote):

{ "mcpServers": { "jobyap": { "command": "npx", "args": ["-y", "jobyap-mcp"] } } }

Cross-agent(Claude Code, Cursor, Codex, Gemini-compatible CLIs, opencode and ~70 others) via theskills CLI:

Claude Code plugin— installs the skillandregisters the MCP server in one go. Two steps: add the marketplace, then install the plugin:

/plugin marketplace add jobyap/agent-skills /plugin install jobyap@jobyap

Manual— copyskills/jobyap/into your agent's skills directory (.claude/skills/,.cursor/skills/,.agents/skills/, …).

Theantigravity/jobyapplugin bundles the MCP server config (serverUrl) and the skill:

git clone https://github.com/jobyap/agent-skills && agy plugin install ./agent-skills/antigravity/jobyap

Or add the MCP server manually withserverUrl: https://mcp.jobyap.com/mcp.

Full API reference:skills/jobyap/references/api.md· Docs:jobyap.com/agents·llms.txt

Japanese government procurement bid search and AI analysis via MCP

Prompt Buddy MCP exposes a public, searchable catalog of reusable AI skills.

AI job search & hiring MCP server with 55 tools. Search jobs, apply, interview, negotiate offers across 20 countries. No account needed to start.

Interact with Amazon services for product search, cart management, and viewing order history.

MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.

arXiv paper search and full-text reading

Birdfeeder: X, Bluesky and Mastodon bookmarks search

Search through your X, Bluesky or Mastodon bookmarks.

Conduit is the MCP for agentic commerce. Agents register an identity, search ranked supply across 12k+ merchants, complete checkout via merchant handoff or autonomous payment with an approved mandate, then track orders and report outcomes.

Integrate with Atlassian Confluence to access spaces, search pages, and manage content from any MCP-compatible application.

Programmatically access and search Confluence spaces, pages, and content using its REST API.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.