Run AI preliminary phone screens against any open hiring role on Prelim. Read your jobs, candidate screen scores, full transcripts, and analytics directly from your AI assistant. Read-only, OAuth-protected, free to use with any Prelim account at https://prelim.chat. ## Tools - **list_jobs** — list hiring roles in your Prelim org - **get_job** — full details + screening questions for one role - **list_screens** — candidate screens for a role with score + recommendation - **get_screen** — per-question scores, summary, recommendation for one screen - **get_transcript** — the full AI ↔ candidate conversation - **get_job_analytics** — completion rate, average score, weekly trends (Pro) ## Auth OAuth 2.1 + PKCE. Your AI client (Claude.ai, ChatGPT, Claude Desktop, etc.) signs you in via Prelim's consent screen and gets a short-lived read-only token bound to your account.
How to connect
https://server.smithery.ai/prelim/prelim/mcp
curl -X POST https://server.smithery.ai/prelim/prelim/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'