Job Searchoor MCP Server
@0xDAEF0F
About Job Searchoor MCP Server
A simple MCP server that delivers you jobs based on your needs
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"job-search": {
"command": "npx",
"args": [
"-y",
"job-searchoor"
]
}
}
}Tools
1Get the available jobs
Overview
What is Job Searchoor MCP Server?
Job Searchoor MCP Server is an MCP server implementation that provides job search functionality. It integrates with an unspecified job data source and is intended for use with MCP‑compatible clients like Claude Desktop.
How to use Job Searchoor MCP Server?
Add the server configuration to your MCP client’s config file (e.g., claude_desktop_config.json) using the command npx -y job-searchoor. Then invoke the get_jobs tool with the required parameter sinceWhen and optional parameters keywords, excludeKeywords, and isRemote.
Key features of Job Searchoor MCP Server
- Provides a single tool called
get_jobsfor job searching. - Supports filtering by keywords and excluding keywords.
- Allows filtering by remote work status.
- Accepts a time range parameter (
sinceWhene.g.,'1d'or'1w').
Use cases of Job Searchoor MCP Server
- Search for jobs posted within the last day or week.
- Filter job listings by specific keywords or exclude unwanted terms.
- Find only remote positions using the
isRemoteflag.
FAQ from Job Searchoor MCP Server
What parameters does the get_jobs tool accept?
It accepts sinceWhen (required, string like '1d' or '1w'), keywords (optional string array), excludeKeywords (optional string array), and isRemote (optional boolean).
How do I install Job Searchoor MCP Server?
It can be run via npx using the command npx -y job-searchoor as shown in the Claude Desktop configuration example.
What license is Job Searchoor MCP Server under?
It is licensed under the MIT License.
Frequently asked questions
What parameters does the `get_jobs` tool accept?
It accepts `sinceWhen` (required, string like `'1d'` or `'1w'`), `keywords` (optional string array), `excludeKeywords` (optional string array), and `isRemote` (optional boolean).
How do I install Job Searchoor MCP Server?
It can be run via npx using the command `npx -y job-searchoor` as shown in the Claude Desktop configuration example.
What license is Job Searchoor MCP Server under?
It is licensed under the MIT License.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments