mcp-dependency

mcp-dependency is a skill for Claude Code from jhlee0409/claude-plugins. It costs 14 tokens per session (873 once invoked), scanned A, original, MIT.

A dependency check for the OpenAPI Sync MCP server, which provides tools for working with OpenAPI API descriptions. It checks whether that server is available before OAS commands run.

In plain words
What is it for?
Checking access to the OpenAPI Sync MCP server and guiding its installation before using OpenAPI synchronization commands.
Why use it?
It prevents API-sync commands from failing because a required server is missing. When the server is unavailable, it explains that installation is needed and offers installation options.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the oas plugin — 6 skills, 6 commands shipped together

Good fit Checking access to the OpenAPI Sync MCP server and guiding its installation…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jhlee0409/claude-plugins/mcp-dependency
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jhlee0409/claude-plugins --skill mcp-dependency
Clone the repo
git clone --depth 1 https://github.com/jhlee0409/claude-plugins

Made for: Claude Code.

Or install oas, the plugin that ships this one along with the rest of its 6 skills, 6 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-dependency

README.md
[![agentmods](https://agentmods.dev/badge/skills/jhlee0409/claude-plugins/mcp-dependency.svg)](https://agentmods.dev/skills/jhlee0409/claude-plugins/mcp-dependency)
Your own site
<a href="https://agentmods.dev/skills/jhlee0409/claude-plugins/mcp-dependency"><img src="https://agentmods.dev/badge/skills/jhlee0409/claude-plugins/mcp-dependency.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 873 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00873
Opus 5 $0.00007 $0.00436
Sonnet 5 $0.00003 $0.00175
Haiku 4.5 $0.00001 $0.00087

Measured 6d ago against content hash f6ea6d5bb8e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mcp-dependency scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/oas/skills/mcp-dependency/SKILL.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Dependency Check

Ensures the OpenAPI Sync MCP server is installed before running OAS commands.


EXECUTION INSTRUCTIONS

When this skill is invoked, Claude MUST perform these steps:

Step 1: Check MCP Availability

Test if MCP tools are available:

Try to access the oas_parse MCP tool with a minimal request:

  • If the tool exists and responds → MCP is installed, proceed
  • If tool not found or connection error → MCP not installed, go to Step 2

Quick check method:

Call: mcp__oas__oas_status with { "project_dir": "." }
  • Success (any response) → MCP installed
  • Error "Unknown tool" or "MCP not found" → Not installed

Step 2: MCP Not Installed - Notify and Offer Installation

Display installation prompt:

+----------------------------------------------------------+
|  OpenAPI Sync MCP Required                               |
+----------------------------------------------------------+

The OAS plugin requires the OpenAPI Sync MCP server.

Installation options:

1. npm (Recommended)
   npm install -g @jhlee0409/openapi-sync-mcp

2. Manual
   Download from: https://github.com/jhlee0409/openapi-sync-mcp/releases

Would you like me to install it now via npm? [Y/n]

Step 3: Auto-Install (if user confirms)

If user confirms installation:

npm install -g @jhlee0409/openapi-sync-mcp

Post-install configuration:

After npm install, the MCP server needs to be added to Claude's config.

MCP server installed!

To complete setup, add to your Claude config:

~/.claude.json (or project .mcp.json):
{
  "mcpServers": {
    "oas": {
      "command": "openapi-sync-mcp",
      "args": []
    }
  }
}

Then restart Claude Code.

Step 4: Verify Installation

After installation, verify:

Call: mcp__oas__oas_status with { "project_dir": "." }
  • Success → Continue to original command
  • Failure → Show troubleshooting guide

Step 5: Troubleshooting (if verification fails)

MCP verification failed. Troubleshooting:

1. Check binary is in PATH:
   which openapi-sync-mcp

2. Check Claude config:
   cat ~/.claude.json | grep -A5 "oas"

3. Restart Claude Code after config change

4. Manual test:
   openapi-sync-mcp --help

Still having issues?
https://github.com/jhlee0409/openapi-sync-mcp/issues

Read the full file on GitHub · 173 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 173 lines · 14 tokens per session scan A f6ea6d5bb8e9

Subscribe to this mod's changes

mcp-dependency is a skill published in the GitHub repository jhlee0409/claude-plugins (4 stars, last pushed 7mo ago), licensed MIT. It adds 14 tokens to every session and 873 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

api-design

API contract design for REST and GraphQL, covering resource shape, URL and header versioning with deprecation windows, RFC 9457 Problem Details error handling, and OpenAPI specs. Use when specifying the wire contract an endpoint exposes, choosing a versioning scheme, or standardizing error response bodies across…

yonatangross/orchestkit · 76 tokens

fastapi

FastAPI best practices and conventions. Use when working with FastAPI APIs, Pydantic models, dependencies, streaming responses including Server-Sent Events (SSE), and serving frontend apps. Keeps FastAPI code clean and up to date with the latest features and patterns.

fastapi/fastapi · 57 tokens

printing-press-amend

Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript for friction (missing flags, hand- rolled API payloads, silent-null returns); (2) direct-input mode accepts user-supplied asks (rename a command, add commands or feeds, fix a named bug, optionally…

mvanhorn/cli-printing-press · 222 tokens

datamodel-code-generator

Use this skill when the user wants Python data models, Pydantic models, dataclasses, TypedDicts, msgspec structs, or type-safe Python classes generated from OpenAPI, AsyncAPI, JSON Schema, GraphQL, JSON/YAML/CSV sample data, MCP tool schemas, Protocol Buffers, XML Schema, Apache Avro, or existing Python model objects.…

koxudaxi/datamodel-code-generator · 147 tokens

implementing-api-schema-validation-security

Implement API schema validation using OpenAPI specifications and JSON Schema to enforce input/output contracts and prevent injection, data exposure, and mass assignment attacks.

xalgorix/xalgorix · 35 tokens

lap

LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…

Lap-Platform/LAP · 89 tokens