io.github.darrenjrobinson/hibp
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_KEYrequiredsecret
Your Have I Been Pwned API key from https://haveibeenpwned.com/API/Key
HIBP_SUBSCRIPTION_PLANrequired
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
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.