Health Check Endpoints

🌐Community
by aj-geddes · vlatest · Repository

These endpoints automatically assess API health and availability, ensuring reliable service delivery and proactive issue detection.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add health-check-endpoints npx -- -y @trustedskills/health-check-endpoints
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "health-check-endpoints": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/health-check-endpoints"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The health-check-endpoints skill enables AI agents to automatically verify the availability and status of external services, APIs, or internal infrastructure. It performs routine diagnostic checks to ensure system components are responding correctly before relying on them for tasks.

When to use it

  • Pre-flight verification: Confirm that a payment gateway or database is online before initiating a transaction-heavy workflow.
  • Dependency monitoring: Continuously check if third-party APIs (e.g., weather services, translation engines) remain accessible during long-running operations.
  • Post-deployment validation: Automatically test new microservices immediately after deployment to catch connectivity issues early.
  • Scheduled maintenance checks: Run periodic health scans to detect service outages or latency spikes before they impact user experience.

Key capabilities

  • Sends HTTP requests to specified endpoints to retrieve status codes and response times.
  • Evaluates server responses to determine if a service is healthy, degraded, or down.
  • Logs check results for audit trails and alerting purposes.
  • Supports custom headers and authentication tokens for secure endpoint access.

Example prompts

  • "Run a health check on our primary database connection and the external weather API before starting the daily report generation."
  • "Monitor the status of all microservices in our production cluster every 15 minutes and alert me if any return a 500 error."
  • "Verify that the payment processing endpoint is reachable and responding within 200ms before allowing users to checkout."

Tips & gotchas

Ensure your AI agent has valid network permissions and necessary API keys configured, as health checks often require authentication. Avoid over-checking high-traffic endpoints to prevent adding unnecessary load during peak usage times.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aj-geddes
Installs
106

🌐 Community

Passed automated security scans.