One unified, deduped exclusion & sanctions screening API across the public US federal lists.
POST /api/roster {org,period?,roster:[name|{name,npi}]} # MONTHLY re-screen -> SIGNED RECEIPT
GET /receipt/<id> # verify / render a compliance receipt
GET /api/receipt-key # ed25519 receipt-signing public key
GET /api/screen?name=&npi=&uei=&state= # screen one entity
POST /api/screen {name,npi?,uei?,state?} # same, JSON body
POST /api/batch {entities:[...]} # bulk screen up to 50
POST /api/watch {name,npi?,webhook?,email?} # add to daily re-screen + alert
GET /api/meta # list freshness + row counts
POST /mcp # MCP (roster_rescreen, screen_exclusion, screen_batch, watch_entity)
GET /.well-known/x402 · /llms.txt · /x402.json # agent discovery
{ "match": true, "verdict": "MATCH", "confidence": 0.95,
"listsHit": ["OFAC SDN"], "listsChecked": [...],
"findings": [{ "list":"OFAC SDN", "name":"...", "exclType":"sanctions",
"program":"CUBA", "sourceUrl":"https://...", "confidence":0.95 }],
"disclaimer": "FCRA-SAFE: ..." }
Priced for the recurring monthly mandate, not per-lookup.
| Tier | Price | Includes |
|---|---|---|
| Free | $0 | 1 single screen/day · live LEIE + OFAC search · no receipt |
| Starter | $19/mo | Roster re-screen up to 100/mo · signed monthly receipt · batch · API key + MCP |
| Compliance | $99/mo | Up to 1,000 roster/mo · OFAC + SAM combined · auto monthly re-screen + webhook · dated receipt archive |
| Volume / agent | $200/mo | Unlimited roster + API/MCP volume · live SAM.gov · priority support |
| Pay-per-call (x402) | $0.20 roster · $0.05 single | Agent-native, keyless USDC on Base — no signup |
Subscribe (card or PayPal, no account needed at checkout): use the buttons on the home page, then email zivcomputerscience@gmail.com with the receipt + roster size — we activate your API key + recurring receipt within the business day. Crypto: USDT (TRC20) TNvb5tyrzWZW9iNUwQ6TTiY87MGLs1Cgsi · USDC (Base) 0x38134a7F97636E26365Fb17405566595B917a341.
{
"builtAt": "2026-06-22T12:09:24.959Z",
"lists": {
"OFAC SDN": 19073,
"OFAC Consolidated": 442,
"OIG LEIE": 83464
},
"counts": {
"OFAC SDN": 19073,
"OFAC Consolidated": 442,
"OIG LEIE": 83464,
"SAM.gov": 0,
"state": 0,
"total": 102979
},
"shards": 597,
"tokenShards": 667,
"source": "host-seed"
}