The Checkr Model Context Protocol (MCP) server implements the MCP standard, providing a cloud-based bridge between your AI assistants and the Checkr API platform.
With Checkr MCP, you can:
Checkr centrally hosts and manages a Streamable HTTP MCP server at:
https://mcp.checkr.com for production data
https://mcp.checkr-staging.com for staging data
The Checkr MCP server uses OAuth Dynamic Client Registration to connect MCP clients according to the MCP specifications.
Note: All data returned by the Checkr MCP server has sensitive personally identifiable information (PII) redacted to protect candidate privacy.
claude_desktop_config.json
file in an editor:~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"checkr": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.checkr.com"]
}
}
}
claude mcp add --transport http checkr https://mcp.checkr.com
/mcp
to go through the authentication flowInstall from the Command Palette
> mcp
, then click > MCP: Add server… when it appears in the listhttps://mcp.checkr.com
checkr
Install from mcp.json
mcp.json
file:~/Library/Application Support/Code/User/mcp.json
%APPDATA%/Code/User/mcp.json
{
"servers": {
"checkr": {
"url": "https://mcp.checkr.com",
"type": "http"
}
},
"inputs": []
}
The general instructions for adding Checkr MCP into other apps are:
https://mcp.checkr.com
If the app only supports local MCP servers:
npx -y mcp-remote https://mcp.checkr.com
Tool | Description |
---|---|
get_candidate |
Get candidate by id |
get_candidates_table |
Get all candidates formatted for table display with filtering options |
get_county_criminal_search |
Get county criminal search by id |
get_clearinghouse_compliance_record |
Get drug & alcohol clearinghouse search by id |
get_education_verification |
Get education verification by id |
get_employment_verification |
Get employment verification by id |
get_facis_search |
Get FACIS search by id |
get_federal_civil_search |
Get federal civil search by id |
get_federal_criminal_search |
Get federal criminal search by id |
get_federal_district_civil_search |
Get federal district civil search by id |
get_federal_district_criminal_search |
Get federal district criminal search by id |
get_global_watchlist_search |
Get global watchlist search by id |
get_motor_vehicle_report |
Get motor vehicle report by id |
get_national_criminal_search |
Get national criminal search by id |
get_report |
Get report by id |
get_report_exceptions |
Get all exceptions for a specific report |
get_offender_search |
Get sex offender registry search by id |
get_identity_trace |
Get SSN trace by id |
get_state_criminal_search |
Get state criminal search by id |