Reed Jobs

Reed Jobs

Search and retrieve job listings from Reed.co.uk.

0
Stars
2
Forks
0
Releases

Overview

Reed Jobs MCP Server is a TypeScript-based MCP server that integrates with the Reed Jobs API to enable searching and retrieval of job listings within the Model Context Protocol. It supports multi-parameter searches with keywords, location, salary, contract type, along with remote work filtering and distance-based location search. The server exposes tools such as mcp_reed_jobs_search_jobs and mcp_reed_jobs_get_job_details to perform listing searches and fetch detailed job information. It relies on the Reed API key provided via the REED_API_KEY environment variable to authenticate requests. The README outlines prerequisites (Node.js v16+, npm/yarn), installation via Smithery or manual installation, and usage in Cursor IDE with an mcp.json configuration. The implementation is built with TypeScript and designed to integrate smoothly with Cursor IDE, enabling MCP workflows for searching and curating job data programmatically. This server is suitable for developers integrating Reed.co.uk job data into chatbots, assistants, or other MCP-enabled tools.

Details

Owner
kld3v
Language
TypeScript
License
Updated
2025-12-07

Features

Search jobs with multiple filters

Allows searching Reed Jobs using filters such as keywords, location, salary, and contract type to refine results.

Get detailed job information

Fetches comprehensive details for a selected job from Reed Jobs API.

Remote work filter support

Includes an option to filter results by remote-friendly roles.

Salary range filtering

Filters results within a specified minimum and maximum salary range.

Location-based search with distance

Supports distance-aware searches from a specified location.

TypeScript-based MCP server

Implemented in TypeScript for strong typing and MCP compatibility.

Cursor IDE integration

Designed to work seamlessly with Cursor IDE via MCP configuration.

Secure API access via Reed API key

Uses the REED_API_KEY environment variable to authenticate API requests.

Tags

Reed.co.ukReed APIMCPJob searchTypeScriptCursor IDERemote workSalary filterLocation searchContract type