- Step1: Start the central Hydra MCP server using `python ipc_server.py`
- Step2: Register client functions with the server via POST requests to `/register_functions`
- Step3: Use the MCP API to list available endpoints with `get_endpoints()`
- Step4: Retrieve specific functions using `get_registered_functions(endpoint)`
- Step5: Call desired functions with `call_function(endpoint, function_name, arguments)`