{"name":"strategy-mcp-server","version":"1.0.0","status":"running","tools":["strategy","backtest","trading"],"prompts":["strategy_builder_agent","backtest_agent","results_analyst_agent","strategy_optimizer_agent","orchestrator_agent","indicator_specialist_agent","trading_monitor_agent","risk_management_agent","data_validation_agent","common_strategy_patterns"],"description":"Strategy Builder MCP Server for OnlyAlpha","quick_start":{"1_get_docs":"GET /strategy/skill - Get the complete strategy building guide","2_list_agents":"GET /prompts - List available agent prompts for different tasks","3_get_agent":"GET /prompts/{agent_name} - Get a specific agent's system prompt","4_build_strategy":"POST /call with tool_name='strategy', action='build_example', parameters={'type': 'rsi_oversold'}","5_validate_strategy":"POST /call with tool_name='strategy', action='check', parameters={'strategy': ..., 'user_id': '...'}","6_run_backtest":"POST /call with tool_name='backtest', action='start', parameters={...}","7_get_results":"POST /call with tool_name='backtest', action='wait_for_results', parameters={'backtest_run_id': '...'}"},"agent_prompts":{"description":"Use these prompts to configure LLM agents for specific tasks","orchestrator_agent":"Central coordinator - use for complex multi-step workflows","strategy_builder_agent":"Builds trading strategies from user requirements","backtest_agent":"Executes and monitors backtests","results_analyst_agent":"Analyzes backtest results and generates reports","strategy_optimizer_agent":"Improves underperforming strategies","indicator_specialist_agent":"Expert on technical analysis indicators","trading_monitor_agent":"Monitors live/paper trading performance","risk_management_agent":"Evaluates and configures risk parameters","data_validation_agent":"Validates strategy structure and catches errors"}}