forcedream_check_fraud
ActiveTool of io.github.forcedreamai/mcp-server
Assess fraud risk using real AbuseIPDB IP reputation plus internal signals (velocity, account age, withdrawal patterns). Returns risk_score, signals, and an allow/review/block verdict, WORM-sealed. Requires authentication.
Parameters schema
{
"type": "object",
"required": [
"user_id",
"action"
],
"properties": {
"ip": {
"type": "string",
"description": "Optional IP to check against AbuseIPDB."
},
"action": {
"type": "string",
"description": "Action being checked, e.g. \"login\", \"withdrawal\"."
},
"user_id": {
"type": "string",
"description": "The user/account identifier to assess."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.forcedreamai/mcp-server
https://github.com/forcedreamai/forcedream-mcp
2/7 registries