{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.json",
  "serverInfo": {
    "name": "Bootle Plumbing",
    "version": "1.0.0",
    "title": "Bootle Plumbing — Local Plumber (North Merseyside)",
    "description": "Local plumbing and heating service covering Bootle and North Merseyside. Exposes tools to request a callback, send an enquiry, and look up service areas and services via WebMCP in the browser."
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://bootleplumbing.com"
  },
  "capabilities": {
    "tools": {
      "request-callback": "Request a callback from Bootle Plumbing.",
      "send-enquiry": "Send a plumbing enquiry to Bootle Plumbing.",
      "get-service-areas": "List covered North Merseyside areas.",
      "get-services": "List offered plumbing and heating services."
    }
  },
  "contact": {
    "phone": "01514570408",
    "email": "info@bootleplumbing.com",
    "website": "https://bootleplumbing.com"
  }
}
