# PEP Database Oracle MCP

> PEP Database Oracle MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Queries a Politically Exposed Persons (PEP) database to screen individuals for political exposure risk and compliance checks.

## Facts

- Endpoint: POST https://api.m2mcent.com/pep-database-oracle-mcp/api/process
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pep-database-oracle-mcp-fea3f6bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_028SJ5CcvJOuV_1r8_v50

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability pep-database-oracle-mcp-fea3f6bf -d '<json body>'
```

Example prompt: Can you screen 'Juan Carlos Vargas' through the PEP database to check if he's a politically exposed person before we proceed with onboarding?

## When to prefer this

Choose this endpoint when you need to perform automated PEP screening as part of a KYC, AML, or compliance workflow for onboarding clients, vetting business partners, or assessing transaction risk. It is best suited for scenarios requiring rapid individual-level political exposure lookups where a structured database query is needed rather than a general web search.

## Known failure modes

- Empty or ambiguous name query returns no match or low-confidence results
- Individual not found in database returns a null or negative PEP status without confirming absence
- Rate limiting or payment failure returns a 402 or 429 error
- Malformed input string causes processing error
- Name collisions between multiple individuals with the same name may yield uncertain results

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns whether the queried individual is classified as a Politically Exposed Person, along with relevant classification details, risk level indicators, and any associated metadata from the PEP database that can inform compliance and due diligence decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pep-database-oracle-mcp-fea3f6bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
