You're viewing a demo portfolio

Join the waitlist
PRSM

check_account

Active

Tool of mcp-hibp

declared in 0.1.0

Look up breaches an email account has been seen in. REQUIRES a paid HIBP subscription key (pass _apiKey). Returns the set of breach names; combine with get_breach for details.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-hibp-api-key",
      "account": "user@example.com"
    },
    {
      "_apiKey": "your-hibp-api-key",
      "account": "john.doe@company.com",
      "truncate": false
    }
  ],
  "required": [
    "account"
  ],
  "properties": {
    "account": {
      "type": "string",
      "description": "Email address"
    },
    "truncate": {
      "type": "boolean",
      "description": "Return only breach names (default true). Set false for full breach objects (counts as 1 query)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-hibp

https://github.com/pipeworx-io/mcp-hibp

2/7 registries
View full server →
check_account — mcp-hibp — PRSM MCP