{
  "mcpVersion": "2025-06-18",
  "name": "Strategic AI Architects",
  "description": "AI and technology consulting for insurance agencies. Agent-callable tools for AEO auditing, HIPAA tracking scans, and booking a strategy call.",
  "url": "https://strategicaiarchitects.com",
  "endpoint": "https://strategicaiarchitects.com/mcp",
  "transport": "http",
  "contact": "https://strategicaiarchitects.com/contact",
  "tools": [
    {
      "name": "aeo_audit_request",
      "description": "Request a free Answer Engine Optimization audit for an insurance agency website. Checks schema markup, E-E-A-T signals, and AI citation readiness.",
      "inputSchema": {
        "type": "object",
        "required": ["website"],
        "properties": {
          "website": { "type": "string", "description": "The agency website URL to audit" },
          "email": { "type": "string", "description": "Where to send the report" }
        }
      }
    },
    {
      "name": "hipaa_scan_request",
      "description": "Request a free HIPAA tracking scan. Detects pre-consent tracker firing, PHI-adjacent pixel exposure, and CIPA or ECPA wiretap risk on a health, life, or Medicare agency site.",
      "inputSchema": {
        "type": "object",
        "required": ["website"],
        "properties": {
          "website": { "type": "string", "description": "The agency website URL to scan" },
          "email": { "type": "string", "description": "Where to send the findings" }
        }
      }
    },
    {
      "name": "book_strategy_call",
      "description": "Book a free 30 minute strategy call with Strategic AI Architects to map an insurance agency's technology stack.",
      "inputSchema": {
        "type": "object",
        "required": ["name", "email"],
        "properties": {
          "name": { "type": "string" },
          "email": { "type": "string" },
          "agency": { "type": "string", "description": "Agency name, optional" }
        }
      }
    }
  ]
}
