Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”Ž Search & Data Extraction
  3. Job Searchoor
Job Searchoor logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:31:14 PM

Job Searchoor

User RatingsBe the first to rate and review this MCP server!
View Repository65 GitHub StarsTotal stargazers on GitHub for the source repository (65 stars).
jobssearchrecruitingmcp

Search job listings by recency, keywords, exclusions, and remote-work status through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "0xdaef0f-job-searchoor": {
      "command": "npx",
      "args": [
        "-y",
        "job-searchoor"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”Ž More in Search & Data Extraction

Overview

0xdaef0f/job-searchoor MCP server exposes a job-search tool for retrieving available listings with configurable filters. Its get_jobs tool accepts a required recency window such as 1d or 1w, plus optional keyword, exclusion-keyword, and remote-work filters. Use it when an MCP-compatible client needs to search listings without building a separate job-search interface. The README documents Claude Desktop configuration and an npx-based installation command.

Use cases

β€’Search recent job listings by keyword
β€’Filter listings for remote roles
β€’Exclude unwanted job terms
β€’Retrieve jobs posted within a selected time window

Key features

β€’Recency filtering by days or weeks
β€’Included keyword filtering
β€’Excluded keyword filtering
β€’Remote-work filtering
β€’MCP tool access through get_jobs

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Job Searchoor.

Extracted Tool Capabilities
Recency filtering by days or weeks
Included keyword filtering
Excluded keyword filtering
Remote-work filtering
MCP tool access through get_jobs

How Job Searchoor works

What 0xdaef0f/job-searchoor MCP server does

0xdaef0f/job-searchoor MCP server provides job-search functionality through the Model Context Protocol. Its documented capability is a single tool, get_jobs, which retrieves available job listings and applies search filters supplied by the client.

The tool is suited to agents that need to narrow job results by how recently they were posted, by included terms, by excluded terms, or by whether the role is remote. The repository does not document a particular job board, listings provider, ranking method, or output schema beyond the tool’s purpose and inputs.

How it works

An MCP client calls get_jobs with sinceWhen, which specifies the age of listings to retrieve. The accepted examples are 1d for one day and 1w for one week; the README states that days and weeks are supported.

Optional filters refine the search:

  • keywords: an array of terms that should match jobs.
  • excludeKeywords: an array of terms to filter out.
  • isRemote: a Boolean indicating whether to filter for remote work.

The README does not describe pagination, sorting, location filters, salary filters, persistence, or a separate configuration file. 0xdaef0f/job-searchoor MCP server therefore fits focused, parameterized job searches rather than use cases that require documented recruiting workflows or broader job-market analytics.

Setup and configuration

The repository provides an npm-based launch command:

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

Add the entry to Claude Desktop’s claude_desktop_config.json. The -y flag allows npx to run the package without an interactive confirmation prompt. The supplied material does not list environment variables, API keys, OAuth settings, or additional runtime configuration.

Tools and capabilities

The documented tool is get_jobs. It supports a required sinceWhen string and three optional filters: included keywords, excluded keywords, and remote status. This is enough to express searches such as recent remote roles containing selected technologies while excluding unwanted terms. The project is released under the MIT License, allowing use, modification, and distribution subject to that license.

Limitations and notes

Only one tool is documented, and the README does not identify the underlying listings source. It also does not specify how keyword matching behaves, how remote status is determined, how results are ordered, or whether searches cover a particular geography or employment type. Treat those behaviors as implementation details to verify before depending on them in an automated workflow. 0xdaef0f/job-searchoor MCP server is explicitly shown for Claude Desktop, while compatibility with other MCP clients is not stated in the supplied material.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Jdl MCP Server logoJdl MCP Server

    Search 1M+ enriched job listings from 20,000+ companies. Filter by skills, salary, location, seniority, remote type, and more. Free β€” 500 calls/day, no signup required. Also available as a remote MCP server at https://mcp.jobdatalake.com.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Jdl MCP Server β†’
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    πŸ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server β†’
  • MCP Tavily logoMCP Tavily

    mcp server of tavily

    πŸ”Ž Search & Data Extraction1 views
    Compare vs MCP Tavily β†’
  • BulkTranscripts YouTube logoBulkTranscripts YouTube
    Verified

    Hosted remote MCP server (https://bulktranscripts.co/mcp) for YouTube. Tools: get_transcript, get_transcripts (batch of 20), search_youtube (videos/channels/playlists), search_channel, get_channel_videos (up to 1,000), get_playlist_videos, get_latest_videos (free RSS). Clean paragraphed transcripts, any caption language, TikTok videos too. No signup: free tier per IP, optional one-time credit packs; license key = Bearer API key. Works with Claude, Cursor, ChatGPT, VS Code, Codex. REST API + OpenAPI at /docs.

    πŸ”Ž Search & Data Extraction7 views
    Compare vs BulkTranscripts YouTube β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
65
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Job Searchoor

Run it through npx with `npx -y job-searchoor`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJob Searchoor AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/0xdaef0f-job-searchoor?style=directory)](https://allmcps.com/mcp/0xdaef0f-job-searchoor)
HTML Embed
<a href="https://allmcps.com/mcp/0xdaef0f-job-searchoor"><img src="https://allmcps.com/api/badge/0xdaef0f-job-searchoor?style=directory" alt="Job Searchoor on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 4, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars65
GitHub Star CountTotal stargazers on GitHub representing community popularity (65 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 8, 2025
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools18/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Β· job-searchoor (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”Ž Search & Data Extraction β†’Best MCP servers for Web Search & Scraping β†’Alternatives to Job Searchoor β†’Install in Claude DesktopInstall in CursorInstall in VS Code