# TalentReviewAI > AI-powered recruiting platform: resume analysis, candidate matching and job > posting. This file helps AI agents discover the machine-readable surfaces of > the site and API. ## Jobs (machine-readable) - [Open jobs](https://www.talentreview.ai/jobs): browse all active public job postings. - Every job page has a Markdown twin: append `/.md` to any job URL, e.g. `https://www.talentreview.ai/jobs/{id}/.md`, or request the HTML page with `?format=md`. - [Sitemap](https://www.talentreview.ai/sitemap.xml): lists every job and its `.md` twin. ## API for agents - [Developer docs](https://docs.talentreview.ai): the full Agent API reference (discovery, authentication, endpoints, errors). - [Agent skill doc](https://api.talentreview.ai/agents/skill.md): base URL, `x-api-key` auth and the `/agents/jobs*` endpoints, in Markdown. - [Skills manifest](https://www.talentreview.ai/.well-known/skills/index.json): declares the `talentreview-jobs` skill. - [MCP manifest](https://www.talentreview.ai/.well-known/mcp.json): declares the `trai-recruiter` MCP server and its tools. - MCP server: `trai-recruiter` exposes recruiting tools (list_jobs, get_job, list_applications, get_candidate, get_kanban_board, update_application_status, score_application, get_dashboard, analyze_candidate, generate_interview_questions) over SSE at `https://mcp.talentreviewai.com/sse` with OAuth 2.0. Discovery via `https://mcp.talentreviewai.com/.well-known/oauth-authorization-server`. ## Pages - [Home](https://www.talentreview.ai/) - [About](https://www.talentreview.ai/about) - [Privacy](https://www.talentreview.ai/privacy) - [Terms](https://www.talentreview.ai/terms) - [Contact](https://www.talentreview.ai/contact)