← Index

io.github.darrenjrobinson/hibp

io.github.darrenjrobinson/hibp·v1.0.3·Other
Quality Score
83
/100

A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hibp": {
      "command": "npx",
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "env": {
        "HIBP_API_KEY": "<your-hibp_api_key>",
        "HIBP_SUBSCRIPTION_PLAN": "<hibp_subscription_plan>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hibp": {
      "command": "npx",
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "env": {
        "HIBP_API_KEY": "<your-hibp_api_key>",
        "HIBP_SUBSCRIPTION_PLAN": "<hibp_subscription_plan>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @darrenjrobinson/hibp-mcp
§02  Environment variables
HIBP_API_KEY
requiredsecret

Your Have I Been Pwned API key from https://haveibeenpwned.com/API/Key

HIBP_SUBSCRIPTION_PLAN
required

Your HIBP API subscription plan (Pwned 1, Pwned 2, Pwned 3, Pwned 4, or Pwned 5)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other