Remote Jobs MCP/API
The public Remote Jobs API returns the latest listings available on Jobicy.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Get Jobs: Fetches a structured list of remote jobs from the Jobicy database. Safe GET request with zero side-effects. No authentication required. Returns a JSON-encoded array of job listings sorted by
- Get Taxonomies: Retrieves available filter slugs for locations or industries to prevent formatting errors. Read-only metadata request with no side-effects. No authentication required. Returns a JSON o
What data it sees
Do you need an account
No: the server works without sign-in
The public Remote Jobs API returns the latest listings available on Jobicy. Use it for job discovery products, research tools, community websites, internal dashboards, and prototypes.
Add current remote jobs to apps, websites, AI tools, and automated workflows with a public REST endpoint, MCP server, RSS feed, or widget.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| get_jobs | Fetches a structured list of remote jobs from the Jobicy database. Safe GET request with zero side-effects. No authentication required. Returns a JSON-encoded array of job listings sorted by publication date (newest first). Each job includes id, url, jobTitle, companyName, companyLogo, jobIndustry, jobType, jobGeo, jobLevel, jobExcerpt, jobDescription, salary information (when available), and pubDate. Geographic filtering is candidate-availability based rather than exact location matching. Results may include jobs whose geographic eligibility covers the requested location through country, region, multi-region, or global availability. For example, a request for geo='hungary' may return jobs tagged Hungary, Europe, EMEA, Anywhere, or other geographic groups that explicitly include Hungary within their eligible hiring regions. Always call 'get_taxonomies' first to discover valid location and industry slugs before filtering. Use the 'count' parameter to specify how many jobs to return (1–100, default 100). Rate limits: standard public API limits apply; avoid aggressive polling. |
| get_taxonomies | Retrieves available filter slugs for locations or industries to prevent formatting errors. Read-only metadata request with no side-effects. No authentication required. Returns a JSON object containing valid slugs. Use this tool before get_jobs when you need to verify if a specific region or category slug exists. |