Hibp
Rank #20,667io.github.darrenjrobinson/hibp
MCP server providing hibp capabilities
Hibp is a Model Context Protocol (MCP) server published by darrenjrobinson. It ranks #20,667 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Hibp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 1, 2025 and most recently updated on Mar 10, 2026.
Ranks ahead of 94,793 of 115,460 servers on MCP Toplist.
Use Hibp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add hibp -e "HIBP_API_KEY=<your HIBP_API_KEY>" -e "HIBP_SUBSCRIPTION_PLAN=<your HIBP_SUBSCRIPTION_PLAN>" -- npx -y @darrenjrobinson/hibp-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hibp]
command = "npx"
args = ["-y", "@darrenjrobinson/hibp-mcp"]
[mcp_servers.hibp.env]
HIBP_API_KEY = "<your HIBP_API_KEY>"
HIBP_SUBSCRIPTION_PLAN = "<your HIBP_SUBSCRIPTION_PLAN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hibp": {
"command": "npx",
"args": [
"-y",
"@darrenjrobinson/hibp-mcp"
],
"env": {
"HIBP_API_KEY": "<your HIBP_API_KEY>",
"HIBP_SUBSCRIPTION_PLAN": "<your HIBP_SUBSCRIPTION_PLAN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hibp": {
"command": "npx",
"args": [
"-y",
"@darrenjrobinson/hibp-mcp"
],
"env": {
"HIBP_API_KEY": "<your HIBP_API_KEY>",
"HIBP_SUBSCRIPTION_PLAN": "<your HIBP_SUBSCRIPTION_PLAN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hibp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@darrenjrobinson/hibp-mcp"
],
"env": {
"HIBP_API_KEY": "<your HIBP_API_KEY>",
"HIBP_SUBSCRIPTION_PLAN": "<your HIBP_SUBSCRIPTION_PLAN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hibp": {
"command": "npx",
"args": [
"-y",
"@darrenjrobinson/hibp-mcp"
],
"env": {
"HIBP_API_KEY": "<your HIBP_API_KEY>",
"HIBP_SUBSCRIPTION_PLAN": "<your HIBP_SUBSCRIPTION_PLAN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hibp": {
"command": "npx",
"args": [
"-y",
"@darrenjrobinson/hibp-mcp"
],
"env": {
"HIBP_API_KEY": "<your HIBP_API_KEY>",
"HIBP_SUBSCRIPTION_PLAN": "<your HIBP_SUBSCRIPTION_PLAN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.darrenjrobinson%2Fhibp)<a href="https://mcptoplist.com/server/io.github.darrenjrobinson%2Fhibp"><img src="https://mcptoplist.com/badge/io.github.darrenjrobinson%2Fhibp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
darrenjrobinson
Other servers by darrenjrobinson
- Entra News#5,988 · 3 vers
- graph-atlas-mcp#6,773 · 5 vers
- Microsoft Entra SCIM#10,946 · 2 vers
- Entra.Chat Podcast MCP Server#14,304 · 1 ver
- entrapulse-polyarchy#15,340 · 4 vers
- microsoft-ai-roundup-mcp#18,383 · 1 ver
- Untappd#43,516 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.3 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hibp?
- Hibp is maintained by darrenjrobinson, which publishes 8 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Hibp listed on the Official MCP Registry?
- Yes — Hibp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hibp have?
- MCP Toplist tracks 2 versions of Hibp, most recently published on Mar 10, 2026.
- Where can I find the source code for Hibp?
- The source code for Hibp is hosted at github.com/darrenjrobinson/hibp-mcp-server.