Jobmatch
БесплатноНе проверенTypeScript MCP server for job discovery and candidate-aware matching, currently backed by the TheirStack Jobs API.
Описание
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
Установка Jobmatch
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/RA1NM4KER/jobmatch-mcpFAQ
Jobmatch MCP бесплатный?
Да, Jobmatch MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jobmatch?
Нет, Jobmatch работает без API-ключей и переменных окружения.
Jobmatch — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Jobmatch в Claude Desktop, Claude Code или Cursor?
Открой Jobmatch на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: 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
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
