{
  "schema_version": "v1",
  "name_for_model": "aetherion_cyber_systems",
  "name_for_human": "Aetherion Cyber Systems",
  "description_for_model": "Autonomous cybersecurity, threat intelligence, and sovereign assessment scoping APIs from Aetherion Cyber Systems.",
  "description_for_human": "Autonomous cybersecurity, threat intelligence, and sovereign defense operations platform.",
  "icon": "https://aetherioncyber.com/brand/icon.svg",
  "logo": "https://aetherioncyber.com/brand/icon.svg",
  "transport": "streamable-http",
  "endpoint": "https://aetherioncyber.com/mcp",
  "tools": [
    {
      "name": "submit_lead",
      "description": "Submit enterprise scoping parameters for the $15,000 fixed-fee Sovereign Assessment SOW engagement.",
      "parameters": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of executive or lead contact"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Corporate or agency email address"
          },
          "company": {
            "type": "string",
            "description": "Company, contractor, or defense agency name"
          },
          "useCase": {
            "type": "string",
            "description": "Target enclave architecture, compliance tier, or scope notes"
          }
        },
        "required": ["name", "email", "company"]
      }
    }
  ]
}
