cURL
curl --request POST \ --url https://flowra.dev/api/v1/mcp/{serverId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "jsonrpc": "2.0", "method": "tools/list", "params": {}, "id": "1" } '
{ "jsonrpc": "2.0", "id": {}, "result": {}, "error": "<unknown>" }
Send MCP (Model Context Protocol) JSON-RPC 2.0 requests to the specified server. Use for methods like tools/list and tools/call. Pass the server ID you got when registering the MCP server.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Show child attributes
Operation completed successfully
Was this page helpful?