curl --request GET \ --url https://flowra.dev/api/v1/mcp/{serverId} \ --header 'x-api-key: <api-key>'
MCP
MCP SSE endpoint
SSE (Server-Sent Events) endpoint for MCP clients that use the streaming transport. The response includes the POST URL to use for JSON-RPC requests. Use the same serverId as in the MCP server list.
GET
/
api
/
v1
/
mcp
/
{serverId}
MCP SSE endpoint
curl --request GET \ --url https://flowra.dev/api/v1/mcp/{serverId} \ --header 'x-api-key: <api-key>'