Homerun ATS Server
FreeNot checkedMCP server that connects AI agents to Homerun, an applicant tracking system. Enables AI-assisted candidate review: browse vacancies, inspect applications, and l
About
MCP server that connects AI agents to Homerun, an applicant tracking system. Enables AI-assisted candidate review: browse vacancies, inspect applications, and leave review notes.
README
MCP server that connects AI agents to Homerun — an applicant tracking system. Enables AI-assisted candidate review: browse vacancies, inspect applications, and leave review notes.
Standalone server. No runtime dependency on the platform. Users add it like any remote MCP server.
Tools
| Tool | Description |
|---|---|
list_vacancies |
List job openings with optional status filter and pagination |
get_vacancy |
Get full vacancy details (description, stages, location, department) |
list_applications |
Search/filter applications by vacancy, stage, hired status, disqualification |
get_application |
Get full application details (candidate profile, notes, files, question answers) |
add_note |
Add a review note to an application |
Setup
Get a Homerun API key
Homerun App → Integrations → API Keys. Assign scopes:
vacancies:readjob-applications:readjob-application-notes:read(for notes in get_application)job-application-notes:write(for add_note)
API access requires the Homerun Plus plan.
Run locally
pnpm -F @softcery/mcp-homerun dev
Starts on http://localhost:8080. The MCP endpoint is /mcp.
Environment variables
| Variable | Default | Description |
|---|---|---|
PORT |
8080 |
Server port |
HOST |
0.0.0.0 |
Bind address |
SESSION_TIMEOUT_MS |
1800000 |
Session expiry (30 min) |
ALLOWED_HOSTS |
— | Comma-separated allowed Host header values (DNS rebinding protection) |
Connect
From the platform
Admin UI → Agent → Integrations → Add Server:
- URL:
https://<deployed-host>/mcp - API Key: your Homerun API key
From Claude Desktop
{
"mcpServers": {
"homerun": {
"url": "http://localhost:8080/mcp",
"headers": {
"Authorization": "Bearer <HOMERUN_API_KEY>"
}
}
}
}
From any MCP client
Send an initialize request to POST /mcp with your Homerun API key as a Bearer token in the Authorization header. The server creates a stateful session — subsequent requests use the mcp-session-id header.
Auth model
No server-level auth. The Bearer token from the client's Authorization header is used directly as the Homerun API key. Each user's key has its own rate limit (60 req/min).
Development
pnpm -F @softcery/mcp-homerun test # run tests
pnpm -F @softcery/mcp-homerun lint # tsc + oxlint + knip
pnpm -F @softcery/mcp-homerun build # production build
Docker
docker build -f mcp-servers/homerun/Dockerfile -t mcp-homerun .
docker run -p 8080:8080 mcp-homerun
Installing Homerun ATS Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/softcery/homerun-ats-mcpFAQ
Is Homerun ATS Server MCP free?
Yes, Homerun ATS Server MCP is free — one-click install via Unyly at no cost.
Does Homerun ATS Server need an API key?
No, Homerun ATS Server runs without API keys or environment variables.
Is Homerun ATS Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Homerun ATS Server in Claude Desktop, Claude Code or Cursor?
Open Homerun ATS Server 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-hzCompare Homerun ATS Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
