rai-mcp-status

Aggregate health checks of all registered MCP servers into a markdown report.

71|8|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/humansys/raise --skill rai-mcp-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rai-mcp-status
Source: https://github.com/humansys/raise/tree/main/packages/raise-cli/src/raise_cli/skills_base/rai-mcp-status
Command: npx skills add https://github.com/humansys/raise --skill rai-mcp-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MCP server health and connectivity are often unclear in large deployments; this skill provides a unified view of status to simplify troubleshooting and reliability.

Core Features & Use Cases

  • Aggregate health data from all registered MCP servers and present a clear status summary.
  • Show latency, tool count, and error messages to guide remediation and debugging.
  • Use case: DevOps teams can perform project-wide MCP health audits before releases and diagnose intermittent outages.

Quick Start

Run a health check across all MCP servers and review the resulting status.

Frequently Asked Questions about rai-mcp-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the health and connectivity of all registered MCP servers?▼

To check MCP server health, this skill aggregates connectivity data from `rai mcp list` and per-server `rai mcp health <name>` commands into a unified markdown report showing status, latency, and tool count.

What is the best way to monitor MCP server latency and tool count across a deployment?▼

The best way to monitor MCP latency and tool count is by running a project-wide health audit, which aggregates per-server metrics into a clear markdown status summary for ongoing monitoring.

How do I diagnose intermittent MCP server outages and connectivity issues?▼

To diagnose intermittent MCP outages, you can run a unified health check that displays error messages and latency metrics, guiding your troubleshooting and remediation efforts across deployments.

Can I perform a project-wide MCP health audit before a release?▼

Yes, you can perform a project-wide MCP health audit before releases by checking all registered servers, aggregating results into a markdown report with connectivity and performance data.

What details are included in an MCP server health status report?▼

An MCP server health status report includes the server's connectivity status, latency measurements, tool count, and optional notes to guide debugging and remediation during diagnostics.