{
  "serverInfo": {
    "name": "XON_MCP",
    "version": "1.0.0",
    "title": "XposedOrNot Breach Intelligence",
    "description": "Real-time data-breach lookup and analytics for emails and domains.",
    "vendor": "XposedOrNot",
    "homepage": "https://xposedornot.com",
    "documentation": "https://xposedornot.com/api_doc",
    "repository": "https://github.com/XposedOrNot/XposedOrNot-API",
    "license": "MIT"
  },
  "protocolVersion": "2024-11-05",
  "transport": {
    "type": "http",
    "url": "https://api.xposedornot.com/mcp"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    {
      "name": "check_email_breaches",
      "description": "Check if an email address appears in any known data breaches."
    },
    {
      "name": "get_breach_analytics",
      "description": "Detailed breach analytics for an email: risk score, timeline, exposure categories."
    },
    {
      "name": "list_breaches",
      "description": "List or filter known breaches by domain or breach ID."
    },
    {
      "name": "domain_breach_summary",
      "description": "Aggregate breach summary for a domain: number of breaches, affected email accounts, pastes, and most recent breach date. Returns only counts, not individual email addresses."
    },
    {
      "name": "get_breach_metrics",
      "description": "System-wide breach statistics: total breaches and records indexed, breaches per year and industry, largest and most recent breaches, and when the latest breach was added."
    },
    {
      "name": "get_recent_breaches",
      "description": "Latest data breach news and recently added breaches tracked by XposedOrNot."
    }
  ]
}
