Data Collection
jobyap.com
Provides access to JobYap's job postings, including search, detailed job info, comments, location resolution, and company listings.
ENDPOINT 1
https://mcp.jobyap.com/mcp
MCP server metadata
- Name
- jobyap
- Version
- 1.0.0
Known tools 8
get_jobFetch 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.
Inferred read-onlyget_job_commentsFetch the community discussion thread for a job: chronological, threaded via parent_id, with like counts.
Inferred read-onlysearch_locationsResolve 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).
Inferred read-onlyget_job_statsAggregate stats: companies tracked, active job count, and the newest posting date.
Inferred read-onlyfetchRetrieve 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for jobyap.com was fetched 2026-08-08T05:01:30.149Z and is being refreshed.
jobyap.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.