MCP Server
MCP
io.github.darrenjrobinson/hibp
A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API
Install
npx -y @darrenjrobinson/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@darrenjrobinson/hibp-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Have I Been Pwned API key from https://haveibeenpwned.com/API/Key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HIBP_API_KEY"
},
{
"description": "Your HIBP API subscription plan (Pwned 1, Pwned 2, Pwned 3, Pwned 4, or Pwned 5)",
"isRequired": true,
"format": "string",
"name": "HIBP_SUBSCRIPTION_PLAN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment