{
  "$schema": "https://modelcontextprotocol.io/schema/mcp-server.v1.json",
  "name": "theaigency-websites-public",
  "version": "1.0.0",
  "description": "Public MCP-Server für AI-Agenten: Zugriff auf Service-, Sprint- und Prozess-Informationen von theAIgency Websites — KI-natives Premium-Web-Studio aus der Schweiz. Sprints CHF 2900-7900 je nach Umfang. Plus Live-Audit-API für externe Sites.",
  "vendor": {
    "name": "the aigency GmbH",
    "url": "https://theaigency.ch/",
    "contact": "info@theaigency.ch",
    "country": "CH"
  },
  "documentation": "https://websites.theaigency.ch/api.html",
  "resources": [
    {
      "uri": "https://websites.theaigency.ch/llms.txt",
      "name": "llms.txt",
      "description": "Service-Spec: Was eine KI-native Website ist (drei Zielgruppen — Menschen, KI-Suchmaschinen, KI-Agenten), sieben Hauptfähigkeiten, Sprint-Pakete, Substanz-Garantien.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://websites.theaigency.ch/robots.txt",
      "name": "robots.txt",
      "description": "AI-Crawler-Erlaubnisse — explizit allow für GPTBot, ClaudeBot, anthropic-ai, PerplexityBot u.a.",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://websites.theaigency.ch/sitemap.xml",
      "name": "sitemap.xml",
      "description": "Vollständige URL-Liste.",
      "mimeType": "application/xml"
    }
  ],
  "tools": [
    {
      "name": "ai_readiness_audit",
      "description": "AI-Readiness-Audit einer beliebigen Website. Anthropic Opus 4.7 analysiert HTML + Pre-Computed-Signals (llms.txt-Existence, JSON-LD-Types, HTML5-Landmark-Counts, Chat-Widget-Detection) → 5-Dimensionen-Score + branchen-spezifische Findings + Strengths + PDF-Report per Mail. Cross-Origin: erfordert Origin-Header auf erlaubte Domain.",
      "endpoint": "https://websites-api.theaigency.ch/v1/scorecard",
      "method": "POST",
      "input_schema": {
        "type": "object",
        "properties": {
          "url": {"type": "string", "format": "uri", "description": "Zu auditierende URL — beliebige öffentliche Website"},
          "email": {"type": "string", "format": "email", "description": "Empfänger-Mail für den PDF-Report"},
          "contact_name": {"type": "string", "description": "Optional: Name für Personalisierung des Reports"}
        },
        "required": ["url", "email"]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "score_overall": {"type": "integer", "minimum": 0, "maximum": 100},
          "score_overall_label": {"type": "string", "enum": ["Grundlagen", "Solide", "Über Durchschnitt", "Vorreiter"]},
          "industry_guess": {"type": "string"},
          "scores": {"type": "object", "properties": {
            "llms_txt": {"type": "integer"},
            "json_ld": {"type": "integer"},
            "html_semantic": {"type": "integer"},
            "chat_layer": {"type": "integer"},
            "agentic": {"type": "integer"}
          }},
          "findings": {"type": "array"},
          "strengths": {"type": "array"},
          "html_landmarks": {"type": "object"},
          "chat_widget": {"type": ["object", "null"]}
        }
      }
    },
    {
      "name": "book_consultation",
      "description": "30-Minuten-Erstgespräch mit Peter Baka — kostenlos, ohne Pitch.",
      "external_url": "https://tidycal.com/m2wr95m"
    },
    {
      "name": "conversational_assistant",
      "description": "Voice- + Text-fähiger digitaler Berater. Beantwortet Fragen zu Sprint-Paketen und Prozess.",
      "external_url": "https://websites.theaigency.ch/"
    }
  ],
  "service_catalog": {
    "sprint_packages": {
      "price_range_chf": [2900, 7900],
      "delivery_days": [7, 14],
      "what_included": [
        "llms.txt + JSON-LD-Stack",
        "AI-Bot-Allow-Liste in robots.txt",
        "Schema.org-Markup (FAQ, HowTo, Service, Organization)",
        "Embedded Voice+Text-Chat (optional)",
        "MCP-Server-Manifest",
        "Schweizer Hosting"
      ]
    }
  },
  "policies": {
    "data_residency": "Switzerland",
    "training_on_user_data": false,
    "gdpr_compliant": true,
    "ndsg_compliant": true
  },
  "related_servers": [
    {"url": "https://theaigency.ch/.well-known/mcp.json", "name": "the-aigency-parent"},
    {"url": "https://helvetiq-os.ch/.well-known/mcp.json", "name": "helvetiq-os-sister"}
  ]
}
