{
  "name": "trai-recruiter",
  "description": "TalentReviewAI recruiting tools for AI agents: browse jobs and applications, review candidates, manage the hiring pipeline, score applications, and generate interview questions.",
  "version": "1.0.0",
  "url": "https://mcp.talentreviewai.com/sse",
  "transport": "sse",
  "authorization": {
    "type": "oauth2",
    "authorization_server": "https://mcp.talentreviewai.com/.well-known/oauth-authorization-server"
  },
  "documentation": "https://docs.talentreview.ai/agents/overview",
  "tools": [
    { "name": "list_jobs", "description": "List job postings" },
    { "name": "get_job", "description": "Get a single job posting" },
    { "name": "list_applications", "description": "List applications for a job" },
    { "name": "get_candidate", "description": "Get a candidate's details" },
    { "name": "get_kanban_board", "description": "Get the hiring pipeline board" },
    { "name": "update_application_status", "description": "Move an application through the pipeline" },
    { "name": "score_application", "description": "Score an application against a job" },
    { "name": "get_dashboard", "description": "Get recruiting dashboard metrics" },
    { "name": "analyze_candidate", "description": "Analyze a candidate for a role" },
    { "name": "generate_interview_questions", "description": "Generate interview questions for a role" }
  ]
}
