{
  "version": "1.0",
  "name": "Prismarket.io",
  "description": "Multi-tenant MCP service for AI agents to search products, manage carts, and generate checkout URLs across Shopify stores.",
  "url": "https://prismarket.io",
  "logo": "https://prismarket.io/favicon.ico",
  "services": {
    "mcp": {
      "endpoint": "https://prismarket.io/api/agent",
      "discovery": "https://prismarket.io/.well-known/mcp.json",
      "meta": "https://prismarket.io/api/agent/meta",
      "transport": "http"
    }
  },
  "capabilities": {
    "multi_tenant": true,
    "actions": [
      "search_products",
      "get_product_details",
      "get_variants",
      "add_to_cart",
      "view_cart",
      "remove_from_cart",
      "update_cart_item",
      "clear_cart",
      "get_checkout_url"
    ],
    "authentication": "none",
    "session_management": true
  },
  "contact": {
    "website": "https://prismarket.io"
  }
}
