{
  "name": "SoMerch Catalog Agent",
  "description": "Discover corporate merchandise, request quotes, and check order status across Europe.",
  "url": "https://somerch.co/api/mcp",
  "version": "1.0.0",
  "documentationUrl": "https://somerch.co/api-docs",
  "provider": {
    "organization": "SoMerch",
    "url": "https://somerch.co"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text",
    "text/plain"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "none",
      "oauth2",
      "bearer"
    ],
    "credentials": {
      "oauth2": {
        "authorizationServers": [
          "https://somerch.co/.well-known/oauth-authorization-server"
        ],
        "protectedResource": "https://somerch.co/.well-known/oauth-protected-resource"
      }
    }
  },
  "skills": [
    {
      "id": "search_products",
      "name": "Search products",
      "description": "Find corporate merchandise by keyword, category, brand, or sustainability label.",
      "tags": [
        "catalog",
        "search",
        "merchandise"
      ],
      "examples": [
        "Find eco-friendly water bottles under 10 EUR",
        "Show me organic cotton t-shirts"
      ]
    },
    {
      "id": "get_product",
      "name": "Get product details",
      "description": "Fetch full details, pricing, and variants for a specific product.",
      "tags": [
        "catalog",
        "product"
      ]
    },
    {
      "id": "list_categories",
      "name": "List categories",
      "description": "Browse the corporate merchandise catalog taxonomy.",
      "tags": [
        "catalog",
        "taxonomy"
      ]
    },
    {
      "id": "list_brands",
      "name": "List brands",
      "description": "Browse merchandise brands available in the catalog.",
      "tags": [
        "catalog",
        "brands"
      ]
    },
    {
      "id": "list_collections",
      "name": "List collections",
      "description": "Browse curated product collections (gifts, onboarding, events, etc.).",
      "tags": [
        "catalog",
        "collections"
      ]
    }
  ]
}