- Explore MCP Servers
- job-searchoor
Job Searchoor
What is Job Searchoor
Job Searchoor is a simple MCP server that provides job search functionality tailored to user needs.
Use cases
Use cases include job seekers filtering job listings based on specific criteria, companies searching for candidates with particular skills, and remote work opportunities.
How to use
To use Job Searchoor, configure your ‘claude_desktop_config.json’ file by adding the MCP server details and run the command using ‘npx’.
Key features
Key features include job filtering options based on date, keywords, exclusion of keywords, and remote work preferences.
Where to use
Job Searchoor can be used in various fields such as recruitment, job boards, and career services to enhance job search capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Job Searchoor
Job Searchoor is a simple MCP server that provides job search functionality tailored to user needs.
Use cases
Use cases include job seekers filtering job listings based on specific criteria, companies searching for candidates with particular skills, and remote work opportunities.
How to use
To use Job Searchoor, configure your ‘claude_desktop_config.json’ file by adding the MCP server details and run the command using ‘npx’.
Key features
Key features include job filtering options based on date, keywords, exclusion of keywords, and remote work preferences.
Where to use
Job Searchoor can be used in various fields such as recruitment, job boards, and career services to enhance job search capabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Job Searchoor MCP Server
An MCP server implementation that provides job search functionality.
Tools
get_jobs
Get available jobs with filtering options
Inputs:
sinceWhen (string): Since when to get available jobs. e.g., ‘1d’ or ‘1w’ (only days and weeks are supported)
keywords (string[], optional): Keywords to filter jobs by
excludeKeywords (string[], optional): Keywords to exclude from the jobs
isRemote (boolean, optional): Whether to filter jobs by remote work
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
"mcpServers": { "job-search": { "command": "npx", "args": ["-y", "job-searchoor"] } }
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










