npm jobyap-mcpstreamable-httpMITupdated 1mo ago
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.
Was kannst du mit JobYap Job Search machen?
JobYap agent tools
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.
Two ways in, use either or both:
- 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.
Install the MCP server
Claude Code
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" } } }
VS Code / GitHub Copilot
{ "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-research
search/fetch contract.
Goose
Windsurf / Zed / JetBrains / LM Studio / others — any streamable-HTTP MCP client
works; point it at https://mcp.jobyap.com/mcp.
stdio-only clients — use the jobyap-mcp
bridge (wraps mcp-remote):
{ "mcpServers": { "jobyap": { "command": "npx", "args": ["-y", "jobyap-mcp"] } } }
Install the skill
Cross-agent (Claude Code, Cursor, Codex, Gemini-compatible CLIs, opencode and ~70 others) via the skills CLI:
npx skills add jobyap/agent-skills
Claude Code plugin — installs the skill and registers 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 — copy skills/jobyap/ into your agent's skills directory
(.claude/skills/, .cursor/skills/, .agents/skills/, …).
Google Antigravity
The antigravity/jobyap plugin 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 with serverUrl: https://mcp.jobyap.com/mcp.
What the tools do
| Tool | Purpose |
|---|---|
search_jobs |
Filtered search: title keywords, company, location identifiers, remote/hybrid, freshness, popularity; cursor pagination. |
get_job |
One posting in full: markdown description, salaries, locations, employment types, apply URL. Accepts ids or jobyap.com URLs. |
get_job_comments |
The community discussion thread (threaded, chronological, like counts). |
search_locations |
Free text → location filter identifiers. |
list_companies |
Tracked companies with active-job counts. |
get_job_stats |
Companies tracked, active jobs, newest posting date. |
search / fetch |
OpenAI deep-research connector contract over the same data. |
Full API reference: skills/jobyap/references/api.md · Docs: jobyap.com/agents · llms.txt
Installation
JobYap Job Search zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"jobyap-mcp": {
"type": "http",
"url": "https://mcp.jobyap.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add jobyap-mcp -- npx -y jobyap-mcpcodex mcp add jobyap-mcp -- npx -y jobyap-mcpamp mcp add jobyap-mcp -- npx -y jobyap-mcp{
"mcpServers": {
"jobyap-mcp": {
"command": "npx",
"args": [
"-y",
"jobyap-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"jobyap-mcp": {
"command": "npx",
"args": [
"-y",
"jobyap-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"jobyap-mcp": {
"command": "npx",
"args": [
"-y",
"jobyap-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"jobyap-mcp": {
"command": "npx",
"args": [
"-y",
"jobyap-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"jobyap-mcp": {
"command": "npx",
"args": [
"-y",
"jobyap-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"jobyap-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"jobyap-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"jobyap-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"jobyap-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y jobyap-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege16/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 30 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 1. Aug. 2026 |