Mmcp.market

Auditreach MCP server

by RudrenduPaul·io.github.RudrenduPaul/auditreach·v0.2.5

BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody has reviewed Auditreach yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Auditreach tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan20 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 13 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Auditreach repository's README, as published. We do not edit it. Read it on GitHub

auditreach

<!-- mcp-name: io.github.RudrenduPaul/auditreach --> <!-- Ownership-proof string for registry.modelcontextprotocol.io publishing. Do not remove. -->

Install • What it does • Getting started • Commands • Security • FAQ

Research Reddit and YouTube from your AI agent using only official APIs, your own keys, and a log that proves exactly what you queried and why it was allowed.

Install

auditreach ships as two independent, equally first-class packages: an npm package (this repo, JavaScript/TypeScript) and a PyPI package (python/, Python). Both implement the same hash-chain algorithm and BYOK model against the same official Reddit/YouTube APIs. Pick whichever fits your toolchain, or install both.

npm:

npx auditreach-cli search --platform reddit --query "your query"

Or install it globally:

npm install -g auditreach-cli
auditreach search --platform reddit --query "your query"

pip:

pip install auditreach-cli
auditreach search --platform reddit --query "your query"

See python/README.md for Python-specific usage, including this distribution's added env-var BYOK credential path (useful for headless CI/agent sandboxes) -- the npm package stores credentials in the OS keychain only.

Building from source works the same way, if you want to read or modify the code first:

git clone https://github.com/RudrenduPaul/auditreach.git
cd auditreach
npm install
npm run build
node dist/cli.js search --platform reddit --query "your query"

What it does

node dist/cli.js search --platform reddit --query "agent memory poisoning" --subreddit MachineLearning

AuditReach -- Official-API Research CLI Platform: Reddit | Auth: OAuth script-app grant, read-only, public-subreddit scope

Fetching... (official API, rate-limit aware) ✓ 14 results returned (Reddit API Terms -- public content, official API, read-only script-app credentials)

RESULTS (14) [1] "How are people testing for memory poisoning in long-running agents?" u/some_researcher · 2026-07-05T14:22:00.000Z https://reddit.com/r/MachineLearning/comments/... ...

Audit log entry written: ar2026-07-129f3c2a Consent basis: Reddit API Terms -- public content, official API, read-only script-app credentials Full results: ./auditreach-results-2026-07-12.json Full audit trail: ./auditreach.log.jsonl

Every entry in auditreach.log.jsonl is hash-chained -- each entry's hash is computed from its own content, and the next entry references it. Editing, deleting, or reordering an entry breaks the chain:

$ node dist/cli.js verify-log Verifying ./auditreach.log.jsonl... ✓ Chain intact: 14 entries, no gaps, no tampering detected.

# after someone hand-edits a line in the log file: $ node dist/cli.js verify-log Verifying ./auditreach.log.jsonl... ✗ Chain broken at entry 3 (ar2026-07-129f3c2a): entry ar2026-07-129f3c2a hash does not match its own content -- entry was edited after being written

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add auditreach -- uvx auditreach-cli
Add to Cursor

Auditreach: common questions

Is Auditreach MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Auditreach safety report
How do I install Auditreach?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Auditreach need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Auditreach maintained?
The last commit was 13 days ago (2026-09-11). The latest release is v0.2.5.
What can I use instead of Auditreach?
Servers from other publishers that do the same job: Sponsorbook MCP server, Openshorts MCP server and yutu MCP server. Compare all Auditreach alternatives.

Alternatives to Auditreach

Same job from other publishers: the closest match first, then the best rated.

All Auditreach alternatives →
  • Sponsorbook
    Research YouTube sponsors, inspect sponsorship evidence, and manage brand lists with Sponsorbook.
    A
  • Openshorts
    Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
    A
  • yutu
    The AI-powered toolkit that grows your YouTube channel on autopilot
    A
  • YouTube Data
    YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.
    B
  • Raven
    Design intelligence for coding agents: audits, design systems, and a taste profile agents consult.
    B

More from RudrenduPaul