curl -X GET "https://stocks-dev.up.railway.app/api/v1/health"
{ "status": "healthy", "timestamp": "2024-01-19T15:30:00Z", "version": "1.0.0", "uptime": 86400, "services": { "yfinance": { "status": "operational", "last_check": "2024-01-19T15:29:45Z", "response_time": 245 }, "fmp": { "status": "operational", "last_check": "2024-01-19T15:29:50Z", "response_time": 156, "api_key_valid": true } }, "tools": { "total": 32, "yfinance_tools": 6, "fmp_tools": 26 }, "environment": { "python_version": "3.11.7", "platform": "linux", "memory_usage": { "used": "245MB", "available": "1.2GB" } } }
Check the health and status of the Financial MCP Server
Show services properties
Show yfinance properties
Show fmp properties
Show tools properties
Show environment properties