The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Aiia MCP Server listing page.
The official Model Context Protocol server for AI Interview Agents, a voice-AI hiring platform. It lets any MCP client (Claude, Cursor, custom agents) drive the recruiting workflow in natural language: create roles, screen CVs, schedule and manage candidate interviews, and read back scored reports with transcripts.
The live voice interview itself is out of scope here (that runs on a separate real-time service). This server triggers interviews and reads back the results.
dry_run mode that normalizes and previews without sending anything or consuming quota), reschedule, cancel, and send reminders.The server runs remotely with OAuth sign-in. Point any Streamable-HTTP MCP client at:
Your client discovers the auth flow automatically via /.well-known/oauth-protected-resource and signs you in with your AI Interview Agents account. It is also listed in the official MCP Registry as com.aiinterviewagents/interviews.
AIIA_BACKEND_URL overrides the API base if you are pointing at your own deployment.
The server holds no account secrets. Each request carries the user's own Firebase ID token, forwarded to the backend as a bearer token — the same trust path as the web app. For the hosted transport, an OAuth layer (dynamic client registration + PKCE) bridges MCP clients to Firebase sign-in.
MIT — see LICENSE.