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
| Field | Type | Description |
|---|---|---|
| amount | string | The transaction amount |
| currency | string | ISO 4217 currency code |
| avg_txn_amount_30d | string | The account's avg transaction amount over the last 30 days (for amount-anomaly scoring) |
| txn_count_1h | string | Number of transactions on this account in the last hour |
| txn_count_24h | string | Number of transactions on this account in the last 24h |
| distinct_cards_24h | string | Distinct cards used on this account in 24h |
| distinct_countries_24h | string | Distinct countries seen on this account in 24h |
| is_new_device | string | First time seeing this device |
| is_new_ip | string | First time seeing this IP |
| is_tor | string | Request originated from a Tor exit node |
| is_proxy_or_vpn | string | Request originated from a proxy/VPN/datacenter IP |
| card_country | string | ISO country code of the payment instrument |
| ip_country | string | ISO country code geolocated from the IP |
| account_age_days | string | Age of the account in days |
| avs_match | string | Whether the address-verification check matched |
| cvv_provided | string | Whether the CVV was provided |
| prior_chargebacks | string | Number of prior chargebacks on this account |
| event_id | string | Your 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.