{
  "mcpVersion": "0.1",
  "name": "RM-Werbung Kaiserslautern",
  "description": "Werbetechnik-Agentur aus Kaiserslautern: Fahrzeugfolierung, Textildruck, Webdesign & Content Creation – seit über 9 Jahren in der Westpfalz.",
  "url": "https://rm-werbung.com",
  "contact": {
    "name": "RM-Werbung",
    "url": "https://rm-werbung.com/#kontakt"
  },
  "tools": [
    {
      "name": "get_business_info",
      "description": "Gibt Informationen über RM-Werbung zurück: Adresse, Öffnungszeiten, Leistungen, Preise und Kontaktdaten.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "name":        { "type": "string" },
          "address":     { "type": "string" },
          "phone":       { "type": "string" },
          "hours":       { "type": "string" },
          "services":    { "type": "array", "items": { "type": "string" } },
          "rating":      { "type": "number" },
          "area_served": { "type": "array", "items": { "type": "string" } }
        }
      },
      "response": {
        "name": "RM-Werbung",
        "address": "Feuerbachstr. 49, 67659 Kaiserslautern",
        "phone": "+49 160 2093006",
        "hours": "Mo–Fr 09:00–18:00 Uhr",
        "services": [
          "Fahrzeugfolierung Kaiserslautern (ab 150 €)",
          "Textildruck & Siebdruck Kaiserslautern",
          "Webdesign Kaiserslautern",
          "Content Creation & Social Media",
          "Fahrzeugbeschriftung",
          "Schilder & Leuchtreklame",
          "Aufkleber & Glasdekor",
          "Werbeartikel & Eventbedarf"
        ],
        "rating": 4.9,
        "area_served": ["Kaiserslautern", "Landstuhl", "Ramstein", "Pirmasens", "Zweibrücken", "Kusel", "Westpfalz"]
      }
    },
    {
      "name": "submit_contact_form",
      "description": "Sendet eine Kontakt- oder Projektanfrage an RM-Werbung. Das Team antwortet innerhalb von 24 Stunden.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "contact_name": {
            "type": "string",
            "description": "Vor- und Nachname des Anfragenden"
          },
          "contact_email": {
            "type": "string",
            "format": "email",
            "description": "E-Mail-Adresse für die Rückantwort"
          },
          "contact_phone": {
            "type": "string",
            "description": "Telefonnummer (optional)"
          },
          "contact_subject": {
            "type": "string",
            "description": "Betreff der Anfrage, z. B. 'Fahrzeugfolierung' oder 'Webdesign'"
          },
          "contact_message": {
            "type": "string",
            "description": "Beschreibung des Projekts oder der Frage"
          }
        },
        "required": ["contact_name", "contact_email", "contact_subject", "contact_message"]
      },
      "endpoint": {
        "url": "https://rm-werbung.com/api/mcp/tools/submit_inquiry",
        "method": "POST",
        "contentType": "application/json",
        "headers": { "X-MCP-Request": "1" }
      }
    },
    {
      "name": "list_services",
      "description": "Listet alle Leistungen von RM-Werbung mit URLs und Preisen auf.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "response": {
        "services": [
          { "name": "Fahrzeugfolierung Kaiserslautern", "url": "https://rm-werbung.com/folierung-kaiserslautern", "price_from": "150 €" },
          { "name": "Textildruck Kaiserslautern", "url": "https://rm-werbung.com/textildruck-kaiserslautern", "price_from": "ab 2,90 € / Stück" },
          { "name": "Webdesign Kaiserslautern", "url": "https://rm-werbung.com/webdesign", "price_from": "auf Anfrage" },
          { "name": "Content Creation & Social Media", "url": "https://rm-werbung.com/contentcreation", "price_from": "auf Anfrage" },
          { "name": "Werbetechnik Übersicht", "url": "https://rm-werbung.com/werbetechnik", "price_from": "auf Anfrage" }
        ]
      }
    },
    {
      "name": "get_projects",
      "description": "Ruft abgeschlossene Projekte aus den Bereichen Folierung, Webdesign und Textildruck ab.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "endpoint": {
        "url": "https://rm-werbung.com/projekte",
        "method": "GET"
      }
    }
  ]
}
