mcpbeat

Ats MCP Server

com.withresumeai/ats
not responding

Ats is listed as active in the registry but did not answer our last check. It exposes 6 tools. Last commit 30 Jul 2026.

Which ATS does a company use? Portal-verified answers for 743 employers + resume ATS check. No key.

Uptime history 41 hours of history · worst hour 0%
41 hours agonow
2.2%
Uptime 24h
2 of 92 checks
6
Tools
read from the server
595 ms
Response time
average over 24h
5
Stars
last commit 30 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add ats --transport http https://withresumeai.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ats": {
      "url": "https://withresumeai.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ats]
url = "https://withresumeai.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ats": {
      "url": "https://withresumeai.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ats": {
      "url": "https://withresumeai.com/api/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ats
ats_changes
The living-feed counterpart of the dataset: which tracked employers changed their applicant tracking system. ResumeAI automatically re-probes every company's careers portal against live vendor infrastructure on a weekly rotation; detected changes are human-confirmed before they appear here. An empty list means no confirmed changes yet — not that monitoring is off. Returns at most 50 rows, newest first.
ats_stats
Canonical ATS market-share numbers from ResumeAI's State of ATS 2026 dataset: 743 large employers checked, 707 portal-verified (June 2026 audit, re-verified July 2026). Workday leads at 38.0% of verified employers — not the ~75% figure often repeated online — and the top 3 vendors cover about 60%. Shares are computed live from the verified rows.
agent
get_agent_resume
Fetch a job seeker's structured, machine-readable resume as JSON Resume (https://jsonresume.org/schema/) — but ONLY when its human owner has explicitly shared a consent token for it. Pass that token and the tool returns the JSON Resume plus ats_context: how to render the profile for the owner's target applicant tracking system, grounded in ResumeAI's portal-verified State of ATS 2026 data (recommended file format, layout, and vendor parsing rules). No token, an invalid token, or a token the owner has revoked returns nothing. There is no way to browse, search, list, or enumerate resumes with this server — the owner-minted token is the only key, and the owner can revoke it at any time. This tool never exposes personal data without one.
companies
list_companies
List employers from the State of ATS 2026 dataset, optionally filtered by ATS vendor (case-insensitive substring, e.g. 'workday', 'greenhouse', 'oracle') and/or industry (substring, e.g. 'health', 'consulting'). Returns at most 100 rows per call — narrow the filters or fetch the full dataset from https://withresumeai.com/api/v1/ats.
resume
check_resume
Score a resume 0-100 with ResumeAI's production ATS engine — the same one behind https://withresumeai.com/ats-checker. Returns a breakdown (keywords, format, sections, content, length), concrete fixes, and missing keywords. Optionally pass a target company (to get that employer's verified ATS + vendor-specific parsing rules) and/or a job description (to score keyword overlap against the posting). Rate limited to 10 checks per day per IP; pass a paid api_key ($49/mo at https://withresumeai.com/developers) for unlimited calls.
which
which_ats
Look up the applicant tracking system (ATS) a specific large employer uses, from ResumeAI's State of ATS 2026 dataset (743 Fortune 500 / Global 2000 employers checked, 707 verified against live careers portals, June 2026 audit, re-verified July 2026). Accepts a company name or slug, e.g. 'Nike' or 'jpmorgan-chase'.

Endpoints

URLTransportStateLatencyChecked
https://withresumeai.com/api/mcp streamable-http answering 208 ms 1 min ago

Ats — questions

Answers built from our own checks of this server.

What can Ats do?
It exposes 6 tools, read directly from the server on our last check. Among them: ats_changes, ats_stats, check_resume, get_agent_resume, list_companies, which_ats. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Ats working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 2 of 92 checks got a reply (2.2%), average response time 595 ms. The bar chart above shows every period we have measured.
The registry lists Ats as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Ats?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Ats need an API key?
No. Ats completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Ats?
It answers our handshake in 595 ms on average, which is faster than 16% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Ats open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 5 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.