cURL
curl --request GET \ --url https://flowra.dev/api/v1/mcp_manager/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Get connection details and metadata for one MCP server. Use to inspect URL, headers, or status before using its tools.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
MCP server ID
"uuid"
MCP server retrieved successfully
Show child attributes
Was this page helpful?