Back to Browse

Agent Skills MCP Server

by Jobyap
Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.jobyap.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 tools verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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/jobyap teaches 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:

Add to Cursor

{ "mcpServers": { "jobyap": { "url": "https://mcp.jobyap.com/mcp" } } }

VS Code / GitHub Copilot

Install in VS Code

{ "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

Add to 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

ToolPurpose
search_jobsFiltered search: title keywords, company, location identifiers, remote/hybrid, freshness, popularity; cursor pagination.
get_jobOne posting in full: markdown description, salaries, locations, employment types, apply URL. Accepts ids or jobyap.com URLs.
get_job_commentsThe community discussion thread (threaded, chronological, like counts).
search_locationsFree text → location filter identifiers.
list_companiesTracked companies with active-job counts.
get_job_statsCompanies tracked, active jobs, newest posting date.
search / fetchOpenAI deep-research connector contract over the same data.

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

Reviews

No reviews yet

Be the first to review this server!

Agent Skills MCP Server - Search job postings aggregated from companies' careers | MCP Marketplace