reddit-research-mcp
Verified Safeby king-of-the-grackles
Overview
AI-powered Reddit intelligence for market research, competitive analysis, and customer discovery across 20,000+ indexed subreddits.
Installation
npm startEnvironment Variables
- REDDIT_CLIENT_ID
- REDDIT_CLIENT_SECRET
- REDDIT_USER_AGENT
- DESCOPE_PROJECT_ID
- SERVER_URL
- CHROMA_PROXY_URL
- CHROMA_PROXY_API_KEY
- AUDIENCE_API_URL
Security Notes
All sensitive API keys and URLs are configured via environment variables. Authentication is handled by Descope OAuth2 with a multi-issuer JWT verifier, which is a robust pattern. The server makes external HTTP calls to a ChromaDB proxy for vector search and an Audience API for feed management; the security of these external services and the trustworthiness of the `AUDIENCE_API_URL` are critical considerations. No `eval` or obvious malicious patterns were found in the provided source code.
Similar Servers
deep-research
An AI-powered research assistant that generates comprehensive reports, leverages various LLMs and web search engines, and offers integration as a SaaS or MCP service.
octocode-mcp
Enables AI assistants to search, analyze, and extract insights from millions of GitHub repositories, supporting deep code research, architectural analysis, and pattern discovery. It provides a structured interface for AI to interact with GitHub codebases.
academia_mcp
Provides a server for searching, fetching, analyzing, and reporting on scientific papers and datasets using various APIs and optional LLM-powered tools.
deep-research-mcp
Facilitates comprehensive web research using Tavily Search and Crawl APIs to gather and structure data, specifically designed to support high-quality markdown document creation by large language models (LLMs).