{
  "markdown": "# JobYap agent tools\n\nConnect any AI agent to [JobYap](https://jobyap.com) — live job postings aggregated from\ncompany career sites, each with salaries, full descriptions and a community discussion\nthread. Everything is read-only and needs no account or API key.\n\nTwo ways in, use either or both:\n\n- **MCP server** (remote, streamable HTTP): `https://mcp.jobyap.com/mcp`\n- **Skill**: [`skills/jobyap`](skills/jobyap/SKILL.md) teaches agents the JSON API\n  (`https://jobyap.com/api/v1`) with curl — works even without MCP support.\n\n## Install the MCP server\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http jobyap https://mcp.jobyap.com/mcp\n```\n\n**Claude.ai / Claude Desktop** — Settings → Connectors → Add custom connector →\n`https://mcp.jobyap.com/mcp` (no authentication).\n\n**Cursor** — click the deeplink, or add the config manually:\n\n[Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=jobyap&config=eyJ1cmwiOiJodHRwczovL21jcC5qb2J5YXAuY29tL21jcCJ9)\n\n```json\n{ \"mcpServers\": { \"jobyap\": { \"url\": \"https://mcp.jobyap.com/mcp\" } } }\n```\n\n**VS Code / GitHub Copilot**\n\n[Install in VS Code](vscode:mcp/install?%7B%22name%22%3A%22jobyap%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.jobyap.com%2Fmcp%22%7D)\n\n```json\n{ \"servers\": { \"jobyap\": { \"type\": \"http\", \"url\": \"https://mcp.jobyap.com/mcp\" } } }\n```\n\n**ChatGPT** — Settings → Connectors (developer mode) → Add →\n`https://mcp.jobyap.com/mcp`, No Authentication. The server implements the deep-research\n`search`/`fetch` contract.\n\n**Goose**\n\n[Add to Goose](goose://extension?url=https%3A%2F%2Fmcp.jobyap.com%2Fmcp&type=streamable_http&id=jobyap&name=JobYap)\n\n**Windsurf / Zed / JetBrains / LM Studio / others** — any streamable-HTTP MCP client\nworks; point it at `https://mcp.jobyap.com/mcp`.\n\n**stdio-only clients** — use the [`jobyap-mcp`](https://www.npmjs.com/package/jobyap-mcp)\nbridge (wraps [mcp-remote](https://www.npmjs.com/package/mcp-remote)):\n\n```json\n{ \"mcpServers\": { \"jobyap\": { \"command\": \"npx\", \"args\": [\"-y\", \"jobyap-mcp\"] } } }\n```\n\n## Install the skill\n\n**Cross-agent** (Claude Code, Cursor, Codex, Gemini-compatible CLIs, opencode and ~70\nothers) via the [skills CLI](https://skills.sh):\n\n```bash\nnpx skills add jobyap/agent-skills\n```\n\n**Claude Code plugin** — installs the skill *and* registers the MCP server in one go.\nTwo steps: add the marketplace, then install the plugin:\n\n```\n/plugin marketplace add jobyap/agent-skills\n/plugin install jobyap@jobyap\n```\n\n**Manual** — copy `skills/jobyap/` into your agent's skills directory\n(`.claude/skills/`, `.cursor/skills/`, `.agents/skills/`, …).\n\n## Google Antigravity\n\nThe [`antigravity/jobyap`](antigravity/jobyap) plugin bundles the MCP server config\n(`serverUrl`) and the skill:\n\n```bash\ngit clone https://github.com/jobyap/agent-skills && agy plugin install ./agent-skills/antigravity/jobyap\n```\n\nOr add the MCP server manually with `serverUrl: https://mcp.jobyap.com/mcp`.\n\n## What the tools do\n\n| Tool | Purpose |\n| --- | --- |\n| `search_jobs` | Filtered search: title keywords, company, location identifiers, remote/hybrid, freshness, popularity; cursor pagination. |\n| `get_job` | One posting in full: markdown description, salaries, locations, employment types, apply URL. Accepts ids or jobyap.com URLs. |\n| `get_job_comments` | The community discussion thread (threaded, chronological, like counts). |\n| `search_locations` | Free text → location filter identifiers. |\n| `list_companies` | Tracked companies with active-job counts. |\n| `get_job_stats` | Companies tracked, active jobs, newest posting date. |\n| `search` / `fetch` | OpenAI deep-research connector contract over the same data. |\n\nFull API reference: [skills/jobyap/references/api.md](skills/jobyap/references/api.md) ·\nDocs: [jobyap.com/agents](https://jobyap.com/agents) · [llms.txt](https://jobyap.com/llms.txt)\n",
  "bytes": 3856,
  "sha": "3afd5892182c528d647d36a06a4e134cc4269eba32fd8f37c456ea8b3f3107fc",
  "repo_slug": "jobyap/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_jobyap_jobs_0881183e/readme"
}