{
  "name": "AI Applyd MCP Server",
  "description": "ATS resume scoring, interview prep, resume optimization, and auto-apply powered by AI Applyd",
  "homepage": "https://aiapplyd.com",
  "documentation": "https://aiapplyd.com/mcps",
  "tools": [
    "aiapplyd_score_resume",
    "aiapplyd_analyze_job_description",
    "aiapplyd_optimize_resume",
    "aiapplyd_generate_interview_questions",
    "aiapplyd_translate_resume",
    "aiapplyd_search_jobs",
    "aiapplyd_update_job_preferences",
    "aiapplyd_generate_cover_letter",
    "aiapplyd_auto_apply",
    "aiapplyd_build_pdf"
  ],
  "auth": {
    "type": "oauth2",
    "free_tools": [],
    "authenticated_tools": [
      "aiapplyd_score_resume",
      "aiapplyd_analyze_job_description",
      "aiapplyd_optimize_resume",
      "aiapplyd_generate_interview_questions",
      "aiapplyd_translate_resume",
      "aiapplyd_search_jobs",
      "aiapplyd_update_job_preferences"
    ],
    "paid_tools": [
      "aiapplyd_generate_cover_letter",
      "aiapplyd_auto_apply",
      "aiapplyd_build_pdf"
    ],
    "authorization_server": "https://mcp.aiapplyd.com/.well-known/oauth-authorization-server",
    "protected_resource": "https://mcp.aiapplyd.com/.well-known/oauth-protected-resource",
    "authorization_endpoint": "https://mcp.aiapplyd.com/authorize",
    "token_endpoint": "https://mcp.aiapplyd.com/oauth/token",
    "registration_endpoint": "https://mcp.aiapplyd.com/register"
  },
  "instructions": {
    "claude_desktop": "Add this to your Claude Desktop config: { \"mcpServers\": { \"aiapplyd\": { \"url\": \"https://mcp.aiapplyd.com/mcp\" } } }",
    "cursor": "Add as an MCP server in Cursor settings with URL: https://mcp.aiapplyd.com/mcp"
  }
}