Everything you need to query 385+ federal fraud datasets.
The easiest way to use FraudGraph. Just tell Claude Code to install it — no manual setup needed.
Claude Code translates your questions into SQL, calls the FraudGraph API, and analyzes the results — all in one conversation.
Query FraudGraph directly from Claude.ai conversations. Add the connector once, then ask Claude questions — it calls the database tools automatically.
| Tool | Description |
|---|---|
| query_sql | Execute any read-only SQL query (DuckDB dialect) |
| list_tables | List all tables with row counts |
| describe_table | Show columns, types, and nullability for a table |
| search_entities | Search resolved entities by name (with optional state filter) |
| get_ppp_loans | Look up PPP loans by borrower name |
| search_courtlistener | Search 70M+ federal court dockets by party name, NOS code, or keyword (live API, 200 calls/hr) |
Authentication is via the API key in the URL. Your tier limits (tables, row caps) apply to all tool calls. The same SQL sanitization and guardrails as the REST API protect the MCP endpoint.
All API requests require an API key passed in the X-API-Key header.
Get a free key at api.k3analytics.io. Free Preview includes LEIE and OFAC tables. Contact us for Pro access.
/v1/catalog
Pro
Full catalog
List all available tables with column counts. Free tier sees LEIE + OFAC. Pro sees all 385+ tables.
/v1/query
Pro
All tables, 10K rows
Run a SQL query against the database. DuckDB dialect. Free Preview: LEIE/OFAC only, 25 rows, no JOINs. Pro: all tables + entity resolution, custom limits, AI queries. Contact us for Pro access.
/v1/ai/query
Pro
Ask a question in plain English. The API translates it to SQL, runs it, and returns results.
/v1/download/ppp
Pro
Download datasets as Parquet files. Pro tier only.
/v1/signup
No auth required
Create a free API key. The key is emailed to you.
/health
No auth required
Check API status and database connectivity.
Pro tier enables cross-dataset queries using FraudGraph's built-in entity resolution. Ask questions that span multiple federal programs — the API handles the matching automatically.
Use the AI query endpoint for natural language cross-referencing, or contact us for full schema documentation after signing up for Pro.
Live search proxy for CourtListener's 70M+ federal court docket API. Rate-limited to 200 calls/hour with 15-minute response caching. Also available as the search_courtlistener MCP tool.
/courtlistener/search
Pro
Search dockets by party name, keyword, nature-of-suit code, court, or date range.
| Param | Description |
|---|---|
| party | Company or person name |
| q | Free-text search query |
| nature_of_suit | NOS code (e.g. 375 for FCA, 370 for fraud) |
| court | Court ID (e.g. txsd, oknd) |
| date_filed_after | YYYY-MM-DD |
| date_filed_before | YYYY-MM-DD |
/courtlistener/parties/{docket_id}
Pro
Get parties and attorneys for a specific docket.
/courtlistener/status
Check rate limit status (remaining calls, cache size).
| Tier | Tables | Queries/day | Rows/query |
|---|---|---|---|
| Free Preview | LEIE + OFAC (no JOINs) | 10 | 25 |
| Pro Contact us | All 328+ + entity resolution | Unlimited | 10,000 |
| Code | Meaning |
|---|---|
| 401 | Invalid or missing API key |
| 403 | Feature not available on your tier |
| 429 | Rate limit exceeded |
| 400 | Invalid SQL or request body |
Terms · Privacy · K3 Analytics · @K3_Analytics