resume-to-jobdescription-matcher
Match resumes to job descriptions and evaluate candidate fit using semantic similarity.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add theideatribe/resume-to-jobdescription-matcher
# Browse available tools
npx -y smithery tool list theideatribe/resume-to-jobdescription-matcher
# Get full schema for a tool
npx -y smithery tool get theideatribe/resume-to-jobdescription-matcher score_resume_match
# Call a tool
npx -y smithery tool call theideatribe/resume-to-jobdescription-matcher score_resume_match '{}'Direct MCP Connection
Endpoint: https://resume-to-jobdescription-matcher--theideatribe.run.tools
Optional config:
jd(query) — Job Description Textresume(query) — Resume Text
Tools (1)
score_resume_match— Evaluate how well a candidate's resume matches a job description.
# Get full input/output schema for a tool
npx -y smithery tool get theideatribe/resume-to-jobdescription-matcher