{
  "protocolVersion": "0.3.0",
  "name": "site4rent-ca",
  "version": "1.0.0",
  "description": "Site4Rent Canada (site4rent.ca) - a Canadian web design agency building fast, custom websites for small businesses. This agent answers questions about services and the FAQ, and can submit a quote request. It speaks MCP (streamable HTTP), not the full A2A message protocol - see supportedInterfaces.",
  "url": "https://site4rent.ca/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://site4rent.ca/mcp", "transport": "JSONRPC", "protocol": "mcp/streamable-http" }
  ],
  "provider": {
    "organization": "Site4Rent Canada",
    "url": "https://site4rent.ca"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "get-services",
      "name": "Services",
      "description": "List the services Site4Rent Canada offers: custom design, development, hosting/maintenance, and SEO.",
      "tags": ["services"]
    },
    {
      "id": "get-faq",
      "name": "FAQ",
      "description": "Frequently asked questions about cost, timeline, hosting, and what happens after launch.",
      "tags": ["faq"]
    },
    {
      "id": "submit-quote-request",
      "name": "Submit quote request",
      "description": "Send a website quote request with the visitor's name, email and business needs.",
      "tags": ["leads", "contact"]
    }
  ],
  "documentationUrl": "https://site4rent.ca/auth.md"
}
