Job Searchoor
📇 🏠 - An MCP server for searching job listings with filters for date, keywords, remote work options, and more.
Quick Install
{
"mcpServers": {
"0xdaef0f-job-searchoor": {
"command": "npx",
"args": [
"-y",
"0xdaef0f-job-searchoor"
]
}
}
}Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
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.