{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
  "name": "aiod-discounts",
  "description": "AIOD's Streamable HTTP MCP server for reading, drafting, testing, and reporting on Shopify discounts.",
  "documentation": "https://www.aiodapp.com/docs/mcp-server",
  "mcpServers": {
    "aiod-discounts": {
      "type": "streamable-http",
      "url": "https://aiod-automatic-discount.com/mcp",
      "transport": "streamable-http",
      "authorization": {
        "type": "oauth2",
        "scope": "aiod:discounts",
        "protectedResourceMetadata": "https://aiod-automatic-discount.com/.well-known/oauth-protected-resource",
        "authorizationServerMetadata": "https://aiod-automatic-discount.com/.well-known/oauth-authorization-server"
      }
    }
  }
}
