Have I Been Pwned MCP Server
@Cyreslab-AI
关于 Have I Been Pwned MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hibp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Cyreslab-AI/hibp-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Have I Been Pwned MCP Server?
A Model Context Protocol server that integrates with the Have I Been Pwned API to check if email addresses or passwords have been compromised in data breaches. It provides four tools for querying breach data.
How to use Have I Been Pwned MCP Server?
Install via Smithery or clone the repository, install dependencies, build, and configure the server in your MCP settings file with your HIBP_API_KEY environment variable. Once configured, use Claude or another MCP client to invoke the tools: check_email, check_password, get_breach_details, or list_all_breaches.
Key features of Have I Been Pwned MCP Server
- Check if an email appears in known data breaches
- Check if a password has been exposed (using k‑anonymity)
- Get detailed information about a specific data breach
- List all breaches, optionally filtered by domain
Use cases of Have I Been Pwned MCP Server
- Security audits: verify if user accounts are compromised
- Password hygiene: test passwords without revealing them fully
- Incident response: investigate a specific breach’s scope
- Domain monitoring: list breaches affecting a particular company
FAQ from Have I Been Pwned MCP Server
What API does the server use?
It uses the official Have I Been Pwned API. You need a valid API key, obtainable at haveibeenpwned.com/API/Key.
How is password checking secure?
The password check employs k‑anonymity: only the first 5 characters of the SHA‑1 hash are sent to the API. Hash suffix matching is completed locally.
What are the runtime requirements?
Node.js v14 or higher and npm v6 or higher are required. The server expects a HIBP_API_KEY environment variable.
Which tools are available?
Four tools: check_email, check_password, get_breach_details, and list_all_breaches.
Where is the API key configured?
In your MCP settings JSON file, add the key as an environment variable named HIBP_API_KEY.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论