Security & Testing
checkleaked.cc
Searches breach databases such as LeakCheck and Dehashed for leaked credentials and personal information, with authentication and health-check tools.
ENDPOINT 1
https://mcp.checkleaked.cc/mcp
MCP server metadata
- Name
- checkleaked-mcp-server
- Version
- 1.1.0
Known tools 41
checkleaked_verify_authVerify the API key is valid and return subscription info (role, expiration date)
Inferred read-onlycheckleaked_dehashedSearch the Dehashed breach database by email, username, ip_address, name, address, phone, vin, or free-text
Potential side effectscheckleaked_experimentalSearch experimental / Snusbase databases by username, mass, email, lastip, password, name, or hash
Potential side effectscheckleaked_crack_hashCrack a password hash (MD5, SHA1, SHA256, NTLM, etc.) using rainbow tables and breach data
Inferred read-onlycheckleaked_ghuntOSINT lookup on a Gmail address via Google Hunt — profile info, linked services, profile picture.
Inferred read-onlycheckleaked_tracking_newCreate a new tracking entry to monitor for future data breaches
Potential side effectscheckleaked_tracking_resultGet the detailed result for a specific tracking history entry
Inferred read-onlycheckleaked_tracking_cleanRemove stale or invalid tracking entries from your account
Potential side effectscheckleaked_leakradar_raw_partsList the sequential blocks (parts) available for one raw entry, so you can page through a large file and pick a seq to read.
Inferred read-onlycheckleaked_leakradar_raw_partRead the content of ONE specific raw block by container_id + entry_path + seq — this is how you see the actual leaked data for a single hit.
Inferred read-onlycheckleaked_leakradar_raw_search_linesSearch raw stealer logs, unlock the matched blocks, and return the parsed leak records matching the query in one call.
Inferred read-onlycheckleaked_leakradar_email_searchSearch credential leaks for an email address or username.
Potential side effectscheckleaked_leakradar_advanced_searchAdvanced credential-leak search with structured filters (username/password/url/email facets, strength, date window).
Potential side effectscheckleaked_leakradar_domain_summaryAggregate breach exposure for a domain (employees / customers / third-parties counts).
Inferred read-onlycheckleaked_leakradar_dark_web_searchSearch indexed dark-web forum/market posts by a simple query or advanced field filters.
Inferred read-onlycheckleaked_leakradar_password_rangeReturn the breach-occurrence range for a SHA-1 hash prefix (>=5 hex chars) — a low-cost k-anonymity building block.
Inferred read-onlycheckleaked_leakradar_unlockUnlock specific leak records by their ids (from a search result's items[].id).
Inferred read-onlycheckleaked_leakradar_task_statusGet the status of a LeakRadar background task (async unlock / export).
Inferred read-onlycheckleaked_domain_whoisWHOIS / registration lookup for a domain — registrar, creation/expiry dates, name servers, status.
Inferred read-onlycheckleaked_breach_infoRegistry record for ONE breach by name (HIBP-style: Name, Title, Domain, BreachDate, PwnCount, DataClasses, Description, Sources).
Inferred read-onlycheckleaked_pwned_passwordCheck whether a password appears in known breaches WITHOUT sending it: the SHA-1 is computed inside the MCP process, only its first 5 hex chars are sent (k-anonymity range query, HIBP-style) and the suffix is matched locally.
Inferred read-onlycheckleaked_email_breach_kanonFree breach teaser for an email address WITHOUT sending the address: SHA-256 of the lowercased, trimmed email is computed inside the MCP process and only its first 24 hex chars are sent.
Potential side effectscheckleaked_name_insightGender, origin and meaning insight for a personal name found in a leak (offline dictionary + Wikidata/Wikipedia).
Inferred read-onlycheckleaked_news_latestLatest CheckLeaked cybersecurity briefing (daily news post).
Potential side effectscheckleaked_webhook_getShow the account's tracking webhook — url, enabled, secret_hint (last 4 chars), fail_count, last_status / last_error / last_attempt / last_success — or null when none is configured.
Inferred read-onlycheckleaked_webhook_testSend one signed test `tracking.finding` event (payload test=true) to the configured webhook, no retries.
Potential side effectscheckleaked_webhook_deleteDelete the account's tracking webhook: stops all deliveries and discards the secret.
Potential side effectscheckleaked_private_bots_getList the account's private Discord / Telegram bots — per platform: state (stopped / starting / online / error), enabled, bot_username, bot_id, token_hint (last 4 chars), last_error, last_started and invite_url (Discord) — plus plan_ok (Pro / Plus required), configured (server-side token key present) and max_per_platform (1).
Inferred read-onlycheckleaked_private_bot_setCreate, replace or pause/resume the account's private bot on one platform.
Potential side effectscheckleaked_private_bot_deleteRemove the account's private bot on one platform: stops it and discards the encrypted token.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.checkleaked-mcp-server]
url = "https://mcp.checkleaked.cc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"checkleaked-mcp-server": {
"type": "http",
"url": "https://mcp.checkleaked.cc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: checkleaked-mcp-server
Remote MCP URL: https://mcp.checkleaked.cc/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"checkleaked-mcp-server": {
"url": "https://mcp.checkleaked.cc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"checkleaked-mcp-server": {
"type": "http",
"url": "https://mcp.checkleaked.cc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "checkleaked-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.checkleaked.cc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.