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.
Recommend MCP Servers 💡
@adarshem/mcp-server-learn
A demo MCP server providing weather alerts and forecasts using the US National Weather Service API
mcp-server-pr-pilot
A MCP server for generating PR descriptions, commit messages, and code reviews from code changes.
holaspirit-mcp-server
MCP server providing access to Holaspirit API for AI assistants via standardized interface
mcp-reddit-companion
An MCP tool enabling natural language interaction with personal Reddit experience, allowing analysis and engagement with custom curated feeds via LLM clients.
ragie-mcp-server
Ragie is a fully managed RAG-as-a-Service platform offering advanced multimodal RAG capabilities, including structured chunking, multi-layered indexing, and LLM-aware optimizations, designed for developers to build production-grade generative AI applications.
pubchem-mcp-server
An MCP server that enables AI assistants to search and access chemical compound information from PubChem, providing tools for compound search, property data retrieval, and advanced queries.