Docs

MCP server

Prelim's MCP server lets any AI assistant read your hiring data. List jobs, pull screen results, read transcripts, check analytics. Read-only.

Endpoint

The server is hosted by Prelim. Point any MCP host at:

http
https://mcp.prelim.chat/mcp

How to connect

The quickest path is Connect from Claude.ai: three clicks, an OAuth consent screen, done. The same URL works in Claude Desktop and any other host that speaks the Model Context Protocol.

What it exposes

Six tools, all read-only, all scoped to your organization. See Tools reference for each one's input schema and behavior.

Auth

OAuth 2.1 with PKCE. Your assistant signs you in via Prelim, gets a bearer token bound to your account and audience-locked to https://mcp.prelim.chat/mcp. The token is interchangeable with an API key against the underlying REST API. Revoke any time from the Prelim dashboard.

If you would rather use a long-lived API key (for scripts or backends), see Authentication.

Also listed at