Jobmatch
FreeNot checkedTypeScript MCP server for job discovery and candidate-aware matching, currently backed by the TheirStack Jobs API.
About
TypeScript MCP server for job discovery and candidate-aware matching, currently backed by the TheirStack Jobs API.
README
jobmatch-mcp is a TypeScript Model Context Protocol server for job discovery backed by the TheirStack Jobs API.
What Exists Today
- A runnable TypeScript MCP server over stdio
- MCP tools for
search_jobs,get_job_details,rank_jobs_for_candidate, andlist_sources - Zod-backed input schemas
- Environment variable loading and validation
- A single TheirStack-backed job search integration
- ESLint, Prettier, Vitest, and TypeScript build scripts
Tools
search_jobs
Search normalized jobs from TheirStack.
Current behavior:
- Calls TheirStack
POST /v1/jobs/search - Uses
queryas a title search - Treats
location: "remote"as a remote-only search - Uses
JOBMATCH_THEIRSTACK_POSTED_AT_MAX_AGE_DAYSto satisfy TheirStack's required date filter
Example input:
{
"query": "backend engineer",
"location": "remote",
"limit": 10
}
get_job_details
Fetch normalized details for a single job by jobId and sourceId.
Current behavior:
- Supports
sourceId: "theirstack" - Resolves the job by calling TheirStack search with
job_id_or
Example input:
{
"jobId": "123456789",
"sourceId": "theirstack"
}
rank_jobs_for_candidate
Rank a provided set of normalized jobs against a candidate profile.
Example input:
{
"candidateProfile": {
"headline": "Senior backend engineer",
"targetRoles": ["Backend Engineer", "Platform Engineer"],
"preferredLocations": ["Remote"],
"skills": ["TypeScript", "Node.js", "PostgreSQL"]
},
"jobs": []
}
list_sources
List sources known to the server and whether each one is planned or active.
Install
pnpm install
Environment
Copy .env.example to .env and set your TheirStack API key.
cp .env.example .env
Current variables:
JOBMATCH_MCP_SERVER_NAMEJOBMATCH_MCP_SERVER_VERSIONJOBMATCH_MCP_DEFAULT_TIMEOUT_MSJOBMATCH_THEIRSTACK_API_KEYJOBMATCH_THEIRSTACK_BASE_URLJOBMATCH_THEIRSTACK_POSTED_AT_MAX_AGE_DAYS
Run Locally
Start the server in watch mode:
pnpm dev
Start the server for an MCP client over stdio:
pnpm mcp
Build for production:
pnpm build
pnpm start
Example MCP client setup:
codex mcp add jobmatch -- node --import tsx /absolute/path/to/jobmatch-mcp/src/index.ts
If you prefer to launch via pnpm, use:
codex mcp add jobmatch -- pnpm --dir /absolute/path/to/jobmatch-mcp --silent mcp
Do not use plain pnpm --dir /absolute/path/to/jobmatch-mcp mcp as the MCP command. pnpm writes its script banner to stdout, and MCP servers that communicate over stdio must keep stdout protocol-clean or client initialization will fail.
For a built server, point the client at:
node /absolute/path/to/jobmatch-mcp/dist/index.js
Do not use pnpm dev as the MCP command. tsx watch is a file-watcher process and writes its own output, which interferes with stdio-based MCP tool discovery and calls.
Test And Validate
pnpm test
pnpm lint
pnpm format:check
pnpm build
Installing Jobmatch
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/RA1NM4KER/jobmatch-mcpFAQ
Is Jobmatch MCP free?
Yes, Jobmatch MCP is free — one-click install via Unyly at no cost.
Does Jobmatch need an API key?
No, Jobmatch runs without API keys or environment variables.
Is Jobmatch hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Jobmatch in Claude Desktop, Claude Code or Cursor?
Open Jobmatch on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Jobmatch with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
