# Veremark MCP Integration

> Global Background Checks & Screening Platform

## Overview

| Property | Value |
|----------|-------|
| Category | PIPEDREAM |
| Type | PIPEDREAM |
| Tools | 5 |
| URL | https://jelou.ai/es/marketplace/veremark |

## Available Tools (5)

### Create Background Check Request

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](https://api.veremark.com/external/v1/docs/#tag/request/operation/createRequest)

### Download candidate-uploaded document via File Stash

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](https://api.veremark.com/external/v1/docs/#tag/document/operation/retrieveDocumentDownload)

### Download Background Check Report

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](https://api.veremark.com/external/v1/docs/#tag/request/operation/retrieveFullReport)

### Get Background Check Request

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](https://api.veremark.com/external/v1/docs/#tag/request/operation/retrieveRequest)

### List Criteria

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](https://api.veremark.com/external/v1/docs/#tag/criteria/operation/listCriteria)

## Supported Channels

This integration works with:
- WhatsApp Business API
- Facebook Messenger
- Instagram Direct Messages
- Web Chat Widget

## AI Assistants Compatible

- ChatGPT (via MCP)
- Claude (via MCP)
- Gemini (via MCP)
- Custom AI Agents

## Quick Start

1. Sign up at https://apps.jelou.ai/signup
2. Navigate to Marketplace and add Veremark
3. Authenticate your Veremark account
4. Configure your messaging channels (WhatsApp, Facebook, etc.)
5. Copy the MCP server URL to your AI assistant

## Example Use Cases

- Automate customer inquiries using Veremark data
- Send notifications via WhatsApp when Veremark events occur
- Query Veremark data directly from ChatGPT or Claude
- Build AI agents that interact with Veremark

## Resources

- [All Integrations](https://jelou.ai/es/marketplace)
- [Full Documentation](https://jelou.ai/llms-full.txt)
- [API Docs](https://docs.jelou.ai)
- [Help Center](https://help.jelou.ai)
