← withresumeai.com

INDIVIDUAL MCP TOOL

get_agent_resume

Fetch a job seeker's structured, machine-readable resume as JSON Resume (https://jsonresume.

withresumeai.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

withresumeai.com

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

  • 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, 713 verified against live careers portals, June 2026).
  • ats_stats — Canonical ATS market-share numbers from ResumeAI's State of ATS 2026 dataset: 743 large employers checked, 713 portal-verified (June 2026).
  • 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.