MCP Connector

Search and Filter Job Postings

MCP server implementation providing job search functionality.

Maintainer of this project? Claim this page to edit the listing.


71
Spark score
out of 100
Updated Apr 2025
Version 1.0.0
Models
universal

Add to Favorites

Why it matters

Automate your job search by leveraging an MCP server to find relevant job openings. Filter results by keywords, time posted, and remote work availability.

Outcomes

What it gets done

01

Retrieve job openings

02

Filter by keywords (include/exclude)

03

Filter by time period (days/weeks)

04

Filter by remote work status

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-job-searcher | bash

Capabilities

Tools your agent gets

get_jobs

Retrieve available job openings with filtering by time period, keywords, and remote work preferences.

Overview

Job Searcher MCP Server

This is an MCP server implementation that provides job search functionality. This tool can be used whenever job search functionality is needed.

What it does

This MCP server implementation provides job search functionality. It exposes a get_jobs tool that allows filtering available jobs by keywords, excluding certain terms, and specifying if the role is remote. The sinceWhen parameter supports filtering jobs posted within a specified time frame (e.g., '1d' or '1w').

Here's how you can integrate it with Claude Desktop:

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

This MCP server is licensed under the MIT License.

Source README

Job Searchoor MCP Server

Twitter Follow

An MCP server implementation that provides job search functionality.

mc-demo

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.

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.