mcpbeat Sign in
local only

Hibp runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 14 · avg 7 · +131% w/w
a month agotoday
62
Installs / week
npm · @darrenjrobinson/hibp-mcp
5
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Hibp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hibp -- npx -y @darrenjrobinson/hibp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hibp": {
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hibp]
command = "npx"
args = ["-y", "@darrenjrobinson/hibp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hibp": {
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hibp": {
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HIBP_API_KEY (Your Have I Been Pwned API key from https://haveibeenpwned.com/API/Key), HIBP_SUBSCRIPTION_PLAN (Your HIBP API subscription plan (Pwned 1, Pwned 2, Pwned 3, Pwned 4, or Pwned 5)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hibp

same job, measured the same way
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
Ap MCP Server
by rbonestell

Model Context Protocol (MCP) server for the Associated Press Media API

49 installs/wk local only
Scopus MCP
by qwe4559999

A Model Context Protocol server for the Elsevier Scopus API

197 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Deployhq MCP Server
by deployhq

Model Context Protocol (MCP) server for DeployHQ API integration

33 installs/wk local only
I
Hn MCP Server
by wei

Model Context Protocol server for HackerNews API access.

35 installs/wk local only
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

112 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only

Hibp — questions

Answers built from our own checks of this server.

Why is there no uptime for Hibp?
Hibp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @darrenjrobinson/hibp-mcp was installed 62 times last week.
How do I connect Hibp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @darrenjrobinson/hibp-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hibp?
The npm package @darrenjrobinson/hibp-mcp was installed 62 times in the last week. Week over week that is +131%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hibp open source?
Yes — it is published under the MIT licence, written in JavaScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.