npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

reddit-radar

v0.5.0

Published

Reddit Radar MCP — binlerce Reddit konuşmasını semantic olarak tarayıp evidence-first intelligence döndürür. Tamamen yerel çalışır.

Readme

Reddit Radar

Stop reading thousands of Reddit conversations one by one. Ask a research question and get a structured result with real Reddit evidence behind it.

Runs entirely on your machine: your data and keys never leave it.

Full documentation (English and Turkish), the security model, and the Reddit compliance statement live in the project repository.

Install

claude mcp add reddit-radar \
  -e TYPESAFE_API_KEY=ts_xxx \
  -e DEEPSEEK_API_KEY=sk-xxx \
  -- npx -y --prefer-online reddit-radar

--prefer-online is there on purpose: without it npm caches the "latest version" answer and updates can lag.

You need two keys and nothing else. No Reddit account. Chrome must be installed — the first scan opens a window; do not close it.

Instead of passing keys to the MCP, you can put them in ~/.reddit-radar/.env:

TYPESAFE_API_KEY=ts_xxx
DEEPSEEK_API_KEY=sk-xxx

The LLM provider can be any OpenAI-compatible one: LLM_BASE_URL=https://openrouter.ai/api/v1, LLM_MODEL=deepseek/deepseek-chat.

Usage

Ask Claude in plain language:

"Use Reddit Radar to research the recurring problems small SaaS founders have with customer support tools."

The scan runs in the background (5,000 items ≈ 7 minutes). Claude tracks status and returns clusters with the underlying Reddit posts once it finishes.

Tools

| tool | purpose | |---|---| | radar_scan | Starts a scan, immediately returns a scan_id | | radar_scan_status | Progress and status | | radar_results | Clusters + coverage | | radar_prospects | People/post list: author, URL, age, comments, subreddit | | radar_evidence | The real posts behind one cluster | | radar_usage | Estimated API spend accumulated on this machine | | radar_cancel | Stops a running scan | | radar_export | Full result JSON | | radar_scans | Scans on this machine | | radar_login | Optional; not for access, only for Reddit quota |

How it works

Reddit data can only be obtained from a real browser (curl and headless return 403), so collection runs on your machine. Classification, clustering, and synthesis now run in the same process, with your keys.

Claude ──MCP──► reddit-radar (local)
                Chrome · collection · classification · synthesis

Output: ~/.reddit-radar/scans/<scan_id>/ — plan.json, results.json, evidence.csv.

Compliance and privacy

  • The project does not scrape Reddit; it reads public .json endpoints from inside the user's own real browser session.
  • The Reddit session cookie stays in the browser profile; it is never read or transmitted. See SECURITY.md in the repository.
  • Raw post text is deleted after 48 hours by default; URLs and scores remain.
  • Radar never writes posts/comments, never votes, never sends messages.
  • Keys travel only from your machine directly to the provider.
  • Compliance and legal contact: [email protected].

License

MIT