Loading MCP server directory, please wait...
A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API
npx @getmcp/cli add io.github.darrenjrobinson/hibpRequires Node.js 18+. Community-contributed server. Review source before installing.
HIBP_API_KEYYour Have I Been Pwned API key from https://haveibeenpwned.com/API/Key
HIBP_SUBSCRIPTION_PLANYour HIBP API subscription plan (Pwned 1, Pwned 2, Pwned 3, Pwned 4, or Pwned 5)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.darrenjrobinson/hibp": {
"command": "npx",
"args": [
"-y",
"@darrenjrobinson/hibp-mcp"
],
"env": {
"HIBP_API_KEY": "",
"HIBP_SUBSCRIPTION_PLAN": ""
}
}
}
}