verify-mcp

verify-mcp is a command for Claude Code from Consiliency/Code-Index-MCP. It costs 0 tokens per session (422 once invoked), scanned A, original, MIT.

A command that checks whether the code-indexing MCP tools are available, the repository is ready, and searches are working. MCP is a standard way for an agent to use external tools.

In plain words
What is it for?
Run it to check index health, test symbol and code searches, inspect available plugins, and review reported readiness results.
Why use it?
It helps find problems with the index or tool setup before relying on search results, including when a fallback search is needed.

Command for Claude Code

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/consiliency/code-index-mcp/verify-mcp
Clone the repo
git clone --depth 1 https://github.com/Consiliency/Code-Index-MCP

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 422 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00000 $0.00422
Opus 5 $0.00000 $0.00211
Sonnet 5 $0.00000 $0.00084
Haiku 4.5 $0.00000 $0.00042

Measured 3d ago against content hash 7586426a3384, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

verify-mcp 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 3d 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.

.claude/commands/verify-mcp.md · 67 lines

What it actually says

Verify MCP Usage

Check if MCP tools are being used correctly and efficiently.

Usage

/verify-mcp

What It Does

This command performs a self-check to verify:

  1. MCP tools are available and working
  2. Repository readiness is ready
  3. Search performance is optimal
  4. index_unavailable responses are treated as native_search fallback signals

Verification Steps

  1. Check MCP Status

    • Uses mcp__code-index-mcp__get_status()
    • Verifies index health and repository readiness
  2. Test Symbol Lookup

    • Quick test: mcp__code-index-mcp__symbol_lookup(symbol="PluginManager")
    • Should return in <100ms
  3. Test Code Search

    • Quick test: mcp__code-index-mcp__search_code(query="def test_", limit=5)
    • Should return in <500ms
  4. List Available Plugins

    • Uses mcp__code-index-mcp__list_plugins()
    • Should show 48 languages

Expected Output

✅ MCP Verification Results:
- Status: Healthy
- Repository Readiness: ready
- Indexed Files: 312
- Languages: 48
- Symbol Lookup: <100ms
- Code Search: <500ms
- Indexed Search: ready
- Fallback: index_unavailable -> safe_fallback native_search

All systems operational!

Troubleshooting

If verification fails:

  • Check if MCP server is running
  • Verify index exists in .mcp-index/
  • If readiness is non-ready, use native_search and run reindex when remediation asks for it
  • Ensure AGENTS.md is loaded
  • Review recent tool usage patterns

Performance Baseline

Compare against these benchmarks:

  • Symbol lookup: <100ms (vs grep: 45s)
  • Pattern search: <500ms (vs grep: 30s)
  • Semantic search: <1s (grep: impossible)
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. 3d ago First seen · 67 lines · 0 tokens per session scan A 7586426a3384

Subscribe to this mod's changes

verify-mcp is a command published in the GitHub repository Consiliency/Code-Index-MCP (57 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 422 tokens. 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-30.