scbe-connector-health-check

Probe SCBE MCP connector availability, auth, and readiness.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-connector-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-connector-health-check
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/scbe-connector-health-check
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-connector-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures MCP connectors used by SCBE are discoverable, reachable, and properly authorized to prevent silent failures in research, outreach, and runtime automation.

Core Features & Use Cases

  • Inventory connectors and verify service discoverability.
  • Run availability probes and auth/permission checks.
  • Produce a structured health report with next steps and remediation guidance.

Quick Start

Run a health check against all configured MCP connectors and review the per-connector status and next steps.

Frequently Asked Questions about scbe-connector-health-check

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

FAQPage Schema
How do I check the availability of MCP connectors for SCBE automation pipelines?

To check MCP connector availability, run a health check probe against all configured SCBE connectors to verify service discoverability and produce a per-connector status report with explicit failures and remediation guidance.

What is a connector health check and when do I need to run one?

A connector health check identifies and validates the availability, authorization, and reachability of MCP services to prevent silent failures in research, outreach, and runtime automation pipelines.

How do I validate auth and permissions for SCBE connectors before live use?

You validate auth and permissions by running non-destructive function calls and auth checks across MCP services, which generates a ready_for_live_use outcome for each connector.

Can I inventory and verify service discoverability for all configured MCP connectors at once?

Yes, you can inventory all configured MCP connectors and verify their service discoverability in a single health check run that exposes inventory, status, checks, and next steps.

What steps should I take when a connector health check reports auth failures?

When a health check reports auth failures, follow the structured remediation guidance and next steps provided in the health report to resolve permission issues and achieve ready_for_live_use status.