
Redis MCP Server
The Redis MCP Server bridges AI assistants and Redis-compatible in-memory databases, offering seamless key-value storage, real-time messaging, and advanced auto...
Connect FlowHunt and AI agents with Reed Jobs for intelligent job searching and recruitment automation in your workflows.
The Reed Jobs MCP Server is a Model Context Protocol (MCP) server that connects AI assistants and development tools with the Reed Jobs API, enabling seamless job search and retrieval capabilities. By acting as a bridge between AI agents and the Reed.co.uk job platform, this server allows users to query job listings using a variety of filters—including keywords, location, salary, contract type, and remote work options—and fetch detailed information about specific job postings. The Reed Jobs MCP Server empowers AI-driven workflows with up-to-date employment data, making it an asset for job recommendation systems, recruitment automation, or any developer workflow that benefits from real-time job market insights.
No prompt templates were found in the repository or documentation.
No explicit MCP resources are described in the repository or documentation.
mcp_reed_jobs_search_jobs
Allows searching for jobs with multiple filters including keywords, location, contract type, permanent/full-time/part-time options, salary range, and distance from location.
mcp_reed_jobs_get_job_details
Retrieves detailed information for a specific job based on its job ID.
Job Search Automation
Developers can automate job searches for specific roles, locations, or salary ranges, helping users or clients find relevant listings efficiently.
AI-Powered Job Recommendation
AI assistants can suggest job openings based on user preferences by integrating the search functionality into chatbots or personal agents.
Recruitment Workflow Enhancement
Recruitment agencies or HR tools can use the server to filter and fetch job details, streamlining candidate sourcing and matching.
Data Analysis and Market Insights
Developers can query jobs in bulk and analyze trends like salary ranges, contract types, or remote opportunities within specific regions.
No documented setup instructions for Windsurf were found.
npx -y @smithery/cli install @kld3v/reed_jobs_mcp --client claude
.env
file in the project root:REED_API_KEY=your_reed_api_key_here
npm install
.env
file:REED_API_KEY=your_reed_api_key_here
npm run build
npm start
mcp.json
in Cursor:{
"mcpServers": {
"reed-jobs-mcp": {
"command": "node",
"args": ["path/to/your/dist/index.js"],
"cwd": "path/to/your/project"
}
}
}
No documented setup instructions for Cline were found.
Use environment variables in your .env
file:
REED_API_KEY=your_reed_api_key_here
Example JSON configuration for environments:
{
"mcpServers": {
"reed-jobs-mcp": {
"command": "node",
"args": ["path/to/your/dist/index.js"],
"cwd": "path/to/your/project",
"env": {
"REED_API_KEY": "${REED_API_KEY}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"reed-jobs-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “reed-jobs-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found in documentation or code |
List of Resources | ⛔ | No explicit MCP resources described |
List of Tools | ✅ | Two tools: job search and job details retrieval |
Securing API Keys | ✅ | Uses .env and JSON env configuration |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Our opinion:
This MCP server is focused, provides real integration with the Reed Jobs API, and has clear setup instructions for Cursor and Claude. However, it lacks advanced MCP features like prompt templates, resource listing, and explicit sampling/roots support. Documentation is clear for basic use but is minimal for more advanced configurations.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 0 |
Rating:
Based on the two tables, this MCP server scores a 5 out of 10. It does the core job well and is open source, but is missing advanced MCP features, resources, and community traction.
The Reed Jobs MCP Server is a Model Context Protocol server that connects AI assistants and development tools with the Reed Jobs API, enabling seamless job search, filtering, and retrieval of detailed job information.
There are two primary tools: one for searching jobs with multiple filters (keywords, location, contract type, salary, distance, etc.), and another for retrieving detailed information about a specific job by job ID.
It is ideal for job search automation, AI-powered job recommendations, recruitment workflow enhancement, and data analysis or market insights based on real-time job listings.
Store your Reed API key in a .env file and reference it in your MCP server configuration using environment variables. This helps keep your credentials safe and out of your source code.
No, this MCP server focuses on core job search and detail retrieval features. It does not currently support prompt templates or explicit MCP resources.
The server is MIT-licensed, making it open source. It currently has no forks or stars, and scores a 5/10 for covering core functionality but lacking advanced features and community engagement.
Empower your AI workflows with real-time job search and recommendation features using the Reed Jobs MCP Server.
The Redis MCP Server bridges AI assistants and Redis-compatible in-memory databases, offering seamless key-value storage, real-time messaging, and advanced auto...
The Redis Cloud API MCP Server bridges AI assistants and MCP clients with Redis Cloud resources, enabling natural language management of accounts, subscriptions...
The jobswithgpt MCP Server connects AI assistants to external job data sources, enabling dynamic job search, market analysis, and personalized job recommendatio...