[](https://glama.ai/mcp/servers/fraudlabspro/mcp-fraudlabspro) An MCP-compliant server that integrates the FraudLabs Pro fraud detection system into AI assistants like Claude Desktop. This server enables real-time screening of order transactions and user-related events (like logins or registrations) to identify and prevent fraudulent activities. ## Features - Order Screening: Validate e-commerce orders using IP addresses, billing/shipping details, and credit card information. - User Screening: Analyze account-level events (registrations/logins) for suspicious patterns. - Transaction Management: Retrieve historical results for orders or user screenings. - Feedback Loop: Approve, Reject, or Blacklist transactions directly through the AI interface to improve the detection engine.
How to connect
https://server.smithery.ai/support-xkcj/fraudlabspro/mcp
curl -X POST https://server.smithery.ai/support-xkcj/fraudlabspro/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'