{
  "serverInfo": {
    "name": "pumaai-site",
    "version": "1.0.0",
    "description": "Public PumaAI site discovery tools exposed through WebMCP."
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://pumaai.com/"
  },
  "transports": [
    {
      "type": "webmcp",
      "endpoint": "https://pumaai.com/"
    }
  ],
  "capabilities": {
    "tools": {
      "pumaai_get_site_summary": {
        "description": "Return a concise public summary of PumaAI."
      },
      "pumaai_navigate_section": {
        "description": "Navigate the browser to a public section of the PumaAI homepage."
      },
      "pumaai_get_discovery_links": {
        "description": "Return machine-readable discovery links for the public site."
      }
    },
    "resources": {
      "api_catalog": "https://pumaai.com/.well-known/api-catalog",
      "openapi": "https://pumaai.com/openapi.json",
      "sitemap": "https://pumaai.com/sitemap.xml"
    },
    "prompts": {}
  }
}
