{
  "protocolVersion": "0.3.0",
  "name": "Pool Patio and Porches Agent",
  "description": "Agent interface for pool remodeling, patio, and porch project information and consultation requests.",
  "url": "https://ppoolsct.com/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://ppoolsct.com/mcp",
      "transport": "JSONRPC"
    },
    {
      "url": "https://ppoolsct.com/mcp",
      "transport": "HTTP+JSON"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://ppoolsct.com/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Pool Patio and Porches",
    "url": "https://ppoolsct.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://ppoolsct.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "pool_service_overview",
      "name": "Pool service overview",
      "description": "Summarize pool, patio, and porch services offered.",
      "tags": [
        "pools",
        "patios",
        "porches",
        "connecticut"
      ],
      "examples": [
        "What pool services do you offer?"
      ]
    },
    {
      "id": "pool_consultation",
      "name": "Pool consultation request",
      "description": "Guide a visitor toward requesting a project consultation.",
      "tags": [
        "consultation",
        "quote"
      ],
      "examples": [
        "I want a quote for a pool remodel."
      ]
    }
  ]
}