{
  "schemaVersion": "1.0",
  "name": "MaterialsHub",
  "title": "MaterialsHub — Materials Importer & Project Supplier",
  "description": "MaterialsHub imports and distributes building and finishing materials in Greece — tiles, sanitary ware, marble, lighting and furniture — direct from the factories, and supplies them to homeowners, architects, contractors, hotels and shops alike.",
  "url": "https://materialshub.gr",
  "version": "1.0.0",
  "provider": {
    "name": "MaterialsHub",
    "url": "https://materialshub.gr",
    "areaServed": [
      "GR",
      "CY"
    ],
    "languages": [
      "el",
      "en"
    ],
    "sameAs": [
      "https://www.linkedin.com/company/materials-hub"
    ]
  },
  "documentation": {
    "llmsTxt": "https://materialshub.gr/llms.txt",
    "openapi": "https://materialshub.gr/openapi.json",
    "agentCard": "https://materialshub.gr/.well-known/agent-card.json",
    "pricing": "https://materialshub.gr/pricing.json",
    "humanDocs": "https://materialshub.gr/contact"
  },
  "interfaces": [
    {
      "type": "openapi",
      "url": "https://materialshub.gr/openapi.json"
    },
    {
      "type": "website",
      "url": "https://materialshub.gr"
    }
  ],
  "capabilities": [
    {
      "name": "list_material_categories",
      "title": "List material categories",
      "description": "Return every material category MaterialsHub imports and supplies, with lead time, indicative supply price range and page URLs in English and Greek.",
      "endpoint": {
        "method": "GET",
        "url": "https://materialshub.gr/api/public/materials"
      },
      "readOnly": true,
      "inputSchema": {
        "type": "object",
        "properties": {
          "locale": {
            "type": "string",
            "enum": [
              "en",
              "el"
            ],
            "default": "en"
          }
        },
        "additionalProperties": false
      },
      "outputSchema": {
        "$ref": "#/components/schemas/MaterialList"
      },
      "schemaSource": "https://materialshub.gr/openapi.json"
    },
    {
      "name": "get_material_category",
      "title": "Get one material category",
      "description": "Return full detail for a single material category: ranges, applications, specifications, FAQs, lead time and indicative supply pricing.",
      "endpoint": {
        "method": "GET",
        "url": "https://materialshub.gr/api/public/materials/{slug}"
      },
      "readOnly": true,
      "inputSchema": {
        "type": "object",
        "required": [
          "slug"
        ],
        "properties": {
          "slug": {
            "type": "string",
            "description": "Category slug, e.g. tiles, marble, sanitaryware."
          }
        },
        "additionalProperties": false
      },
      "outputSchema": {
        "$ref": "#/components/schemas/MaterialDetail"
      },
      "schemaSource": "https://materialshub.gr/openapi.json"
    },
    {
      "name": "submit_project_inquiry",
      "title": "Submit a project inquiry",
      "description": "Send a supply inquiry (project, materials, quantities, timing) to the MaterialsHub sales team. A human replies by email.",
      "endpoint": {
        "method": "POST",
        "url": "https://materialshub.gr/api/public/inquiry"
      },
      "readOnly": false,
      "inputSchema": {
        "$ref": "#/components/schemas/InquiryRequest"
      },
      "outputSchema": {
        "$ref": "#/components/schemas/InquiryResponse"
      },
      "schemaSource": "https://materialshub.gr/openapi.json"
    }
  ],
  "domains": [
    "Tiles",
    "Marble",
    "Natural Stone",
    "Lighting",
    "Heating",
    "Sanitaryware",
    "Flooring",
    "Plumbing",
    "Electrical",
    "Paints & coatings",
    "Doors & windows",
    "Insulation & building chemicals",
    "Bathroom Furniture & Vanities",
    "Drywall & Dry Construction",
    "Underfloor Heating",
    "Wood Flooring, Laminate, SPC & Parquet",
    "Kitchen Worktops & Surfaces",
    "Pergolas & Outdoor Shading",
    "Air Conditioning & Heat Pumps",
    "Gas Boilers & Burners",
    "Epoxy, Resin & Industrial Floors",
    "Tile Adhesives, Grouts & Mortars",
    "External Thermal Insulation (ETICS)",
    "Waterproofing & Sealing Systems",
    "Fireplaces, Stoves & Flues",
    "Decking & Outdoor Flooring",
    "Glass, Railings & Balustrades",
    "Ironmongery & Hardware",
    "Roller Shutters, Awnings & Screens",
    "Masonry, Screeds & Renders",
    "Solar Water Heaters & Cylinders",
    "Solar & Photovoltaic Systems",
    "Furniture",
    "Wood & Melamine Panels",
    "Furniture Accessories",
    "White Appliances",
    "Televisions & Displays",
    "Security Cameras & CCTV",
    "KNX & Smart Home",
    "Spa & Sauna",
    "Jacuzzi & Hydromassage",
    "Electric Heating Appliances",
    "Electrical Appliances",
    "Outdoor Furniture",
    "Outdoor Kitchens & BBQ",
    "Acoustic Insulation",
    "Door Entry & Intercom",
    "Skirting & Profiles",
    "Suspended Ceilings",
    "Kitchens & Wardrobes",
    "Pools"
  ],
  "auth": {
    "type": "none",
    "required": false,
    "description": "Public read endpoints need no API key or token."
  },
  "rateLimit": {
    "requests": 60,
    "window": "1m",
    "policy": "60 requests per minute per IP on /api/public/*; contact us for higher volumes."
  },
  "pricing": {
    "model": "quote",
    "currency": "EUR",
    "apiAccess": {
      "price": 0,
      "currency": "EUR",
      "description": "The public API is free to call. No API key required."
    },
    "details": "https://materialshub.gr/pricing.json",
    "note": "Material supply is quoted per project specification and quantity; indicative ranges are published per category."
  },
  "contact": {
    "email": "find@materialshub.gr",
    "telephone": "+306948408542",
    "url": "https://materialshub.gr/contact",
    "languages": [
      "el",
      "en"
    ]
  },
  "termsOfService": "https://materialshub.gr/contact"
}