Install
openclaw skills install toolweb-breached-email-checkCheck if an email has appeared in known data breaches and get detailed breach history, severity, compromised data, and remediation recommendations.
openclaw skills install toolweb-breached-email-checkCheck whether an email address has appeared in known data breaches. Submit any email address and get back a breach history report — including which breaches exposed the address, what data types were compromised, breach dates, and remediation recommendations. Essential for user onboarding security checks, employee credential monitoring, and threat exposure assessments.
{
"tool": "breached_email_check",
"input": {
"email": "user@example.com"
}
}
| Field | Type | Required | Description |
|---|---|---|---|
email | string | ✅ | The email address to check against known data breach databases |
{
"email": "user@example.com",
"breached": true,
"breach_count": 3,
"severity": "High",
"breaches": [
{
"name": "LinkedIn (2012)",
"date": "2012-06-05",
"compromised_data": ["Email Addresses", "Passwords"],
"description": "Password hashes exposed in large-scale breach; later cracked and published",
"verified": true
},
{
"name": "Adobe (2013)",
"date": "2013-10-04",
"compromised_data": ["Email Addresses", "Password Hints", "Passwords", "Usernames"],
"description": "Source code and encrypted credentials exposed for 153 million accounts",
"verified": true
},
{
"name": "DataBreach.com (2020)",
"date": "2020-03-21",
"compromised_data": ["Email Addresses", "Phone Numbers", "Physical Addresses"],
"description": "Aggregated breach data compilation including PII from multiple sources",
"verified": false
}
],
"paste_exposure": true,
"paste_count": 1,
"remediation": [
"Change passwords on all accounts using this email address immediately",
"Enable multi-factor authentication (MFA) on all associated accounts",
"Check for unauthorized account activity on LinkedIn and Adobe",
"Consider using a unique email alias for sensitive accounts going forward",
"Monitor credit report if physical address was exposed"
]
}
{
"email": "safe@example.com",
"breached": false,
"breach_count": 0,
"severity": "None",
"breaches": [],
"paste_exposure": false,
"paste_count": 0,
"remediation": [
"No known breaches found — continue using strong, unique passwords",
"Enable MFA as a proactive measure"
]
}
Base URL: https://portal.toolweb.in/apis/security/breached-email-check
| Endpoint | Method | Description |
|---|---|---|
/check-breach | POST | Check an email address against known data breach databases |
Authentication: Pass your API key as X-API-Key header or mcp_api_key argument via MCP.
| Plan | Daily Limit | Monthly Limit | Price |
|---|---|---|---|
| Free | 5 / day | 50 / month | $0 |
| Developer | 20 / day | 500 / month | $39 |
| Professional | 200 / day | 5,000 / month | $99 |
| Enterprise | 100,000 / day | 1,000,000 / month | $299 |
ToolWeb.in — 200+ security APIs, CISSP & CISM certified, built for enterprise security practitioners.
Platforms: Pay-per-run · API Gateway · MCP Server · OpenClaw · RapidAPI · YouTube