{
  "specVersion": "1.0",
  "host": {
    "displayName": "Mount Pleasant BIA",
    "identifier": "mountpleasant.bia-dev.works",
    "documentationUrl": "https://mountpleasant.bia-dev.works/llms.txt",
    "sitemapUrl": "https://mountpleasant.bia-dev.works/sitemap.xml"
  },
  "entries": [
    {
      "identifier": "urn:air:mountpleasant.bia-dev.works:api:catalog",
      "displayName": "Mount Pleasant BIA API catalog",
      "type": "application/linkset+json",
      "url": "https://mountpleasant.bia-dev.works/.well-known/api-catalog",
      "description": "RFC 9727 linkset of every public endpoint: directory (JSON/XML/CSV), map GeoJSON, events, sitemap, llms.txt.",
      "tags": [
        "api",
        "linkset",
        "rfc9727",
        "bia",
        "local-business"
      ],
      "capabilities": [
        "BusinessDirectory",
        "LocalBusinessLookup"
      ],
      "representativeQueries": [
        "list the businesses in Mount Pleasant BIA",
        "find a Vancouver, BC shop that is a member of Mount Pleasant BIA",
        "get contact details for a business in Mount Pleasant BIA"
      ]
    },
    {
      "identifier": "urn:air:mountpleasant.bia-dev.works:a2a:public-information",
      "displayName": "Mount Pleasant BIA public information (A2A card)",
      "type": "application/a2a-agent-card+json",
      "url": "https://mountpleasant.bia-dev.works/.well-known/agent-card.json",
      "description": "A2A agent card describing the read-only skills: find a local business, get the BIA boundary. No conversational endpoint.",
      "tags": [
        "a2a",
        "bia",
        "directory"
      ],
      "capabilities": [
        "LocalBusinessLookup"
      ],
      "representativeQueries": [
        "what is Mount Pleasant BIA",
        "which businesses belong to Mount Pleasant BIA"
      ]
    },
    {
      "identifier": "urn:air:mountpleasant.bia-dev.works:mcp:public-data",
      "displayName": "Mount Pleasant BIA MCP server card",
      "type": "application/mcp-server-card+json",
      "url": "https://mountpleasant.bia-dev.works/.well-known/mcp/server-card.json",
      "description": "MCP server card for the read-only Streamable HTTP server at /mcp: directory search, business lookup, categories, boundary GeoJSON, events; member pages as resources.",
      "tags": [
        "mcp",
        "directory",
        "local-business",
        "bia"
      ],
      "capabilities": [
        "LocalBusinessLookup",
        "BusinessDirectory",
        "BoundaryGeoJson"
      ],
      "representativeQueries": [
        "connect to Mount Pleasant BIA over MCP",
        "use a tool to find a business in Mount Pleasant BIA"
      ]
    },
    {
      "identifier": "urn:air:mountpleasant.bia-dev.works:skills:index",
      "displayName": "Mount Pleasant BIA agent skills",
      "type": "application/json",
      "url": "https://mountpleasant.bia-dev.works/.well-known/agent-skills/index.json",
      "description": "agentskills.io index of SKILL.md files for the directory, boundary map.",
      "tags": [
        "skills",
        "skill-md"
      ],
      "capabilities": [
        "LocalBusinessLookup",
        "BoundaryGeoJson"
      ],
      "representativeQueries": [
        "how do I query the Mount Pleasant BIA directory"
      ]
    },
    {
      "identifier": "urn:air:mountpleasant.bia-dev.works:webmcp:tools",
      "displayName": "Mount Pleasant BIA WebMCP tool manifest",
      "type": "application/json",
      "url": "https://mountpleasant.bia-dev.works/.well-known/webmcp.json",
      "description": "Declared WebMCP tools (findLocalBusiness, getSiteInfo, getBoundary), each with the equivalent HTTP request.",
      "tags": [
        "webmcp",
        "browser-tools"
      ],
      "capabilities": [
        "LocalBusinessLookup"
      ],
      "representativeQueries": [
        "search the Mount Pleasant BIA directory from the page"
      ]
    }
  ]
}