JobYap Job Search
JobYap aggregates job postings directly from companies' official careers sites and gives every posting a public discussion thread, with salaries, locations and full descriptions.
Ads
Overview
Connect any AI agent to JobYap — 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/jobyap teaches agents the JSON API (https://jobyap.com/api/v1) with curl — works even without MCP support. Claude.ai / Claude Desktop — Settings → Connectors → Add custom connector → https://mcp.jobyap.com/mcp (no authentication).
Installation
claude mcp add --transport http jobyap https://mcp.jobyap.com/mcp
Configuration
{ "mcpServers": { "jobyap": { "url": "https://mcp.jobyap.com/mcp" } }Capabilities
- Find live job postings
Use `search_jobs` to filter by title keywords, company, location, remote/hybrid, freshness, and popularity with cursor pagination.
- Fetch a full job posting
Call `get_job` with an id or jobyap.com URL to get markdown description, salaries, locations, employment types, and apply URL.
- Read community discussions
Use `get_job_comments` to view a posting's threaded, chronological discussion thread with like counts.
- Turn locations into filters
Use `search_locations` to convert free text into location filter identifiers for `search_jobs`.
- Track companies and stats
Check `list_companies` for tracked companies with active-job counts, or `get_job_stats` for latest volume and posting dates.
Tags
- search
- knowledge-retrieval
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.