{
  "status": "live",
  "note": "AI Web App Store catalog tools — non-stub Actionability (A).",
  "merchant": {
    "id": "aiwebappstore01",
    "slug": "ai-web-app-store",
    "name": "AI Web App Store",
    "status": "published"
  },
  "vcap": {
    "visibility": "https://www.theaiwebapp.com/irl/ai-web-app-store",
    "citability": "https://www.theaiwebapp.com/irl/ai-web-app-store/llms.txt",
    "actionability": "https://www.aiwebappstore.com/mcp.json",
    "performability": "https://www.aiwebappstore.com/openapi.json",
    "storefront": "https://www.aiwebappstore.com"
  },
  "mcp": {
    "protocolVersion": "2024-11-05",
    "serverInfo": {
      "name": "ai-web-app-store",
      "title": "AI Web App Store",
      "version": "1.0.0"
    },
    "tools": [
      {
        "name": "search_catalog",
        "description": "Search approved AI Web App Store listings by title, blurb, developer, or genre. Returns matching catalog items.",
        "status": "live",
        "endpoint": {
          "method": "GET",
          "url": "https://www.aiwebappstore.com/api/v1/catalog/index.json",
          "query": {
            "q": "optional client-side filter over items[].title|blurb|genreTags"
          }
        }
      },
      {
        "name": "list_catalog",
        "description": "List all approved store listings.",
        "status": "live",
        "endpoint": {
          "method": "GET",
          "url": "https://www.aiwebappstore.com/api/v1/catalog/index.json"
        }
      },
      {
        "name": "get_app",
        "description": "Get one listing by slug (e.g. mambago, ai-web-app-store).",
        "status": "live",
        "endpoint": {
          "method": "GET",
          "url": "https://www.aiwebappstore.com/api/v1/catalog/{slug}.json"
        }
      },
      {
        "name": "list_shelf",
        "description": "List apps on a shelf: featured, games, apps, tools, new, verified-fair, what-were-playing.",
        "status": "live",
        "endpoint": {
          "method": "GET",
          "url": "https://www.aiwebappstore.com/api/v1/shelves/{shelf}.json"
        }
      }
    ]
  }
}
