Skip to main content
Glama

Related Servers

Alternatives to auditreach

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      AI-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.
      22
      2 npm
      23
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Tamper-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.
      7
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Local-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 npm
      3
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Provides social media content extraction and analysis tools via MCP (Reddit and LinkedIn), while demonstrating security risks and obfuscation techniques for educational purposes.
      19
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP 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
      -

    TDQS

    A4.9/5.0

    Scored across 3 tools

    Disambiguation5/5

    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.

    Naming Consistency4/5

    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.

    Tool Count5/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues