mcp-lightspeed-validator

Validate Lightspeed MCP configuration and runtime connectivity in .mcp.json.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-collections --skill mcp-lightspeed-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-lightspeed-validator
Source: https://github.com/RHEcosystemAppEng/agentic-collections/tree/main/rh-sre/skills/mcp-lightspeed-validator
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-collections --skill mcp-lightspeed-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that Lightspeed MCP is properly configured, environment variables are accessible, and the server is reachable without exposing credentials.

Core Features & Use Cases

  • Validate MCP configuration in .mcp.json (presence of lightspeed-mcp)
  • Verify required environment variables are set (without echoing their values)
  • Test runtime connectivity to the MCP server using ListMcpResourcesTool and ensure required tools exist
  • Guidance for remediation and human notification when validation fails

Quick Start

Ask me to validate your Lightspeed MCP setup before running any MCP-dependent operations.

Frequently Asked Questions about mcp-lightspeed-validator

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

FAQPage Schema
How do I check if Lightspeed MCP is configured correctly?

To check if Lightspeed MCP is configured correctly, validate that lightspeed-mcp exists in your .mcp.json file and required environment variables are set. This process tests runtime connectivity and confirms required tools are present.

Why does my Lightspeed MCP connection fail during CVE operations?

Lightspeed MCP connection fails during CVE operations when environment variables are missing or runtime connectivity is blocked. Validating the .mcp.json configuration and testing the server with ListMcpResourcesTool isolates the failure point.

What environment variables are required for Lightspeed MCP validation?

Lightspeed MCP validation checks for required environment variables without exposing their values. The validator verifies their accessibility to ensure the server can connect securely, providing remediation guidance if variables are missing.

When should I run a Lightspeed MCP readiness check?

Run a Lightspeed MCP readiness check before executing CVE operations or when other skills require MCP availability. Validating configuration and runtime connectivity beforehand prevents failures during dependent operational tasks.

How do I test MCP server connectivity without exposing credentials?

Test MCP server connectivity securely by using ListMcpResourcesTool with the runtime name to verify server reachability. This method checks environment variables and confirms required tools exist without echoing sensitive credential values.

What steps fix a failed Lightspeed MCP validation?

Failed Lightspeed MCP validation provides guidance for remediation and human notification. Fixes involve correcting the lightspeed-mcp entry in .mcp.json, setting missing environment variables, and restoring server runtime connectivity.