{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card-v1.json",
  "serverInfo": {
    "name": "pgt-repairs",
    "title": "Paul's Garden Tools & Repair",
    "version": "1.0.0",
    "vendor": "Paul's Garden Tools & Repair",
    "description": "Public information about Paul's Garden Tools & Repair — a petrol/diesel garden machinery repair workshop in Hyde, Greater Manchester. Exposes business info, services, opening hours, coverage areas, and quote intake.",
    "homepage": "https://pgtrepairs.co.uk/",
    "icon": "https://pgtrepairs.co.uk/images/pgt-repairs-logo-horizontal.svg"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://pgtrepairs.co.uk/mcp",
    "methods": ["POST"]
  },
  "protocolVersion": "2025-06-18",
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "listChanged": false, "subscribe": false },
    "prompts": { "listChanged": false },
    "logging": {}
  },
  "auth": {
    "type": "none",
    "public": true,
    "note": "Public read-only MCP server. Workshop management tools at /api require Cloudflare Access and are not exposed via MCP."
  },
  "contact": {
    "name": "Paul Leah",
    "email": "paulharryleah@gmail.com",
    "phone": "+447342239878",
    "url": "https://pgtrepairs.co.uk/contact/"
  },
  "license": "Proprietary",
  "tools": [
    {
      "name": "get_business_info",
      "description": "Return Paul's business info — address, phone, email, opening hours, payment methods."
    },
    {
      "name": "get_services",
      "description": "List repair services offered (lawnmower, chainsaw, ride-on mower, etc.) with brands serviced."
    },
    {
      "name": "get_coverage_area",
      "description": "Return the towns and regions Paul covers across Greater Manchester."
    },
    {
      "name": "get_reviews_summary",
      "description": "Return Google review rating and count."
    },
    {
      "name": "build_quote_link",
      "description": "Build a prefilled WhatsApp or tel: link with the customer's enquiry."
    }
  ],
  "resources": [
    {
      "uri": "pgt://services",
      "name": "services",
      "description": "All services offered (JSON)",
      "mimeType": "application/json"
    },
    {
      "uri": "pgt://locations",
      "name": "locations",
      "description": "All locations served (JSON)",
      "mimeType": "application/json"
    }
  ],
  "documentation": "https://pgtrepairs.co.uk/about/"
}
