{
  "schema_version": "0.1",
  "name": "Nexbid",
  "description": "Open infrastructure for the agent commerce Match-Moment — where publisher content, brand product, and user intent meet.",
  "url": "https://nexbid.dev",
  "logo": "https://nexbid.dev/logo.svg",
  "contact": {
    "email": "welcome@digital-opua.ch",
    "url": "https://nexbid.dev/support"
  },
  "legal": {
    "privacy_policy": "https://nexbid.dev/privacy",
    "terms_of_service": "https://nexbid.dev/terms"
  },
  "capabilities": [
    {
      "name": "Product Search",
      "description": "Search and discover products using natural language queries with optional filters for category, brand, price range, and geo.",
      "endpoint": "https://nexbid.dev/api/products",
      "method": "GET",
      "parameters": {
        "q": {
          "type": "string",
          "required": true,
          "description": "Search query"
        },
        "geo": {
          "type": "string",
          "required": false,
          "description": "ISO 3166-1 alpha-2 country code (default: CH)"
        },
        "category": {
          "type": "string",
          "required": false,
          "description": "Filter by product category"
        },
        "brand": {
          "type": "string",
          "required": false,
          "description": "Filter by brand name"
        },
        "limit": {
          "type": "integer",
          "required": false,
          "description": "Max results (1-50, default: 10)"
        }
      },
      "authentication": "none"
    },
    {
      "name": "Product Detail",
      "description": "Get detailed product information by ID including price, availability, description, and purchase link.",
      "endpoint": "https://nexbid.dev/api/products/{id}",
      "method": "GET",
      "authentication": "none"
    },
    {
      "name": "MCP Server",
      "description": "Full MCP integration for AI assistants: 19 tools — public discovery (nexbid_search, nexbid_product, nexbid_categories, list_products, get_product, list_inventory, get_inventory_item) plus API-key tools for purchase, programmatic media buying, reporting and settlement.",
      "endpoint": "https://mcp.nexbid.dev/mcp",
      "protocol": "mcp",
      "transport": "streamable-http",
      "authentication": "none"
    }
  ],
  "data_handling": {
    "processing_region": "EU (Frankfurt)",
    "personal_data": false,
    "cookies": false,
    "compliance": [
      "nDSG/FADP",
      "GDPR"
    ]
  },
  "pricing": {
    "currency": "CHF",
    "platform_fee": "10%",
    "publisher_share": "90%",
    "founding_fee": "5%",
    "founding_duration_months": 12,
    "enriched_snippet_cents": {
      "basic": 10,
      "standard": 50,
      "rich": 150,
      "premium": 300
    }
  }
}