← aiapplyd.com
INDIVIDUAL MCP TOOL
aiapplyd_score_resume
Score a resume against a job description for ATS compatibility.
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 endpoint
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.ai-applyd]
url = "https://mcp.aiapplyd.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-applyd": {
"type": "http",
"url": "https://mcp.aiapplyd.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-applyd
Remote MCP URL: https://mcp.aiapplyd.com/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": {
"ai-applyd": {
"url": "https://mcp.aiapplyd.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-applyd": {
"type": "http",
"url": "https://mcp.aiapplyd.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-applyd",
"transport": "streamable-http",
"url": "https://mcp.aiapplyd.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
aiapplyd_analyze_job_description— Extract the ATS keywords and requirements a job posting actually screens on, so you know what to mirror in your resume.aiapplyd_optimize_resume— AI-powered resume optimization.aiapplyd_generate_interview_questions— AI-powered interview preparation.aiapplyd_translate_resume— Translate the resume saved in your AI Applyd account into another language.aiapplyd_search_jobs— Search your AI-curated job matches by title, location, and remote preference.aiapplyd_update_job_preferences— Change which roles and locations AI Applyd hunts for on your behalf, then re-run discovery.aiapplyd_generate_cover_letter— Write a cover letter for a specific job, based on the resume already saved in your AI Applyd account.aiapplyd_auto_apply— Apply to ONE specific job posting.