list_data_classes
Pack: hibp · Endpoint: https://gateway.pipeworx.io/hibp/mcp
Canonical list of HIBP “data class” tags (e.g., “Email addresses”, “Passwords”, “Geographic locations”). Useful for filtering breaches.
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_data_classes","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.