mcp-dependency

Verify OpenAPI Sync MCP server availability before OAS commands.

4|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/jhlee0409/claude-plugins --skill mcp-dependency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-dependency
Source: https://github.com/jhlee0409/claude-plugins/tree/main/plugins/oas/skills/mcp-dependency
Command: npx skills add https://github.com/jhlee0409/claude-plugins --skill mcp-dependency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures the OpenAPI Sync MCP server is available and ready to handle OAS commands.

Core Features & Use Cases

  • Dependency check: Verifies MCP availability before running OAS commands.
  • Auto-install prompt: Offers to install MCP via npm when missing.
  • Post-install config: Guides updating Claude's config to register the MCP server.

Quick Start

Invoke the mcp-dependency step at the start of each /oas:* command to guarantee MCP readiness. If MCP is missing, the skill will prompt to install via npm and then guide you to configure Claude to include the MCP server.

Frequently Asked Questions about mcp-dependency

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

FAQPage Schema
How do I check if the OpenAPI MCP server is ready before running OAS commands?

To check OpenAPI MCP server readiness, invoke the mcp-dependency step at the start of your /oas:* commands. It verifies MCP presence and validates post-install readiness to ensure the server can handle OAS operations.

How do I install the MCP server via npm when it is missing?

To install the missing MCP server, the dependency check flow offers an auto-install prompt using npm. After installation, it guides you through updating Claude's configuration to register the OpenAPI Sync MCP server.

Does every /oas:* command require an MCP dependency check?

Every /oas:* command applies the MCP dependency check to guarantee MCP readiness. This flow checks for MCP presence, prompts installation if missing, and validates the environment before executing OAS commands.

How do I update Claude configuration to register an MCP server after installing it?

Updating Claude configuration to register the MCP server is handled through post-install config guidance. The skill enforces this dependency-check flow to ensure the OpenAPI Sync MCP server is properly registered and validated.

What happens if MCP validation fails after installation?

If MCP validation fails after installation, the dependency-check flow prevents OAS commands from executing. The skill enforces readiness validation to ensure the OpenAPI Sync MCP server is fully operational before proceeding.