Reddit Buddy

Reddit Buddy

karanb192

Enables AI assistants to browse Reddit posts, search content, analyze users, and understand Reddit terminology through clean API access. Works without API keys and includes intelligent caching and rate limiting.

410441 views59Local (stdio)

What it does

  • Browse subreddit posts with different sorting options
  • Search posts across Reddit or specific subreddits
  • Fetch post details with full comment threads
  • Analyze user posting history and activity patterns
  • Explain Reddit terms and culture
  • Cache responses to reduce API calls

Best for

Market research and sentiment analysisSocial media monitoring and content discoveryUnderstanding Reddit culture and terminologyAnalyzing user behavior patterns
No API key requiredIntelligent caching and rate limitingOptional OAuth for enhanced limits

Tools (5)

browse_subreddit

Fetch posts from a subreddit sorted by your choice (hot/new/top/rising). Returns post list with content, scores, and metadata.

search_reddit

Search for posts across Reddit or specific subreddits. Returns matching posts with content and metadata.

get_post_details

Fetch a Reddit post with its comments. Requires EITHER url OR post_id. IMPORTANT: When using post_id alone, an extra API call is made to fetch the subreddit first (2 calls total). For better efficiency, always provide the subreddit parameter when known (1 call total).

user_analysis

Analyze a Reddit user's posting history, karma, and activity patterns. Returns posts, comments, and statistics.

reddit_explain

Get explanations of Reddit terms, slang, and culture. Returns definition, origin, usage, and examples.

Alternatives