Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.complyhat.ai/llms.txt

Use this file to discover all available pages before exploring further.

ComplyHat installs by pasting one URL into your host. The OAuth dance runs automatically the first time the host calls a tool, with no API keys to copy and no portal to sign into.
1

Sign up

Create an account at complyhat.ai. The first time your host calls a ComplyHat tool, you will be redirected to a consent screen and signed into your workspace. See authentication for what is happening underneath.
2

Add the MCP URL to your host

Pick your host. The URL is the same everywhere: https://complyhat.ai/api/mcp.
claude mcp add --transport http complyhat https://complyhat.ai/api/mcp
3

Make your first call

Ask your host which compliance frameworks apply to your account:
{
  "tool": "frameworks",
  "arguments": { "mode": "status" }
}
Your host opens the consent screen, completes OAuth, and returns the framework status. Subsequent calls reuse the bearer token until it expires.
Reviewer / tester install. If you were given access for evaluation, drop the MCP into Claude Code with one command, then sign in at the login URL. Credentials are shared separately, never in this doc.
claude mcp add --transport http complyhat https://complyhat.ai/api/mcp
Sign in: https://complyhat.ai/login
Last modified on May 4, 2026