MCP.so
登录

Job Searchoor MCP Server

@0xDAEF0F

关于 Job Searchoor MCP Server

A simple MCP server that delivers you jobs based on your needs

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

0xDAEF0F

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "job-search": {
      "command": "npx",
      "args": [
        "-y",
        "job-searchoor"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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_jobs for job searching.
  • Supports filtering by keywords and excluding keywords.
  • Allows filtering by remote work status.
  • Accepts a time range parameter (sinceWhen e.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 isRemote flag.

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.

评论

其他 分类下的更多 MCP 服务器