An MCP server implementation that provides job search functionality. Get available jobs with filtering options 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 jo
Add this skill
npx mdskills install 0xDAEF0F/job-searchoorProvides job search functionality with filtering options but lacks data source transparency
1# Job Searchoor MCP Server2[](https://x.com/0xdaef0f)34An MCP server implementation that provides job search functionality.5678## Tools910get_jobs1112Get available jobs with filtering options13Inputs:1415sinceWhen (string): Since when to get available jobs. e.g., '1d' or '1w' (only days and weeks are supported)16keywords (string[], optional): Keywords to filter jobs by17excludeKeywords (string[], optional): Keywords to exclude from the jobs18isRemote (boolean, optional): Whether to filter jobs by remote work1920## Usage with Claude Desktop2122Add this to your claude_desktop_config.json:2324```json{25"mcpServers": {26 "job-search": {27 "command": "npx",28 "args": ["-y", "job-searchoor"]29 }30}31```3233License3435This 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.36
Full transparency — inspect the skill content before installing.