Read AI preliminary phone screens — your roles, candidate scores, transcripts, and analytics.
概览
Prelim MCP Server
Prelim runs AI-driven preliminary phone screens for high-volume hiring. This MCP server gives any AI assistant (Claude, ChatGPT, Cursor, etc.) read access to your Prelim account's jobs, candidate screens, full transcripts, and analytics.
Tools
list_jobs— list open hiring roles in your Prelim orgget_job— full details of one role (title, status, screening questions)list_screens— list preliminary screens for a job, with score and dispositionget_screen— detailed view of one candidate screenget_transcript— full conversation transcript of a screenget_job_analytics— funnel metrics for a job
Connect
- Sign up at prelim.chat
- Settings → API Keys → Create
- Add to your AI assistant:
Claude.ai / ChatGPT (Developer Mode): Add a custom connector with URL https://mcp.prelim.chat/mcp + Bearer token.
Claude Desktop: edit claude_desktop_config.json:
{
"mcpServers": {
"prelim": {
"url": "https://mcp.prelim.chat/mcp",
"headers": { "Authorization": "Bearer prelim_..." }
}
}
}
Auth is OAuth 2.1 + PKCE for hosted clients or static API key for self-hosted setups.
服务器配置
{
"mcpServers": {
"prelim": {
"url": "https://mcp.prelim.chat/mcp",
"headers": {
"Authorization": "Bearer prelim_YOUR_API_KEY"
}
}
}
}