{"ok":true,"service":"PARRY-mcp-server","description":"Call MCP tools via POST /call/:toolName with JSON body as args","tools":["get_agent_status","get_il_exposure","get_delta_exposure","compute_optimal_ticks","check_premium_cost","get_vault_stats"],"examples":{"get_agent_status":"POST /call/get_agent_status  {}","get_il_exposure":"POST /call/get_il_exposure  {\"entryPrice\":2000,\"currentPrice\":2100,\"tickLower\":-600,\"tickUpper\":600}","compute_optimal_ticks":"POST /call/compute_optimal_ticks  {\"currentPrice\":2000,\"annualizedVolBps\":6000,\"coverageHorizonDays\":7}","check_premium_cost":"POST /call/check_premium_cost  {\"coverageAmountUSD\":1000,\"durationDays\":7}"}}