{
  "schemaVersion": "1.0",
  "name": "AgniGateway Marketplace",
  "description": "AI-native commerce platform. M2M travel marketplace + SaaS WooCommerce merchant catalog. MCP, ACP, and UCP protocol endpoints.",
  "homepage": "https://agnigateway.com",
  "contact": "3130@gmx.net",
  "endpoints": [
    {
      "protocol": "mcp",
      "transport": "http",
      "url": "https://api.agnigateway.com/mcp/v1/public/mcp",
      "authentication": { "type": "none" },
      "description": "Public M2M marketplace — no auth required",
      "tools": [
        { "name": "search_travel", "description": "Search travel offers using natural language" },
        { "name": "get_offer_detail", "description": "Full enriched details for a product" },
        { "name": "check_availability", "description": "Check availability status" },
        { "name": "get_bundle", "description": "Compose hotel + addon bundle" },
        { "name": "initiate_booking", "description": "Get direct affiliate booking URL" }
      ]
    },
    {
      "protocol": "mcp",
      "transport": "http",
      "url": "https://api.agnigateway.com/mcp/v1/{partner_id}/mcp",
      "authentication": { "type": "bearer", "description": "Partner API key" },
      "description": "Authenticated M2M marketplace"
    },
    {
      "protocol": "acp",
      "transport": "http",
      "url": "https://api.agnigateway.com/acp/public/tools/invoke",
      "authentication": { "type": "none" },
      "description": "Public ACP endpoint — OpenAI-compatible"
    },
    {
      "protocol": "ucp",
      "transport": "http",
      "url": "https://api.agnigateway.com/ucp/v1/public",
      "authentication": { "type": "none" },
      "description": "Public UCP endpoint — Google Universal Commerce Protocol"
    }
  ],
  "catalog": "https://api.agnigateway.com/catalog",
  "llms_txt": "https://agnigateway.com/llms.txt",
  "smithery": "https://smithery.ai/servers/agentgateway/agentgateway-marketplace"
}
