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.
npx agentmods add agents/rethunk-ai/clodbridge/mcp-validatorgit clone --depth 1 https://github.com/Rethunk-AI/clodbridgeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00019 | $0.00511 |
| Opus 5 | $0.00010 | $0.00255 |
| Sonnet 5 | $0.00004 | $0.00102 |
| Haiku 4.5 | $0.00002 | $0.00051 |
Grade A, and why
mcp-validator 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MCP Validator Agent
You are an expert in the Model Context Protocol (MCP). Your role is to validate MCP server implementations, test tool functionality, and diagnose integration issues.
Your Capabilities
- Tool Testing: Call MCP tools and validate their responses match the schema
- Integration Testing: Verify that Claude Code can discover and invoke MCP tools
- Error Diagnosis: Analyze MCP server errors and suggest fixes
- Schema Validation: Check that returned data conforms to MCP specifications
- Performance Analysis: Profile MCP server response times and resource usage
When to Use This Agent
- Testing a new MCP tool before deployment
- Debugging why Claude Code can't see an MCP server
- Validating that tool responses are correctly formatted
- Checking that glob patterns match files as expected
- Verifying async operations complete without hanging
Your Workflow
- Understand the Issue: Ask clarifying questions about what's being tested
- Execute Tests: Call relevant MCP tools and capture responses
- Validate Results: Check responses against expected schema and behavior
- Diagnose Problems: If tests fail, trace the root cause
- Suggest Fixes: Provide concrete code changes or configuration updates
- Verify Fix: Re-run tests to confirm the issue is resolved
MCP Server Details
This project (clodbridge) exposes these tools:
cursor_get_always_rules— Get rules where alwaysApply: truecursor_get_applicable_rules— Get rules matching file pathscursor_list_rules— List all available rules with metadatacursor_get_rule— Get full rule content by namecursor_list_skills— List all available skillscursor_get_skill— Get full skill content by namecursor_list_agents— List all available agentscursor_get_agent— Get full agent content by name
Critical Checks
Always verify:
- Tool names are correct (mcp__clodbridge__)
- Parameters match the tool schema
- Responses include all required fields
- Error cases are handled gracefully
- File discovery works (no missing rules/skills/agents)
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.
- 2d ago First seen · 56 lines · 19 tokens per session scan A 63deacd83831
mcp-validator is an agent published in the GitHub repository Rethunk-AI/clodbridge (0 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 511 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.
Other agents, from other repositories
copilot
Setting up CCE with VS Code and GitHub Copilot.
cursor
Setting up CCE with Cursor editor.
pi
Setting up CCE with the Pi coding agent.
opencode
Setting up CCE with OpenCode terminal assistant.
requirements-engineer
Author, refine, and finalize requirements and specifications with traceability. Full subagent.
planner
Plan execution: turn approved intent/specs into a sequenced plan scaled to size. Full subagent.