Odel
resumakeai mcp

resumakeai mcp

@sonnykatongola-opsMITUpdated 2 days ago

Free ATS resume score and job-match checker: scores a resume against a job description.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

ResuMakeAi MCP Server

A free, unauthenticated Model Context Protocol server for ResuMakeAi — an AI resume builder that matches resumes against live job postings instead of generic keyword advice.

This repo is documentation only. The server itself is hosted, not something you run locally — connect any MCP client directly to the endpoint below.

Endpoint

https://www.resumakeai.com/api/mcp
  • Transport: Streamable HTTP
  • Auth: none
  • Rate limit: pooled across all callers, resets daily

Tools

score_resume

Scores a resume against a specific job description. Returns:

  • atsScore — 0-100 ATS parsing/formatting score
  • matchPercentage — 0-100 fit against the job description
  • missingSkills — skills the posting wants that the resume doesn't show
  • suggestedKeywords — keywords worth adding
  • atsIssues — specific formatting problems that risk mis-parsing

Input:

FieldTypeNotes
resumeTextstringPlain text of the resume, 50–6000 characters
jobDescriptionstringPlain text of the job posting, 50–4000 characters

Connecting

Claude Desktop / Claude Code (claude_desktop_config.json or equivalent):

{
  "mcpServers": {
    "resumakeai": {
      "url": "https://www.resumakeai.com/api/mcp"
    }
  }
}

Any other MCP client that supports Streamable HTTP transport can connect directly to the URL above — no local install, no API key.

About ResuMakeAi

ResuMakeAi combines resume writing, ATS optimization, and live job matching in one tool: an AI resume builder, a free ATS + job-match checker (resumakeai.com/ats-checker), an AI cover letter generator, and AI interview prep, scored against real, currently-open listings pulled from five job boards.

License

MIT — this repo (docs only). The hosted service itself is a commercial product; see resumakeai.com/terms.