seon_fraud
Pack: seon · Endpoint: https://gateway.pipeworx.io/seon/mcp
Aggregate fraud assessment via SEON: combine email, phone, and/or IP into a single fraud_score with the applied_rules that fired and a decision state (e.g. APPROVE/REVIEW/DECLINE). Pass at least one of email/phone/ip. Example: seon_fraud({ email: “[email protected]”, ip: “8.8.8.8”, _apiKey: “your-seon-license-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
email | string | no | Email address (optional) |
phone | string | no | Phone number in E.164 format (optional). Sent as phone_number. |
ip | string | no | IP address (optional) |
config | object | no | Optional SEON config/modules object to enable/disable sub-APIs (see docs). Passed through verbatim. |
_apiKey | string | yes | SEON license key (sign up at https://seon.io/pricing/) |
Example call
curl -X POST https://gateway.pipeworx.io/seon/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"seon_fraud","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"seon": {
"url": "https://gateway.pipeworx.io/seon/mcp"
}
}
}
See Getting Started for client-specific install steps.