get_breach
Pack: hibp · Endpoint: https://gateway.pipeworx.io/hibp/mcp
Fetch a single breach by name (the “Name” field from list_breaches, e.g., “Adobe”, “LinkedIn”). Returns full breach metadata.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Breach name (case-sensitive) |
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":"get_breach","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.