MCP server exposing 2 tools for xposedornot.
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/xposedornot/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
email_breaches — Check whether an email address appears in known data breaches. Free lookup, no key: returns the list of breach names the address was found in (e.g. LinkedIn, Adobe), or breached=false. For per-breach detail — what data was exposed, dates, risk score — follow up with email_breach_analytics.email_breach_analytics — Detailed breach-exposure report for an email address: every breach it appears in with breach date, records affected and which data classes leaked (passwords, phone numbers, addresses), plus an overall risk score/label, password-strength breakdown and paste exposures. Free, no key.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/xposedornot/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io