Skip to main content
GET
Verify that the Financial MCP Server is running properly and check the status of all integrated services.

Response

string
Overall health status: “healthy”, “degraded”, or “unhealthy”
string
Current server timestamp
string
Server version information
number
Server uptime in seconds
object
Status of individual services
object
Summary of available tools
object
Environment information

Status Codes

Overall Status

  • healthy: All services operational
  • degraded: Some services experiencing issues
  • unhealthy: Critical services down

Service Status

  • operational: Service working normally
  • degraded: Service slow or intermittent issues
  • down: Service unavailable

Use Cases

  • Monitoring: Automated health checks
  • Troubleshooting: Diagnose service issues
  • Load Balancing: Route traffic to healthy instances
  • Alerting: Set up monitoring alerts
  • Maintenance: Check status before deployments

Monitoring Best Practices

  1. Regular Checks: Poll every 30-60 seconds
  2. Alert Thresholds: Alert on “degraded” or “unhealthy”
  3. Response Time: Monitor service response times
  4. Uptime Tracking: Track availability metrics
  5. Dependency Monitoring: Watch external service status

Notes

  • No authentication required for health checks
  • Endpoint designed for high-frequency monitoring
  • Includes both internal and external service dependencies
  • Response times are rolling averages over the last 5 minutes
  • Memory usage updated every minute