MCP server exposing 4 tools for seon.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/seon/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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: seon_email({ email: "john@example.com", _apiKey: "your-seon-license-key" })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", _apiKey: "your-seon-license-key" })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: "your-seon-license-key" })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 of email/phone/ip. Example: seon_fraud({ email: "john@example.com", ip: "8.8.8.8", _apiKey: "your-seon-license-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/seon/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io