# data-breach-detector MCP server

Read-only breach intel, full history 2007-today: reports THAT an org was breached, never the data.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-beepboop2025-data-breach-detector
- Repository: https://github.com/beepboop2025/data-breach-detector

## Install
- Command: `uvx data-breach-detector`
- Endpoint: https://breach.seiche.info/mcp
- Auth: Not captured

## Setup notes
- Package: Pypi data-breach-detector v0.3.1
- Remote endpoint: https://breach.seiche.info/mcp

## Tools
- breach_news - Read recent breach and ransomware DISCLOSURES from public threat-intel
    feeds (HaveIBeenPwned, the RansomLook live leak-site tracker and SEC 8-K
    Item 1.05 filings), newest first. Every row is metadata only — entity,
    date, scale, exposed data TYPES, threat level and source — never the
    leaked data, and a redaction pass strips anything credential-shaped before
    it is returned. Use sector to narrow to an industry keyword; for one
    specific organization use check_exposure; for all-time history use
    breach_history. Endpoint: https://breach.seiche.info/mcp
- check_exposure - Answer whether a domain, company or brand appears in public breach or
    ransomware DISCLOSURES across ALL history (2007 → today): yes/no with
    mention count, worst threat level, total accounts exposed across matches,
    the exposed data TYPES, and the matching disclosure metadata — never the
    exposed records themselves. This is a triage signal built from disclosure
    feeds, not proof of compromise; confirm through authorized channels before
    acting. For the incident-by-incident chronology of one entity, use
    breach_timeline; for a recent-news sweep, use breach_news. mentions, the
    aggregates and the data types always cover every match; matches carries one
    page of them, sized by limit and walked with offset. Endpoint: https://breach.seiche.info/mcp
- breach_history - Search the FULL historical breach archive — every incident this server
    knows about, back to 2007: HaveIBeenPwned's verified breach directory, the
    2020-2025 ransomwatch leak-site archive (~16k victims), the RansomLook
    live tracker and SEC 8-K Item 1.05 filings. Filter by keyword, year range,
    sector, exposed data type or minimum scale; order by date or size. Returns
    disclosure metadata only, never breach contents. Use this for questions
    like 'what were the biggest breaches of 2013' or 'which airlines have ever
    been hit by ransomware'. Endpoint: https://breach.seiche.info/mcp
- breach_timeline - Build the incident-by-incident CHRONOLOGY of one organization across
    every source and all history, with judgment on top: first and latest
    incident, incidents per year, whether the organization is a repeat victim,
    worst threat level and total accounts ever exposed. Those summary fields
    cover EVERY incident on record. The timeline list carries a window of them,
    oldest first within the window, defaulting to the most recent limit
    incidents and paging backwards with offset, so an organization with a long
    history shows its current state first rather than only its ancient one.
    Repeat victimhood is a forward-looking risk signal: organizations named
    more than once have demonstrably not closed the gap. Metadata only; never
    the leaked data. For a yes/no presence check use check_exposure. Endpoint: https://breach.seiche.info/mcp
- breach_stats - Aggregate the full breach archive into analyst-grade statistics:
    incidents and accounts exposed per year, per source, per exposed data
    type, per threat level, or per ransomware actor — plus the five largest
    incidents ever recorded. Use it to answer 'how has breach volume trended
    since 2015', 'which ransomware groups have the most victims' or 'how often
    are passwords part of a breach'. Aggregate counts only; no leaked records. Endpoint: https://breach.seiche.info/mcp
- assess_threat - Classify a piece of security text you supply — an advisory, alert or
    forum post — into a threat level, matched categories, financial-target
    flags, a confidence score and a recommended action. Pure local analysis:
    it collects nothing, stores nothing and reaches no network; the text never
    leaves the server. Use it to triage findings surfaced by breach_news or
    from your own monitoring. Endpoint: https://breach.seiche.info/mcp
- feed_sources - List the public disclosure feeds this server aggregates, how many
    disclosures are cached per source, each source's newest item and an honest
    staleness flag, plus cache ages. Takes no arguments. Also states the scope
    plainly: public feeds only — no .onion access, no arbitrary fetching or
    crawling, no credential or PII output. Check this first if another tool's
    answer looks thin: a stale live feed is a finding, not background noise. Endpoint: https://breach.seiche.info/mcp

## Resources
Not captured

## Prompts
- breach_check - Breach exposure check Evidence-backed breach history for one organization: live leak-site
    claims, the 2007-to-today archive, and SEC 8-K cyber filings. Arguments: organization
- vendor_risk_sweep - Vendor risk sweep Screen a comma-separated list of vendors against public breach and
    ransomware disclosures, ranked worst first. Arguments: vendors

## Metadata
- Owner: io.github.beepboop2025
- Version: 0.3.1
- Runtime: Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
