{
  "name": "Nexbid Commerce Agent",
  "description": "Open infrastructure for the agent commerce Match-Moment — where publisher content, brand product, and user intent meet.",
  "url": "https://api.nexbid.dev",
  "version": "1.0.0",
  "provider": {
    "organization": "digital opua GmbH",
    "url": "https://nexbid.dev"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "product-discovery",
      "name": "Product Discovery",
      "description": "Find products matching user intent, context, and budget constraints",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "category-browse",
      "name": "Category Browsing",
      "description": "Browse available product categories by geography",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "product-detail",
      "name": "Product Detail",
      "description": "Get comprehensive product information including price, availability, and purchase link",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      "Bearer"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "pricing": {
    "currency": "CHF",
    "platform_fee": "10%",
    "publisher_share": "90%",
    "tiers": {
      "self_serve": {
        "fee": "10%",
        "description": "Self-serve — no setup, no minimum, full platform fee from day one."
      },
      "founding": {
        "fee": "5%",
        "description": "Founding tier — 5% platform fee for 12 months, reverts to 10% after. Setup CHF 5000 + CHF 200/mo (publisher) or CHF 500/mo (advertiser).",
        "duration_months": 12,
        "setup_fee": 5000,
        "monthly_fee_publisher": 200,
        "monthly_fee_advertiser": 500
      },
      "managed": {
        "fee": "5%",
        "description": "Managed tier — 5% platform fee for 12 months, reverts to 10% after. Setup CHF 5000 + CHF 1000/mo (publisher) or CHF 3500/mo (advertiser). Includes dedicated account manager.",
        "duration_months": 12,
        "setup_fee": 5000,
        "monthly_fee_publisher": 1000,
        "monthly_fee_advertiser": 3500
      }
    },
    "advertiser": {
      "starter_credit": 1000,
      "min_media_buy_budget": 2500
    },
    "enriched_snippet_pricing": {
      "basic": {
        "cents": 10,
        "includes": [
          "price",
          "availability"
        ]
      },
      "standard": {
        "cents": 50,
        "includes": [
          "price",
          "availability",
          "rating",
          "description",
          "image"
        ]
      },
      "rich": {
        "cents": 150,
        "includes": [
          "reviews",
          "comparisons",
          "test_reports"
        ]
      },
      "premium": {
        "cents": 300,
        "includes": [
          "editorial",
          "video",
          "interactive"
        ]
      }
    },
    "billing_models": [
      "cpm",
      "cpc",
      "cpa",
      "enriched_snippet",
      "revenue_share",
      "flat_fee"
    ]
  },
  "extensions": {
    "bazaar": {
      "provider": "nexbid",
      "category": "commerce",
      "payment_protocols": [
        "x402"
      ],
      "networks": [
        "eip155:8453"
      ],
      "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
      "gated_paths": [
        "/mcp/tools/nexbid_search",
        "/mcp/tools/nexbid_product"
      ]
    }
  }
}