by 0xDAEF0F
Job Searchoor is a simple Multi-Cloud Platform (MCP) server designed to retrieve and filter job listings from various sources. It helps users find job opportunities tailored to their specific needs and preferences.
Job Searchoor is a simple MCP (Multi-Cloud Platform) server designed to help users find job listings based on their specific needs. It acts as a tool for retrieving and filtering job postings from various sources.
To use Job Searchoor, you need to integrate it with a compatible MCP client like Claude Desktop. You can add the following configuration to your claude_desktop_config.json
file:
{
"mcpServers": {
"job-search": {
"command": "npx",
"args": ["-y", "job-searchoor"]
}
}
Once configured, you can utilize the get_jobs
tool provided by the server.
Q: What is an MCP server? A: An MCP (Multi-Cloud Platform) server is a component that provides specific functionalities or tools that can be accessed and utilized by an MCP client.
Q: What time periods are supported for filtering jobs? A: Currently, only days ('d') and weeks ('w') are supported (e.g., '1d', '2w').
Q: Is Job Searchoor open source? A: Yes, Job Searchoor is licensed under the MIT License, which means it is open for use, modification, and distribution.
An MCP server implementation that provides job search functionality.
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
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.
Reviews feature coming soon
Stay tuned for community discussions and feedback