{ "opencollection": "1.0.0", "info": { "name": "Langflow Base MCP API", "version": "1.9.0" }, "items": [ { "info": { "name": "MCP", "type": "folder" }, "items": [ { "info": { "name": "Get Servers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/mcp/servers", "params": [ { "name": "action_count", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "api/v1/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the list of available servers." }, { "info": { "name": "Get Server Endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/mcp/servers/:server_name", "params": [ { "name": "server_name", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "api/v1/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a specific server." }, { "info": { "name": "Add Server", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/mcp/servers/:server_name", "params": [ { "name": "server_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "api/v1/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add Server" }, { "info": { "name": "Update Server Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/mcp/servers/:server_name", "params": [ { "name": "server_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "api/v1/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Server Endpoint" }, { "info": { "name": "Delete Server", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/mcp/servers/:server_name", "params": [ { "name": "server_name", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "api/v1/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Server" } ] } ], "bundled": true }