{
  "schema_version": "2025-03-26",
  "name": "martina-peukert-coaching",
  "display_name": "Martina Peukert – Business Coach Frankfurt",
  "description": "Discovery-MCP für Coaching-Angebote, Preise und Buchung von Martina Peukert (Business Coach Frankfurt, KI & Transformation).",
  "publisher": {
    "name": "ProgramMaker UG (haftungsbeschränkt)",
    "url": "https://www.systemischer-coach-frankfurt.de",
    "email": "info@systemischer-coach-frankfurt.de"
  },
  "website": "https://www.systemischer-coach-frankfurt.de",
  "documentation": "https://www.systemischer-coach-frankfurt.de/llms-full.txt",
  "openapi": "https://www.systemischer-coach-frankfurt.de/openapi.json",
  "contact": "info@systemischer-coach-frankfurt.de",
  "transports": [
    {
      "type": "static",
      "description": "Static discovery only. Diese Website ist eine Coaching-Dienstleistung, kein SaaS – es gibt keinen Streamable-HTTP-MCP-Endpoint. Agents nutzen die unten gelisteten Ressourcen-URLs."
    }
  ],
  "resources": [
    { "uri": "https://www.systemischer-coach-frankfurt.de/llms.txt", "name": "Overview", "mimeType": "text/plain" },
    { "uri": "https://www.systemischer-coach-frankfurt.de/llms-full.txt", "name": "Full context", "mimeType": "text/plain" },
    { "uri": "https://www.systemischer-coach-frankfurt.de/pricing.md", "name": "Pricing", "mimeType": "text/markdown" },
    { "uri": "https://www.systemischer-coach-frankfurt.de/openapi.json", "name": "OpenAPI", "mimeType": "application/json" },
    { "uri": "https://www.systemischer-coach-frankfurt.de/sitemap.xml", "name": "Sitemap", "mimeType": "application/xml" }
  ],
  "tools": [
    {
      "name": "book_first_consultation",
      "description": "Liefert den Buchungslink für ein kostenloses Erstgespräch (30 Min., online via Microsoft Teams).",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
      "outputSchema": {
        "type": "object",
        "properties": {
          "booking_url": { "type": "string", "format": "uri" },
          "duration_minutes": { "type": "integer" },
          "price_eur": { "type": "number" }
        }
      },
      "static_response": {
        "booking_url": "https://calendly.com/mp-beratung/martina-peukert",
        "duration_minutes": 30,
        "price_eur": 0
      }
    },
    {
      "name": "get_pricing",
      "description": "Liefert die aktuellen Coaching-Preise (inkl. MwSt., EUR).",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
      "static_response": {
        "currency": "EUR",
        "items": [
          { "name": "Erstgespräch", "duration_minutes": 30, "price": 0 },
          { "name": "Einzelsitzung Systemisches Coaching", "duration_minutes": 60, "price": 450 },
          { "name": "VIP Tages-Coaching Frankfurt", "duration_minutes": 480, "price": 2500 },
          { "name": "Coaching-Paket 10 Stunden", "price": null, "note": "Preis auf Anfrage" }
        ]
      }
    }
  ],
  "rate_limits": {
    "requests_per_minute": 60,
    "headers": ["X-RateLimit-Limit", "X-RateLimit-Remaining", "Retry-After"]
  },
  "errors": {
    "format": "application/json",
    "schema": {
      "error": {
        "code": "string",
        "message": "string",
        "hint": "string",
        "documentation_url": "string"
      }
    }
  }
}
