Jobs, straight into your tools
Coder Horizon exposes a read-only public jobs API and an MCP server. Ask Claude or Cursor for jobs, or script your own agent - no account needed.
MCP server
Point your MCP client at the streamable HTTP endpoint. Three tools: search_jobs, get_job and similar_jobs - published jobs only, with canonical links.
Claude Desktop / Cursor config
{
"mcpServers": {
"coder-horizon-jobs": {
"type": "streamable-http",
"url": "https://api.jobs.coderhorizon.com/mcp"
}
}
}or via mcp-remote where a URL transport is not supported:
{
"mcpServers": {
"coder-horizon-jobs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.jobs.coderhorizon.com/mcp"]
}
}
}Try it with curl
curl 'https://api.jobs.coderhorizon.com/public/v1/jobs?q=react&mode=remote'
REST API
The same jobs over plain HTTP at /public/v1/jobs with q, tag, type, mode, level, location and pagination. Responses carry a canonical url per job and an attribution string.
Full API referenceFair use
Read-only and anonymous: 60 requests per minute per IP on the API, 30 on MCP. When you show these jobs, link back to the job page - that is the attribution ask.