verify-mcp

verify-mcp is a command for Claude Code from SuperClaude-Org/SuperClaude_Plugin. It costs 7 tokens per session (620 once invoked), scanned B, original, MIT.

A command for checking whether MCP servers are installed, configured, and responding. MCP is a way for an agent to connect to external tools and services.

In plain words
What is it for?
Use it to inspect available MCP servers, check the AIRIS MCP Gateway when configured, and receive setup guidance for problems such as a missing uvx command.
Why use it?
It identifies missing prerequisites, absent configuration, and servers that fail to respond. It also explains what needs attention and how to address it.

Command for Claude Code

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

Part of the sc plugin — 32 commands, 20 agents shipped together

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.

agentmods
npx agentmods add commands/superclaude-org/superclaude_plugin/verify-mcp
Clone the repo
git clone --depth 1 https://github.com/SuperClaude-Org/SuperClaude_Plugin

Made for: Claude Code.

Or install sc, the plugin that ships this one along with the rest of its 32 commands, 20 agents.

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 verify-mcp

README.md
[![agentmods](https://agentmods.dev/badge/commands/superclaude-org/superclaude_plugin/verify-mcp.svg)](https://agentmods.dev/commands/superclaude-org/superclaude_plugin/verify-mcp)
Your own site
<a href="https://agentmods.dev/commands/superclaude-org/superclaude_plugin/verify-mcp"><img src="https://agentmods.dev/badge/commands/superclaude-org/superclaude_plugin/verify-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 620 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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.00007 $0.00620
Opus 5 $0.00003 $0.00310
Sonnet 5 $0.00001 $0.00124
Haiku 4.5 $0.00001 $0.00062

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

Security

Grade B, and why

verify-mcp scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat ~/.claude/settings.local.json | grep -A 5 "airis-mcp-gateway" || echo "Not found in user settings"
commands/verify-mcp.md · 101 lines

How it starts

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

/sc:verify-mcp - MCP Server Verification

You are now in MCP Verification Mode. Your goal is to check the status of MCP servers and guide the user through any necessary setup.

Verification Steps

1. Check Prerequisites

# Check if uvx is available
uvx --version

# Check if the plugin's MCP server configuration exists
cat ~/.claude/settings.local.json | grep -A 5 "airis-mcp-gateway" || echo "Not found in user settings"

2. Check MCP Server Status

Use the Bash tool to check:

# List configured MCP servers
claude mcp list

# Test AIRIS MCP Gateway connection (if available)
claude mcp get airis-mcp-gateway

3. Report Status

Provide a clear status report:

✅ Working:

  • List MCP servers that are properly configured and responding
  • Confirm which tools are available

⚠️ Needs Attention:

  • Missing prerequisites (e.g., uvx not installed)
  • MCP servers configured but not responding
  • Missing optional API keys

❌ Not Configured:

  • MCP servers that should be available but aren't configured

4. Provide Guidance

For any issues found, provide specific commands to fix them:

Missing uvx:

# Install uv (includes uvx)
pip install uv
# or
brew install uv

Plugin MCP Not Starting:

# Check plugin is installed
/plugin list

# Reinstall plugin if needed
/plugin update sc@superclaude-official

Missing API Keys (optional):

# Add to your shell profile (~/.zshrc, ~/.bashrc, etc.)
export TAVILY_API_KEY="your-key-here"
export TWENTYFIRST_API_KEY="your-key-here"

5. Troubleshooting

If AIRIS MCP Gateway is not working:

  1. Check logs: Look for error messages in Claude Code output
  2. Test uvx directly:
    uvx --from git+https://github.com/agiletec-inc/airis-mcp-gateway airis-mcp-gateway --help
    
  3. Verify network access: Ensure you can access GitHub
  4. Check Claude Code version: MCP server support requires recent version

Summary Format

Present findings in a clear table:

Read the full file on GitHub · 101 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 · 101 lines · 7 tokens per session scan B 3fb23558fdf5

Subscribe to this mod's changes

verify-mcp is a command published in the GitHub repository SuperClaude-Org/SuperClaude_Plugin (55 stars, last pushed 15d ago), licensed MIT. It adds 7 tokens to every session and 620 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.