INDIVIDUAL MCP TOOL
aiapplyd_build_pdf
Build a formatted, ATS-clean resume from raw text in the user's AI Applyd resume builder, where it stays editable and downloads as a PDF.
LIVE ENDPOINT
https://mcp.aiapplyd.com/mcp
Connect to this endpoint to inspect the live schema for aiapplyd_build_pdf 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.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_score_resume— Score a resume for ATS compatibility.aiapplyd_analyze_job_description— Extract what a job posting actually screens on: the exact ATS keywords, must-have versus nice-to-have requirements, seniority signals, and red flags.aiapplyd_optimize_resume— Rewrite a resume so it passes ATS screening.aiapplyd_generate_interview_questions— Produce interview preparation for a specific role and company: company insights, the questions this role is asked with approach guidance, STAR scenarios drawn from the posting, talking points, questions to ask the interviewer, and salary negotiation prep.aiapplyd_translate_resume— Translate the resume saved on the user's AI Applyd account into another language, ready to send to employers in that market.aiapplyd_search_jobs— Return the user's AI-curated job matches, filtered by title, location, and remote preference.aiapplyd_update_job_preferences— Set the roles and locations AI Applyd hunts for on the user's behalf, and re-run discovery immediately.aiapplyd_generate_cover_letter— Write a cover letter for a specific job from the resume already saved on the user's AI Applyd account, in their own voice and free of recruiter cliches.