{"openapi":"3.1.0","info":{"title":"Zooplus customer MCP HTTP endpoints","version":"1.0.0","description":"OpenAPI description for the web endpoints exposed by this FastMCP server. The /mcp endpoint is a Streamable HTTP MCP transport endpoint for MCP clients."},"servers":[{"url":"http://0.0.0.0:8000"}],"paths":{"/":{"get":{"summary":"Root page","responses":{"200":{"description":"Service landing page","content":{"text/html":{}}}}}},"/overview":{"get":{"summary":"Tool overview","responses":{"200":{"description":"Human-readable metadata for tools","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/mcp":{"get":{"summary":"MCP stream handshake","description":"Streamable HTTP handshake endpoint for MCP clients.","responses":{"200":{"description":"MCP stream response"}}},"post":{"summary":"MCP message endpoint","description":"JSON-RPC style MCP request endpoint.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"MCP response","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/openapi.json":{"get":{"summary":"OpenAPI document","responses":{"200":{"description":"OpenAPI JSON","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/swagger.json":{"get":{"summary":"OpenAPI alias","responses":{"200":{"description":"Alias for OpenAPI JSON","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/docs":{"get":{"summary":"Swagger UI","responses":{"200":{"description":"Swagger UI page","content":{"text/html":{}}}}}}}}