{
  "swagger": "2.0",
  "info": {
    "title": "Pax8 Marketplace",
    "description": "MCP Server for Pax8 Marketplace - interact with companies, invoices, orders, products, quotes, and subscriptions",
    "version": "1.0.0"
  },
  "host": "mcp.pax8.com",
  "basePath": "/v1",
  "schemes": [
    "https"
  ],
  "paths": {
    "/mcp": {
      "post": {
        "summary": "Pax8 Marketplace MCP Server",
        "x-ms-agentic-protocol": "mcp-streamable-1.0",
        "operationId": "InvokeMCP",
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    }
  },
  "securityDefinitions": {
    "api_key": {
      "type": "apiKey",
      "in": "header",
      "name": "x-pax8-mcp-token"
    }
  }
}
