AI Integration

Give your AI assistant full Overvoid API context in one step.


Point Your AI at a URL

Give your AI coding assistant one of these URLs and it has everything it needs to integrate with the Overvoid API — endpoints, authentication, flows, error codes, and code examples.

URLWhat it isBest for
/llms-full.txtComplete docs in plain text (~12KB)Paste into any AI chat or context window
/llms.txtSummary with links to each doc sectionAI tools that follow links (llmstxt.org spec)
/openapi.jsonOpenAPI 3.1 spec — all 34 partner endpointsCode generation, SDK generation, typed clients

Download and Paste

If your AI tool doesn't fetch URLs, download the file and paste it into the conversation or attach it as context:

# Download the full docs file
curl -O https://developers.overvoid.io/llms-full.txt
# Or the OpenAPI spec
curl -O https://api.overvoid.io/openapi.json

Then drag it into your AI assistant, or paste the contents directly. The llms-full.txt file is designed to fit in a single context window — it includes authentication, all API flows, webhook setup with code examples, error codes, and rate limits.

MCP Server

For AI tools that support the Model Context Protocol (MCP), Overvoid exposes a live MCP server. Your AI can call the API directly: create entities, check compliance status, run screening, triage alerts.

https://api.overvoid.io/mcp

Connect from Claude Code / Cursor

Add to .claude/settings.json or .cursor/mcp.json:

{
"mcpServers": {
"cusd": {
"url": "https://api.overvoid.io/mcp"
}
}
}

What the AI Gets

CategoryAvailable Tools
OnboardingCreate entity, list entities, get entity, add wallet, list wallets, transfer history with screening results, compliance alerts with dispositions, audit log, compliance checks, download CSV report, download PDF certificate, travel rule detail per transfer
ComplianceEntity status, wallet status, batch status, initiate transfer, poll transfer
DeveloperAPI keys, webhook endpoints, request logs
GraphEntity network analysis, transaction flow visualization
AI CopilotRisk assessment, alert triage, SAR narrative drafting, investigation