openapi: 3.2.0 info: title: Daloopa MCP Service API description: A service that provides Daloopa's financial data version: 1.0.0 tags: - name: Daloopa MCP Service paths: /: get: summary: Root description: Root endpoint showing service information. operationId: root__get responses: '200': description: Successful Response content: application/json: schema: {} tags: - Daloopa MCP Service