{
  "specVersion": "1.0",
  "host": {
    "displayName": "FootyCalc",
    "identifier": "did:web:footycalc.com"
  },
  "entries": [
    {
      "identifier": "urn:air:footycalc.com:server:sqft-tools",
      "displayName": "FootyCalc square footage tools (MCP)",
      "description": "Read-only MCP server: calculate square footage for common shapes, convert area units, and look up site pages and guides.",
      "type": "application/mcp-server-card+json",
      "url": "https://footycalc.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what is the square footage of a 12 by 15 foot room",
        "convert 850 square feet to square yards",
        "which page explains calculating square footage of an L-shaped room"
      ]
    },
    {
      "identifier": "urn:air:footycalc.com:server:site-lookup-api",
      "displayName": "FootyCalc site lookup API",
      "description": "Bounded read-only JSON API for listing, searching, and retrieving metadata of FootyCalc calculator and guide pages.",
      "type": "application/openapi+json",
      "url": "https://footycalc.com/openapi.json",
      "representativeQueries": [
        "list all calculator pages on this site",
        "search for pages about tile calculator",
        "get details of the square feet to square meters page"
      ]
    },
    {
      "identifier": "urn:air:footycalc.com:skill:site-lookup",
      "displayName": "FootyCalc site lookup skill",
      "description": "Agent Skill describing how to find, query, and interpret FootyCalc's public data endpoints.",
      "type": "text/markdown",
      "url": "https://footycalc.com/ai/skills/site-lookup/SKILL.md",
      "representativeQueries": [
        "how do I query footycalc pages as an agent",
        "what endpoints does footycalc expose for AI agents"
      ]
    }
  ]
}
