{ "opencollection": "1.0.0", "info": { "name": "PostHog actions mcp_servers API", "version": "1.0.0" }, "items": [ { "info": { "name": "mcp_servers", "type": "folder" }, "items": [ { "info": { "name": "mcp_servers_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:project_id/mcp_servers/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists curated MCP server templates that users can install with one click.\n\nTemplates are seeded by PostHog operators and carry shared, encrypted\nOAuth client credentials. Inactive templates are hidden from the catalog." } ] } ], "bundled": true }