auditreach
Related Servers
Alternatives to auditreach
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceAI-agent observability server whose distinguishing feature is a SHA-256 hash-chained, tamper-evident audit log with chain verification and signed export. Works with Claude Desktop, Cursor, and any MCP client.222 npm23MIT
- AlicenseNot gradedqualityCmaintenanceTamper-evident audit logging for AI agents. Append-only, hash-chained, optionally Ed25519-signed log. The MCP server lets an agent keep and verify a record of what it actually did.7MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that lets AI agents query their own LLM call history as a branchable DAG and offload conversation context into immutable, AES-256-GCM-encrypted capsules — restorable in full or per segment, crypto-shreddable, with RAID-style replication. 12 tools, no API keys, no cloud.108 npm3MIT
- FlicenseNot gradedqualityCmaintenanceProvides social media content extraction and analysis tools via MCP (Reddit and LinkedIn), while demonstrating security risks and obfuscation techniques for educational purposes.19-
- FlicenseNot gradedqualityBmaintenanceMCP server that enables ChatGPT to read/write files, run commands, and perform offline investigation tasks (geo, forensics, OSINT) on the host machine, scoped to a workspace with OPSEC controls.1-
- AlicenseNot gradedqualityCmaintenanceA self-hosted, read-only MCP service that searches public YouTube and Bilibili videos and produces compact evidence packages with verified metadata, timestamped captions or ASR, frames, OCR, and contact sheets for ChatGPT/Codex analysis.GPL 3.0
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: search performs live searches and logs them, auth_status is a read-only credential preflight, and verify_log validates audit log integrity. There is no overlap or ambiguity between them.
All names use lowercase snake_case, which is consistent in style. However, 'search' and 'verify_log' are verbs while 'auth_status' is a noun phrase, so the verb_noun pattern is not perfectly uniform across the set.
Three tools is well-scoped for this server's narrow purpose: search, credential verification, and log verification. Each tool earns its place, and the count is within the ideal range.
The core workflow (search with audit logging, credential check, log verification) is well covered. A minor gap is that there is no tool to directly read the audit log entries, only to verify their integrity, but this appears intentional for security and is not a critical omission.