Integrate Veremark MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Veremark
Returns all background check criteria packages configured for your Veremark account. Each criteria defines a named bundle of checks (e.g. 'Executive' includes reference check, ID check, employment check). Use this tool first to discover available criteria and their GUIDs before calling Create Background Check Request. See the documentation
Retrieves the status and details of a background check request by its GUID. Returns the overall request status (e.g. requested, in_progress, review, completed) and the status of each individual check within the request. Also returns document GUIDs for any candidate-uploaded files, which can be downloaded with Download Candidate Document. The request GUID is returned when you create a request with Create Background Check Request. Note: there is no search endpoint — you must know the request GUID. Save it when creating requests. See the documentation
Downloads the full PDF background check report for a completed request and saves it via File Stash. Only available once the request reaches 'completed' status — use Get Background Check Request to check status first. The request GUID is returned when a request is created with Create Background Check Request. See the documentation
Downloads a supporting document uploaded by a candidate during the background check process and saves it via File Stash. Document GUIDs are found in the response from Get Background Check Request — look in the checks array for document references. Common document types include resumes, ID scans, and employment letters. See the documentation
Initiates a new background check request for a candidate. Veremark sends the candidate an email invitation to complete their part of the screening process. Returns the request GUID — save this to check status later with Get Background Check Request. Use List Criteria first to find the criteria GUID for the background check package you want to run. See the documentation