Prelim

Created By
Prelim9 days ago
Read AI preliminary phone screens — your roles, candidate scores, transcripts, and analytics.
Overview

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 org
  • get_job — full details of one role (title, status, screening questions)
  • list_screens — list preliminary screens for a job, with score and disposition
  • get_screen — detailed view of one candidate screen
  • get_transcript — full conversation transcript of a screen
  • get_job_analytics — funnel metrics for a job

Connect

  1. Sign up at prelim.chat
  2. Settings → API Keys → Create
  3. 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.

Server Config

{
  "mcpServers": {
    "prelim": {
      "url": "https://mcp.prelim.chat/mcp",
      "headers": {
        "Authorization": "Bearer prelim_YOUR_API_KEY"
      }
    }
  }
}
Project Info
Created At
9 days ago
Updated At
9 days ago
Author Name
Prelim
Star
-
Language
-
License
-
Category

Recommend Servers

View All