{
  "schemaVersion": "0.1",
  "name": "berda-public-data",
  "title": "BERDA Public Data",
  "description": "Read-only public data layer for BERDA GmbH — brands, products, contact, opening hours and dealer regions. Exposed as static JSON endpoints and described by an OpenAPI 3.1 specification so AI agents (Claude, ChatGPT, Perplexity) can read structured information about the BERDA portfolio without authentication.",
  "publisher": {
    "name": "BERDA GmbH",
    "url": "https://www.berda-maschinen.de/",
    "email": "info@berda-maschinen.de"
  },
  "endpoints": {
    "documentation": "https://www.berda-maschinen.de/developers.html",
    "openapi":       "https://www.berda-maschinen.de/api/openapi.json",
    "llms_txt":      "https://www.berda-maschinen.de/llms.txt"
  },
  "transport": {
    "kind": "static-http",
    "description": "All resources are fetched via plain HTTPS GET. No authentication. Cacheable. Suitable for any agent that can perform HTTP fetches."
  },
  "resources": [
    {
      "name": "brands",
      "description": "List all 5 brands in the BERDA portfolio with category, role, products, links and stock status.",
      "uri": "https://www.berda-maschinen.de/api/brands.json",
      "mime_type": "application/json"
    },
    {
      "name": "products",
      "description": "Product categories (Kompakttraktoren, Minibagger, Hoflader, Teleskopstapler, Anbaugeräte) with brand mappings.",
      "uri": "https://www.berda-maschinen.de/api/products.json",
      "mime_type": "application/json"
    },
    {
      "name": "contact",
      "description": "BERDA company, address, geo coordinates and contact channels (phone, email, contact form, social).",
      "uri": "https://www.berda-maschinen.de/api/contact.json",
      "mime_type": "application/json"
    },
    {
      "name": "opening-hours",
      "description": "Opening hours of the BERDA headquarters in Neu Wulmstorf — per-day, schema.org spec, and RFC 5545 RRULE for calendar integration.",
      "uri": "https://www.berda-maschinen.de/api/opening-hours.json",
      "mime_type": "application/json"
    },
    {
      "name": "dealers",
      "description": "Dealer network: 30+ authorized dealers across DE/AT/CH with regional landing pages per Bundesland and major city.",
      "uri": "https://www.berda-maschinen.de/api/dealers.json",
      "mime_type": "application/json"
    }
  ],
  "tools_capabilities_note": "This deployment exposes only read operations. There is no MCP tool-call surface that mutates state (no booking, no order placement). Agents that need to act (e.g. to schedule a showroom visit) should direct users to https://www.berda-maschinen.de/kontakt.html."
}
