clawguard-mcp
Related Servers
Alternatives to clawguard-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.42 npm1MIT
- AlicenseNot gradedqualityCmaintenanceA drop-in proxy that guards MCP servers with policy enforcement, secret redaction, prompt-injection screening, rug-pull detection, rate limiting, and audit logging.5 npmApache 2.0
- AlicenseAqualityDmaintenanceA deterministic MCP server that guards AI/agent output by detecting secrets, injection, and PII in ~85µs with zero dependencies. Gives a clear ship/block verdict and runs locally or hosted.2Apache 2.0
- AlicenseCqualityBmaintenanceSecurity scanner and MCP server that catches dangerous patterns in MCP servers and AI agent projects, such as leaked secrets, shell execution, and prompt-injection text. Runs as both a CLI and MCP server with CI-friendly severity gates.21MIT
- AlicenseNot gradedqualityDmaintenanceScans MCP servers for security vulnerabilities, prompt injection, and tool poisoning, providing risk scores and protection.4MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides runtime defense for AI agents, protecting against prompt injection, data exfiltration, and other adversarial attacks through a ranked pipeline of up to 36 inline defenses and 3 output scanners.3Apache 2.0
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: get_patterns lists detection patterns, get_usage shows account statistics, health_check verifies API status, scan_batch processes multiple texts, and scan_text analyzes a single text. The descriptions reinforce these unique roles, making misselection unlikely.
All tool names follow a consistent verb_noun pattern (e.g., get_patterns, scan_text, health_check) using snake_case throughout. This predictability makes the tool set easy to navigate and understand at a glance.
With 5 tools, the server is well-scoped for its security scanning domain. Each tool earns its place by covering essential functions: configuration (get_patterns), monitoring (get_usage, health_check), and core operations (scan_text, scan_batch), avoiding bloat or thin coverage.
The tool surface provides complete coverage for the ClawGuard security domain: it supports pattern discovery, usage tracking, health verification, and both single and batch scanning. There are no obvious gaps, enabling agents to handle full workflows from setup to analysis without dead ends.