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.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by exa-labs
Provides a Model Context Protocol server that enables AI assistants to perform real‑time web searches via the Exa AI Search API, with optional company research, LinkedIn lookup, and deep research workflows.
by perplexityai
Provides real-time web search capabilities to AI models via the Perplexity Sonar API, enabling seamless integration within the Model Context Protocol ecosystem.
by brightdata
Provides real‑time web access, bypasses geo‑restrictions, handles bot detection, and offers browser automation for LLMs and AI agents via the Model Context Protocol.
by mamertofabian
mcp-everything-search is a cross-platform MCP server that provides fast and flexible file searching capabilities. It leverages native system tools to efficiently locate files and folders across Windows, macOS, and Linux.
by kagisearch
Provides web search and video summarization capabilities via the Model Context Protocol, integrating with Claude and other AI tools.
by apify
mcp-server-rag-web-browser is an MCP server for the RAG Web Browser Actor, enabling AI agents and LLMs to perform web searches and extract information from web pages.
by fatwang2
Provides web and news search, URL crawling, sitemap extraction, reasoning, and trending tools via Search1API, exposed as an MCP server for seamless integration with clients such as LibreChat, Claude Desktop, Cursor, and other MCP‑compatible tools.
by meilisearch
Enables LLMs to manage Meilisearch indexes, perform searches, and handle documents through natural‑language conversations via a Model Context Protocol server.
by ihor-sokoliuk
mcp-searxng is an MCP (Model Context Protocol) server that integrates with SearXNG to provide web search capabilities for AI models and applications.