← jobyap.com
INDIVIDUAL MCP TOOL
search_jobs
Search JobYap's aggregated job postings with structured filters.
LIVE ENDPOINT
https://mcp.jobyap.com/mcp
Connect to this endpoint to inspect the live schema for search_jobs and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jobyap]
url = "https://mcp.jobyap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jobyap": {
"type": "http",
"url": "https://mcp.jobyap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jobyap
Remote MCP URL: https://mcp.jobyap.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jobyap": {
"url": "https://mcp.jobyap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jobyap": {
"type": "http",
"url": "https://mcp.jobyap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jobyap",
"transport": "streamable-http",
"url": "https://mcp.jobyap.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.get_job_comments— Fetch the community discussion thread for a job: chronological, threaded via parent_id, with like counts.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).list_companies— List every company JobYap tracks with its active job count.get_job_stats— Aggregate stats: companies tracked, active job count, and the newest posting date.search— Search JobYap job postings by natural-language query.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.