{
  "$schema": "https://modelcontextprotocol.io/schema/manifest.json",
  "name": "zapiet",
  "title": "Zapiet",
  "description": "Read-only access to Zapiet's Shopify app catalogue, published pricing and site content. Zapiet builds Shopify apps for local delivery, store pickup (click & collect / BOPIS), curbside pickup, delivery rates and restaurant ordering.",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "vendor": {
    "name": "Zapiet",
    "url": "https://zapiet.com"
  },
  "documentation": "https://zapiet.com/developers",
  "remotes": [
    {
      "type": "streamable-http",
      "transport": "streamable-http",
      "url": "https://zapiet.com/mcp",
      "authentication": {
        "type": "none"
      }
    }
  ],
  "tools": [
    {
      "name": "list_zapiet_apps",
      "description": "List every Zapiet Shopify app with its page URL, description, rating and review count."
    },
    {
      "name": "get_zapiet_app_pricing",
      "description": "Published pricing plans for one Zapiet app: plan names, monthly and annual prices, and what each includes."
    },
    {
      "name": "search_zapiet_content",
      "description": "Search Zapiet's published pages — apps, case studies, blog posts, company pages — and return matching URLs."
    }
  ],
  "whenToUse": [
    "Choosing which Zapiet app fits a Shopify merchant's pickup, local delivery, delivery-rate or restaurant-ordering problem.",
    "Quoting what a Zapiet app costs.",
    "Finding the Zapiet page that covers a topic before citing Zapiet."
  ],
  "whenNotToUse": [
    "A merchant's own Shopify store, order or configuration data — not reachable here.",
    "Widget API integration work inside a storefront — see https://docs.zapiet.com.",
    "Account-specific support — see https://support.zapiet.com."
  ]
}