Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

job-searchoor

MCP.Pizza Chef: 0xDAEF0F

Job Searchoor is an MCP server that provides tailored job search functionality. It allows users to retrieve job listings filtered by time frame, keywords, exclusion keywords, and remote work preferences. Designed for integration with MCP clients like Claude Desktop, it simplifies finding relevant job opportunities efficiently. Licensed under MIT, it supports flexible usage and modification.

Use This MCP server To

Retrieve recent job listings filtered by keywords and time frame Filter job opportunities to include or exclude specific keywords Search for remote jobs only Integrate job search results into AI-powered desktop applications Automate job discovery workflows with real-time filtering Provide personalized job recommendations based on user preferences

README

Job Searchoor MCP Server

Twitter Follow

An MCP server implementation that provides job search functionality.

mc-demo

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.

job-searchoor FAQ

How do I filter jobs by remote work using Job Searchoor?
Use the 'isRemote' boolean input to filter job listings for remote positions.
What time frames can I specify for job searches?
You can specify time frames using 'sinceWhen' with values like '1d' for one day or '1w' for one week.
Can I exclude certain keywords from job search results?
Yes, use the 'excludeKeywords' array to filter out jobs containing unwanted keywords.
How do I integrate Job Searchoor with Claude Desktop?
Add the server configuration to your claude_desktop_config.json as shown in the documentation.
Is Job Searchoor open source and modifiable?
Yes, it is licensed under the MIT License, allowing free use, modification, and distribution.
What input parameters does the 'get_jobs' tool accept?
It accepts 'sinceWhen', 'keywords', 'excludeKeywords', and 'isRemote' for filtering job listings.
Can Job Searchoor handle multiple keyword filters?
Yes, you can provide arrays of keywords to include or exclude in the job search.
Does Job Searchoor support filtering jobs older than a week?
Currently, only days and weeks are supported for the 'sinceWhen' parameter.