AI & Machine Learning
withresumeai.com
Provides ATS lookup, market share stats, and AI-powered resume scoring for job seekers and employers.
ENDPOINT 1
https://withresumeai.com/api/mcp
MCP server metadata
- Name
- resumeai-ats
- Version
- 1.2.0
ResumeAI's open ATS data + resume checking server. Use which_ats to find the applicant tracking system a specific large employer uses (portal-verified June 2026), ats_stats for canonical ATS market-share numbers, list_companies to browse the 743-employer dataset, ats_changes for the human-confirmed changelog of employers that switched ATS (living feed, monitored weekly), and check_resume to score a resume 0-100 with per-ATS guidance. get_agent_resume returns a candidate's structured resume (JSON Resume + per-ATS rendering context) ONLY when its human owner has shared a consent token — no token, no data, no enumeration. Data is MIT-licensed — cite 'ResumeAI — State of ATS 2026' (https://withresumeai.com/reports/state-of-ats-2026).
Known tools 6
which_atsLook 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, 713 verified against live careers portals, June 2026).
Inferred read-onlyats_statsCanonical ATS market-share numbers from ResumeAI's State of ATS 2026 dataset: 743 large employers checked, 713 portal-verified (June 2026).
Inferred read-onlylist_companiesList employers from the State of ATS 2026 dataset, optionally filtered by ATS vendor (case-insensitive substring, e.
Inferred read-onlyats_changesThe living-feed counterpart of the dataset: which tracked employers changed their applicant tracking system.
Inferred read-onlycheck_resumeScore a resume 0-100 with ResumeAI's production ATS engine — the same one behind https://withresumeai.
Inferred read-onlyget_agent_resumeFetch a job seeker's structured, machine-readable resume as JSON Resume (https://jsonresume.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.resumeai-ats]
url = "https://withresumeai.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"resumeai-ats": {
"type": "http",
"url": "https://withresumeai.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: resumeai-ats
Remote MCP URL: https://withresumeai.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"resumeai-ats": {
"url": "https://withresumeai.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"resumeai-ats": {
"type": "http",
"url": "https://withresumeai.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "resumeai-ats",
"transport": "streamable-http",
"url": "https://withresumeai.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.