
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
jd-intel-mcp
Advanced tools
MCP server for jd-intel. Your AI assistant fetches and reads full job descriptions across seven ATS platforms, no copy-paste.
MCP server for jd-intel. Lets any AI assistant (Claude Desktop, Claude Code, Cursor, Windsurf, VS Code) search open job listings across Greenhouse, Lever, Ashby, SmartRecruiters, Teamtailor, Recruitee, and Workday through natural conversation.
Stop pasting job descriptions into AI assistants. Let your AI fetch them directly.
The AI handles the phrasing. The MCP server handles the calls, filters, and normalizes results. No copy-paste.
Download jd-intel.mcpb, then in Claude Desktop open Settings, then Extensions, then Advanced settings, and click Install Extension. Pick the file, review the access summary, click Install, and start a new chat. No Node.js needed (Claude Desktop runs it on its own bundled runtime). It's open source and unsigned, so choose Install Anyway if prompted.
Prefer the terminal? Install Node.js 18+, then run:
npx jd-intel-mcp install
This locates the Claude Desktop config, adds the entry alongside any existing servers, and writes back valid JSON. Quit and reopen Claude Desktop.
The same server runs via npx (needs Node.js 18+):
claude mcp add jd-intel -- npx -y jd-intel-mcpmcpServers (command: "npx", args: ["-y", "jd-intel-mcp"]) in the client's MCP config.servers with "type": "stdio" in .vscode/mcp.json.Edit Claude Desktop's config file directly:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jd-intel": {
"command": "npx",
"args": ["-y", "jd-intel-mcp"]
}
}
}
Restart Claude Desktop. The tools appear automatically.
| Tool | Purpose |
|---|---|
fetch_jobs | Get open roles at a company, with filters for role type, topic, location, and recency |
search_registry | Find companies by name or sector |
detect_ats | Identify which ATS platform a company uses |
Plus one Resource: registry://jd-intel/all. Full company registry, grouped by ATS, for broad catalog surveys.
See the main library docs/filters.md for the full rationale. Short version:
title_filter for role identity ("product manager", "staff engineer"). Matches title only.filter for topic or scope ("integrations", "growth"). Matches across title, department, description.location_includes: ["United States", "US", "Remote - US"]. Avoid bare "Remote" (matches Remote-EMEA etc.).cd mcp
npm install
node server.js
The server prints jd-intel MCP server running on stdio and then listens on stdin/stdout. For quick testing, point Claude Desktop at the local path:
{
"mcpServers": {
"jd-intel-dev": {
"command": "node",
"args": ["/absolute/path/to/jd-intel/mcp/server.js"]
}
}
}
All three tools return a uniform envelope:
{
"status": "success" | "partial" | "error",
"data": <tool-specific>,
"metadata": {
"attempted": [...],
"succeeded": [...],
"failed": {...},
"notes": [...]
}
}
On errors, the envelope adds "error": { "code", "message" }. Error codes come from a fixed taxonomy (company_not_found, ats_unreachable, invalid_args, partial_failure, rate_limited, no_results).
MIT
FAQs
MCP server for jd-intel. Your AI assistant fetches and reads full job descriptions across seven ATS platforms, no copy-paste.
The npm package jd-intel-mcp receives a total of 21 weekly downloads. As such, jd-intel-mcp popularity was classified as not popular.
We found that jd-intel-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.