{
  "$schema": "https://modelcontextprotocol.io/schema/mcp-server.v1.json",
  "name": "the-aigency-public",
  "version": "1.0.0",
  "description": "Public MCP-Server für AI-Agenten (Claude Desktop, Cursor, Windsurf, ChatGPT-Desktop): Zugriff auf öffentliche Produkt-, Preis- und Beratungs-Informationen der the aigency GmbH (Schweizer KI-First-Agentur, Sitz Solothurn).",
  "vendor": {
    "name": "the aigency GmbH",
    "url": "https://theaigency.ch/",
    "contact": "info@theaigency.ch",
    "country": "CH"
  },
  "documentation": "https://theaigency.ch/api.html",
  "resources": [
    {
      "uri": "https://theaigency.ch/llms.txt",
      "name": "llms.txt",
      "description": "Maschinenlesbare Übersicht der Agentur — Positionierung, drei Lösungswege (Helvetiq OS, theAIgency Websites, Custom), KI-Strategie & Pilotplan, ICPs, Differenzierung.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://theaigency.ch/robots.txt",
      "name": "robots.txt",
      "description": "AI-Crawler-Erlaubnisse — explizit allow für GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, CCBot, Applebot-Extended, Bytespider, cohere-ai, ChatGPT-User.",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://theaigency.ch/sitemap.xml",
      "name": "sitemap.xml",
      "description": "Vollständige URL-Liste der Site.",
      "mimeType": "application/xml"
    }
  ],
  "tools": [
    {
      "name": "book_consultation",
      "description": "Buchung des kostenlosen 30-Minuten-Erstgesprächs mit Peter Baka (Gründer). Externe Tool-URL — keine Authentifizierung nötig.",
      "external_url": "https://tidycal.com/m2wr95m",
      "input_schema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "ai_readiness_audit",
      "description": "AI-Readiness-Audit einer beliebigen Website. Liefert 5-Dimensionen-Score (KI-Suche zitierfähig, Strukturdaten, HTML-Semantik, Chat/Assistant, Agent-Fähigkeit), branchen-spezifische Findings, Strengths-Block und PDF-Report per Mail.",
      "external_url": "https://websites-api.theaigency.ch/v1/scorecard",
      "input_schema": {
        "type": "object",
        "properties": {
          "url": {"type": "string", "format": "uri", "description": "Zu auditierende URL"},
          "email": {"type": "string", "format": "email", "description": "Empfänger-Mail für PDF-Report"},
          "contact_name": {"type": "string", "description": "Optional: Name für Personalisierung"}
        },
        "required": ["url", "email"]
      }
    },
    {
      "name": "conversational_assistant",
      "description": "Voice- + Text-fähiger digitaler Berater (ElevenLabs Conversational AI). Beantwortet Fragen zu Helvetiq OS, KI-nativen Websites, 10-Tage-KI-Strategie. Embedded auf der Website unten rechts.",
      "external_url": "https://theaigency.ch/"
    }
  ],
  "policies": {
    "data_residency": "Switzerland",
    "training_on_user_data": false,
    "gdpr_compliant": true,
    "ndsg_compliant": true,
    "hosting": "Infomaniak VPS, Switzerland"
  },
  "related_servers": [
    {"url": "https://helvetiq-os.ch/.well-known/mcp.json", "name": "helvetiq-os"},
    {"url": "https://websites.theaigency.ch/.well-known/mcp.json", "name": "theaigency-websites"}
  ]
}
