SEON

live ComplianceSecurity

SEON MCP — fraud & digital-footprint risk: score an email, phone, or IP (VPN/proxy/breach/social signals) or run combined fraud scoring. BYO SEON license key.

4 tools
0ms auth
free tier 50 calls/day

Tools

seon_email

Look up the digital footprint of an email address via SEON: deliverability, email provider/domain details, data-breach exposure, and which online/social platforms the address is registered on. Example

No parameters required.

Try it
seon_phone

Look up the digital footprint of a phone number via SEON: carrier and line type, validity, and which online/social/account platforms the number is linked to. Example: seon_phone({ phone: "+13106667777

No parameters required.

Try it
seon_ip

IP intelligence via SEON: VPN / web-proxy / public-proxy / data-center-proxy / residential-proxy / Tor flags plus geolocation (country, city, lat/long). Example: seon_ip({ ip: "8.8.8.8", _apiKey: "you

No parameters required.

Try it
seon_fraud

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 o

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/seon/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/seon/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"seon_email","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("seon_email", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("seon mcp — fraud & digital-footprint risk: score an email, phone, or ip (vpn/proxy/breach/social signals) or run combined fraud scoring");

Related packs

Other Pipeworx packs in the same categories (Compliance, Security):