# Async Interview — MCP server on mcp.ai > Connect your Async Interview account and use 4 tools for human resources straight from your AI agent. Connect with your own API key. Async Interview is an on-demand video interview platform that streamlines the hiring process by allowing candidates to respond to pre-recorded questions at their convenience, enabling employers to review responses asynchronously. By: mcp.ai · official Page: https://mcp.ai/async_interview ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_async_interview?ms=1787293500000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/async_interview/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/async_interview/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/async_interview/skill.md Postman collection (v2.1): https://mcp.ai/async_interview/postman.json ## Tools - async_interview_delete_job(job_id: integer|string) — Tool to delete an interview job. Use when you need to permanently remove a job after reviewing responses. - async_interview_list_interview_responses() — Tool to retrieve all interview responses with candidate details. Use when monitoring incoming responses or triggering follow-up workflows. - async_interview_list_jobs() — Tool to retrieve a list of all interview jobs. Use when you need to display or manage existing jobs. - async_interview_update_job(title?: string, job_id: integer|string, is_public?: boolean, sub_title?: string, description?: string) — Tool to update an existing interview job. Use when you need to modify job details after creation. ## Example prompts - "What can I do in Async Interview?" - "Show me a summary of my Async Interview account" ## Links Docs: https://mcp.ai/docs/mcps/async_interview Website: https://mcp.ai/mcps/async_interview