Docs

AI Agents & MCP

Connect Ambriel to Claude, ChatGPT, Cursor, Windsurf and other AI agents via MCP (Model Context Protocol)

Ambriel provides a Model Context Protocol (MCP) server that lets AI agents and coding assistants interact with the Ambriel API directly. This means you can query fraud scores, screen entities, check email/phone/IP reputation, and perform KYB evaluations — all from within your AI tool.

What is MCP?

The Model Context Protocol (MCP) is an open standard that connects AI models with external tools and data sources. Ambriel's MCP server acts as a bridge, giving your AI agent access to the full Ambriel API surface.

Authentication

Ambriel's MCP server uses OAuth for authentication. When you first connect, your AI agent will open a browser window prompting you to log in with your Ambriel credentials and authorize access. No manual API key management is needed.

Available Agents

Quick Start

All agents connect to Ambriel using the same MCP server URL. No API key is required — OAuth handles authentication automatically.

{
  "mcpServers": {
    "ambriel": {
      "url": "https://mcp.ambriel.io/compliance"
    }
  }
}

How OAuth works

When you add the MCP server, your AI agent will open a browser to authorize with Ambriel. Accept the prompt, and the connection is established. Your session is persisted for subsequent uses.

Select your agent above for platform-specific setup instructions.