mcpbeat Sign in

JobScout MCP Server

local only

JobScout MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 14 installs a week from npm. Last commit 28 Aug 2026.

Multi-source job discovery, deduplication and AI/Web3 classification for AI agents.

Installs per day peak 73 · avg 13 · -84% w/w
a month agotoday
14
Installs / week
npm · @sarutobi-sasuke/jobscout-mcp
2
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/providers/jobspy.ts:43
      const child = spawn(this.pythonExecutable, [bridge], { shell: false, stdio: ["pipe", "pipe", "pipe"] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jobscout-mcp -- npx -y @sarutobi-sasuke/jobscout-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jobscout-mcp": {
      "args": [
        "-y",
        "@sarutobi-sasuke/jobscout-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jobscout-mcp]
command = "npx"
args = ["-y", "@sarutobi-sasuke/jobscout-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jobscout-mcp": {
      "args": [
        "-y",
        "@sarutobi-sasuke/jobscout-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jobscout-mcp": {
      "args": [
        "-y",
        "@sarutobi-sasuke/jobscout-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to JobScout MCP

same job, measured the same way
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Tinysearch
by tinysuitehq

Fast discovery search and self-hosted web research for MCP agents.

842 installs/wk local only
Secant Agent Research Pack
by jnilrac

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

5 tools answering
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

41 installs/wk local only
Google Analytics MCP
by surendranb

GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults.

1 753 installs/wk local only
AgencyAI Commerce MCP
by barnaby-coder

AgencyAI's public MCP for service discovery and AI-readiness assessment.

3 tools answering
Janusmcp
by bayway

Multi-account tool broker for AI agents — CLI and MCP.

164 installs/wk local only

JobScout MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for JobScout MCP?
JobScout MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sarutobi-sasuke/jobscout-mcp was installed 14 times last week.
How do I connect JobScout MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @sarutobi-sasuke/jobscout-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use JobScout MCP?
The npm package @sarutobi-sasuke/jobscout-mcp was installed 14 times in the last week. Week over week that is -84%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is JobScout MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.