INDIVIDUAL MCP TOOL
which_ats
Look up the applicant tracking system (ATS) a specific large employer uses, from ResumeAI's State of ATS 2026 dataset (738 Fortune 500 / Global 2000 employers checked, 704 verified against live careers portals, June 2026 audit, re-verified July 2026).
LIVE ENDPOINT
https://withresumeai.com/api/mcp
Connect to this endpoint to inspect the live schema for which_ats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
ats_stats— Canonical ATS market-share numbers from ResumeAI's State of ATS 2026 dataset: 738 large employers, 704 verified against their live careers portal.list_companies— List employers from the State of ATS 2026 dataset, optionally filtered by ATS vendor (case-insensitive substring, e.ats_changes— The living-feed counterpart of the dataset: which tracked employers changed their applicant tracking system.check_resume— Score a resume 0-100 with ResumeAI's production ATS engine — the same one behind https://withresumeai.get_agent_resume— Fetch a job seeker's structured, machine-readable resume as JSON Resume (https://jsonresume.