Brainiall NLP
BN
Brainiall NLP
/fraud_score

Score Event For Fraud Risk

Score a transaction or account event for fraud risk. Send whatever signals you have — all optional. Returns a 0-1 fraud probability, a risk level, the exact ri

liveverifiedunknown~5s typical
mcpprobedbrainiallnlp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-brainiall-nlp /fraud_score for me.

Input

FieldTypeDescription
amountstringThe transaction amount
currencystringISO 4217 currency code
avg_txn_amount_30dstringThe account's avg transaction amount over the last 30 days (for amount-anomaly scoring)
txn_count_1hstringNumber of transactions on this account in the last hour
txn_count_24hstringNumber of transactions on this account in the last 24h
distinct_cards_24hstringDistinct cards used on this account in 24h
distinct_countries_24hstringDistinct countries seen on this account in 24h
is_new_devicestringFirst time seeing this device
is_new_ipstringFirst time seeing this IP
is_torstringRequest originated from a Tor exit node
is_proxy_or_vpnstringRequest originated from a proxy/VPN/datacenter IP
card_countrystringISO country code of the payment instrument
ip_countrystringISO country code geolocated from the IP
account_age_daysstringAge of the account in days
avs_matchstringWhether the address-verification check matched
cvv_providedstringWhether the CVV was provided
prior_chargebacksstringNumber of prior chargebacks on this account
event_idstringYour identifier for this event (echoed back; use with fraud_feedback)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-brainiall-nlp","endpoint":"/fraud_score","input":{}}'
cli
npx cracked-ai run -p mcp-com-brainiall-nlp -e /fraud_score -i '{}'
mcp
run_tool({ provider: "mcp-com-brainiall-nlp", endpoint: "/fraud_score", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.