list_breaches

Pack: hibp · Endpoint: https://gateway.pipeworx.io/hibp/mcp

List all publicly-known data breaches catalogued by HIBP. Optionally filter to a specific domain (e.g., “linkedin.com”). Returns name, title, breach date, added date, affected accounts, description, data classes exposed, and verification status.

Parameters

NameTypeRequiredDescription
domainstringnoRestrict to a specific breached domain

Example call

curl -X POST https://gateway.pipeworx.io/hibp/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_breaches","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "hibp": {
      "url": "https://gateway.pipeworx.io/hibp/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026