Job Searchoor MCP Server logo

Job Searchoor MCP Server

by 0xDAEF0F

An MCP server implementation that provides job search functionality. It allows users to find available jobs with filtering options.

View on GitHub

Last updated: N/A

What is Job Searchoor MCP Server?

Job Searchoor is an MCP (Modular Computation Protocol) server designed to provide job search functionality. It allows users to retrieve and filter job listings based on various criteria.

How to use Job Searchoor MCP Server?

To use Job Searchoor with Claude Desktop, add the provided configuration snippet to your claude_desktop_config.json file. This configures Claude Desktop to run the server using npx -y job-searchoor. You can then use the get_jobs tool with the specified inputs to search for jobs.

Key features of Job Searchoor MCP Server

  • Filtering by keywords

  • Exclusion of keywords

  • Filtering by remote work

  • Filtering by time since posted (days/weeks)

  • MCP server implementation

Use cases of Job Searchoor MCP Server

  • Finding remote job opportunities

  • Aggregating jobs based on specific skills

  • Excluding jobs with unwanted keywords

  • Quickly finding recently posted jobs

  • Integrating job search into Claude Desktop environment

FAQ from Job Searchoor MCP Server

What timeframes are supported for 'sinceWhen'?

Only days ('d') and weeks ('w') are supported for the 'sinceWhen' parameter.

Is keyword filtering case-sensitive?

The provided documentation does not specify whether keyword filtering is case-sensitive. Testing is required to confirm.

Can I specify multiple timeframes, e.g., '1d2w'?

No, only single values for days or weeks are supported, like '1d' or '2w'

What job boards are supported by this MCP server?

The documentation does not specify which job boards are used. Further investigation is needed.

How frequently are the job listings updated?

The documentation does not provide information on the update frequency of job listings.