mcp-check

Validate MCP server health and tool functionality before development.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/jaturapornchai/bcaicloudskill --skill mcp-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-check
Source: https://github.com/jaturapornchai/bcaicloudskill/tree/main/skills/mcp-check
Command: npx skills add https://github.com/jaturapornchai/bcaicloudskill --skill mcp-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that the MCP (Meta-Cloud Platform) server and its associated development tools are operational before you begin your development session, preventing wasted time on a non-functional environment.

Core Features & Use Cases

  • Health Check: Verifies the MCP server's responsiveness.
  • Tool Testing: Confirms the functionality of key MCP frontend development tools like list_api_endpoints, get_api_spec, get_api_example, list_enums, and get_model_schema.
  • Status Summary: Provides a clear, table-based report of the MCP server and tool statuses.
  • Troubleshooting Guidance: Offers steps to diagnose and resolve MCP server issues if problems are detected.

Quick Start

Run the mcp-check skill to verify the MCP server and its tools are working correctly.

Frequently Asked Questions about mcp-check

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

FAQPage Schema
How do I check if my MCP server is running and responsive?

To check if your MCP server is running, you can perform an MCP health check to verify server responsiveness and ensure essential development endpoints are correctly configured before starting your session.

What is the best way to verify MCP development environment status?

The best way to verify MCP development environment status is to run a comprehensive tool testing check that confirms API endpoint listing, spec retrieval, example generation, enum listing, and model schema fetching are operational.

How do I troubleshoot MCP connectivity issues during development?

To troubleshoot MCP connectivity issues, you can validate the operational status of the MCP server and its development tools, which provides a status summary and diagnostic steps to resolve detected problems.

Does the MCP health check confirm if API spec retrieval is working?

Yes, MCP health check confirms API spec retrieval is working by testing key frontend development tools including list_api_endpoints, get_api_spec, get_api_example, list_enums, and get_model_schema for correct functionality.

Why does my MCP server return errors when fetching model schemas?

If your MCP server returns errors when fetching model schemas, you should run a status verification to diagnose whether the get_model_schema endpoint is unresponsive or incorrectly configured, then follow troubleshooting guidance.

Can I get a status report of all MCP frontend development tools?

Yes, you can get a status report of all MCP frontend development tools that provides a clear, table-based summary showing whether the MCP server and its suite of tools are responsive and operational.