FraudLabs Pro MCP server is a Model Context Protocol (MCP) server that provides order or user transaction validations using the FraudLabs Pro API. This server allows AI agents to validate an order or user transaction, get the validation result for an order or user transaction, and update the status for an order or user transaction.
Server Config
{
"mcpServers": {
"fraudlabspro": {
"command": "uv",
"args": [
"--directory",
"/path/to/ip2locationio/src",
"run",
"server.py"
],
"env": {
"FRAUDLABSPRO_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}