{ "opencollection": "1.0.0", "info": { "name": "Luciq MCP Server App Hangs Applications API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.luciq.ai/oauth/authorize", "accessTokenUrl": "https://api.luciq.ai/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.luciq.ai/api/mcp/applications", "params": [ { "name": "platform", "value": "", "type": "query", "description": "Filter applications by mobile platform." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns all applications accessible to the authenticated account. Backs the list_applications MCP tool." } ] } ], "bundled": true }