{
  "protocolVersion": "0.3.0",
  "name": "Majir",
  "description": "Find current savings, review saved money, and prepare redemptions without completing purchases.",
  "version": "1.0.0",
  "url": "https://agent.majir.shop/a2a/jsonrpc",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://agent.majir.shop/a2a/jsonrpc",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Majir Inc.",
    "url": "https://majir.shop"
  },
  "documentationUrl": "https://developers.majir.shop/mcp",
  "iconUrl": "https://developers.majir.shop/assets/majir-icon-512.png",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "security": [
    {
      "majirOAuth": [
        "a2a:tools"
      ]
    }
  ],
  "securitySchemes": {
    "majirOAuth": {
      "type": "oauth2",
      "description": "Majir A2A OAuth with PKCE",
      "oauth2MetadataUrl": "https://mcp.majir.shop/.well-known/oauth-authorization-server/a2a",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://mcp.majir.shop/a2a/authorize",
          "tokenUrl": "https://mcp.majir.shop/a2a/token",
          "refreshUrl": "https://mcp.majir.shop/a2a/token",
          "scopes": {
            "a2a:tools": "Use Majir savings tools"
          }
        }
      }
    }
  },
  "skills": [
    {
      "id": "find-current-savings",
      "name": "Find current savings",
      "description": "Search Majir's catalog and inspect current offers by merchant, category, or query.",
      "tags": [
        "savings",
        "offers",
        "promo codes",
        "cashback"
      ],
      "examples": [
        "Find current Nike savings",
        "Show grocery cashback offers"
      ],
      "security": [
        {
          "majirOAuth": [
            "a2a:tools"
          ]
        }
      ]
    },
    {
      "id": "review-saved-money",
      "name": "Review saved money",
      "description": "List, search, and inspect the signed-in user's savings and coupon offers and expiring deals.",
      "tags": [
        "wallet",
        "savings",
        "coupon offers",
        "expiring deals"
      ],
      "examples": [
        "What saved money expires soon?",
        "Find my saved Lowe's offer"
      ],
      "security": [
        {
          "majirOAuth": [
            "a2a:tools"
          ]
        }
      ]
    },
    {
      "id": "prepare-redemption",
      "name": "Prepare a redemption",
      "description": "Return a Majir-tracked redemption link or code for a selected offer without purchasing.",
      "tags": [
        "redemption",
        "promo code",
        "offer"
      ],
      "examples": [
        "Prepare my saved Lowe's offer for redemption"
      ],
      "security": [
        {
          "majirOAuth": [
            "a2a:tools"
          ]
        }
      ]
    }
  ]
}
