{
  "name": "Mystery Market",
  "version": "1.0.0",
  "description": "Buy Roblox items safely",
  "url": "https://mystery.markets",
  "supportedInterfaces": [
    {
      "type": "rest",
      "url": "https://mystery.markets/api/v1",
      "catalog": "https://mystery.markets/.well-known/api-catalog"
    },
    {
      "type": "mcp",
      "url": "https://mystery.markets/.well-known/mcp/server-card.json"
    },
    {
      "type": "a2a",
      "url": "https://mystery.markets/.well-known/agent-card.json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "marketplaceBrowse": true,
    "catalogSearch": true,
    "checkoutRequiresAuth": true
  },
  "skills": [
    {
      "id": "browse-catalog",
      "name": "Browse marketplace catalog",
      "description": "List games and paginated live listings.",
      "url": "https://mystery.markets/.well-known/agent-skills/index.json"
    },
    {
      "id": "search-listings",
      "name": "Search listings and catalog",
      "description": "Query listings and catalog autocomplete APIs.",
      "url": "https://mystery.markets/.well-known/agent-skills/index.json"
    }
  ],
  "authentication": {
    "public_read": "No token required for documented GET APIs.",
    "user_session": "Discord OAuth via NextAuth for checkout and account routes.",
    "registration": "https://mystery.markets/auth.md"
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ]
}