Remote Jobs MCP

by Unknown

Not rated
Website

About

By connecting to the public Jobicy MCP server, your AI tools can autonomously search, filter, and retrieve the latest remote job listings in real-time.

Details

Author
Unknown
Categories
Database, Search, Other

The public Jobs API returns the latest remote listings available on Jobicy. Use it for job discovery products, research tools, community websites, internal dashboards, and prototypes.

Structured fields for the employer, role, location, job type, description, and salary.

Start with a simple GET request. No account or authentication header is required.

Retrieve the latest records and combine location, category, and keyword filters.

GET https://jobicy.com/api/v2/remote-jobs

Start with the public endpoint, add only the filters you need, and keep the source URL when displaying a listing.
- Send a GET requestNo token or account is required for the public Jobs API.
- Add optional filtersUsecount,geo,industry, andtag.
- Read the jobs arrayStore only what your interface needs and retain the original Jobicy URL.

const response = await fetch( "https://jobicy.com/api/v2/remote-jobs?count=10&geo=usa&industry=engineering" ); if (!response.ok) { throw new Error(\HTTP ${response.status}\); } const data = await response.json(); console.log(data.jobs);

All filters are optional. Combine them to narrow the results by count, geographic eligibility, job category, or text keyword.

Number of listings to return. Accepted range: 1–100.

Location slug such asusa,europe, orapac.

Category slug such asengineering,marketing, ordata-science.

Keyword search applied to the available job content.

Load thelocation listandcategory listbefore storing values in a production integration.

GET /api/v2/remote-jobs?count=20&tag=python

Fifteen recent jobs available in Canada.

GET /api/v2/remote-jobs?count=15&geo=canada

Marketing jobs available to applicants in the USA.

GET /api/v2/remote-jobs?geo=usa&industry=marketing

Five recent customer support opportunities.

GET /api/v2/remote-jobs?count=5&industry=supporting

Each job includes its source URL, employer, eligibility, employment type, description, publication date, and salary information when supplied.

{ "id": 123456, "url": "https://jobicy.com/jobs/example-role", "jobTitle": "Senior Product Designer", "companyName": "Example Company", "companyLogo": "https://example.com/logo.png", "jobIndustry": ["Creative & Design"], "jobType": ["full-time"], "jobGeo": "Anywhere", "jobLevel": "Senior", "jobExcerpt": "Short summary of the role", "jobDescription": "<p>Complete HTML job description</p>", "pubDate": "2026-07-30T12:00:00+00:00", "salaryMin": 90000, "salaryMax": 125000, "salaryCurrency": "USD", "salaryPeriod": "yearly" }

Choose filters, send the request, inspect the JSON response, and copy it into your development workflow.

GET https://jobicy.com/api/v2/remote-jobs?count=5 { "status": "Ready to send a request" }

The public MCP server lets compatible assistants, agents, and IDEs discover valid filters and retrieve structured listings through the public Jobicy MCP endpoint.

Retrieves jobs using optionalcount,geo,industry, andtagfilters.

Returns current location or category slugs before a tool applies strict filters.

{ "mcpServers": { "jobicy-jobs": { "url": "https://jobicy.com/mcp" } } }

RSS works well for readers, publishing workflows, and automation services that do not need a JSON integration.

Use/jobs/feedfor new integrations. The older/feed/job_feedaddress remains available for compatibility. Polling a few times per day is normally sufficient and must not exceed once per hour.

Build useful experiences with Jobicy data.

The Jobicy API is designed for websites, applications, newsletters, research tools, AI products, and other services that help users discover remote work opportunities.
- You may use Jobicy listings in your own products and user experiences without requesting individual permission.
- Keep Jobicy as the original source and preserve the canonical Jobicy job URL when displaying listings.
- You may create your own interfaces, summaries, categories, search experiences, and additional context around listings.
- Do not present Jobicy listings as your own original job postings or remove source attribution.
- Avoid excessive API requests and cache responses where appropriate to provide a reliable experience for everyone.
- Do not use the API to create spam networks, misleading job databases, or services that negatively affect employers or candidates.

No approval required for normal integrations

Most integrations, including job boards, newsletters, career tools, AI assistants, and internal applications, can use the public API without a separate agreement. Contact us only for high-volume commercial partnerships or custom data arrangements.

Embed or automate without rebuilding everything.

Use a small widget, the official WordPress plugin, or an automation recipe when a custom API client would add unnecessary work.

Send new remote jobs to LinkedIn, X, Facebook, Telegram, Slack, Discord, or WordPress.

Add a responsive job search interface with light and dark themes.

Display fresh Jobicy listings with the[jobicy_jobs]shortcode.

<div id="jobicy-widget"></div> <script> window.jobicyWidgetConfig = { query: "Developer", theme: "light", autoSearch: true, limit: 10 }; </script> <script src="https://jobicy.com/api/prod/wg.js"></script>

The main operational details for a stable public API or feed integration.

No. The public remote jobs endpoint and taxonomy requests do not require authentication.

Thecountparameter accepts values from 1 to 100. The endpoint returns the latest available matching jobs.

How should a client discover valid filters?

Use?get=locationsand?get=industriesinstead of relying on a hard-coded list indefinitely.

Yes. TreatjobDescriptionas HTML and sanitize it according to the security rules of your application.

A few checks per day are usually enough. Automated checks must not run more frequently than once per hour.

Search every open UK firefighter recruitment opportunity across 73 fire services, with station-level on-call data, postcode proximity, and editorial guides.

Search for fish species using the FishBase database. Supports natural language queries in both Japanese and English.

Search, Query and interact with data in your Milvus Vector Database.

Connect once and your AI assistant can search and post classified listings — vehicles, real estate, jobs and CVs — on your behalf

An MCP server for vector storage and retrieval using ChromaDB.

MCP server for discovering UK regulated professional services — conveyancers, mortgage brokers, and financial advisers from SRA, FCA, and Companies House registers.

Local semantic search over documents (txt, md, pdf, docx, pptx, csv). Fully offline, multilingual, hybrid vector + keyword search via LanceDB. No API keys, no cloud.

Unified MCP server giving AI coding agents direct access to your databases: 70+ SQL databases via SqlKit (PostgreSQL, MySQL, SQL Server, SQLite, ClickHouse, Snowflake, BigQuery) and NoSQL via DocKit (Elasticsearch, MongoDB, DynamoDB). Local-first: credentials never leave your machine, read-only by default, 79 tools.

Query and export data from various databases including ElasticSearch, MySQL, PostgreSQL, Oracle, and SQLite.

Access the Discogs API for music cataloging, search, and other database operations.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.