RedditRadar.MCP.Server
1.1.0
{ "inputs": [], "servers": { "RedditRadar.MCP.Server": { "type": "stdio", "command": "dnx", "args": ["RedditRadar.MCP.Server@", "--yes"], "env": { "REDDITRADAR_LICENSE_KEY": "", "REDDIT_CLIENT_ID": "", "REDDIT_CLIENT_SECRET": "" } } } }
.vscode/mcp.json
settings file.
dotnet tool install --global RedditRadar.MCP.Server --version 1.1.0
dotnet new tool-manifest
dotnet tool install --local RedditRadar.MCP.Server --version 1.1.0
#tool dotnet:?package=RedditRadar.MCP.Server&version=1.1.0
nuke :add-package RedditRadar.MCP.Server --version 1.1.0
RedditRadar MCP Server
Premium Reddit MCP Server by QLoop Technologies
A comprehensive Model Context Protocol (MCP) server that provides complete Reddit integration for Claude Desktop and other MCP clients. This commercial-grade server delivers professional Reddit functionality with 5 tools, 5 prompts, and 6 resources.
Price: $49 USD | Company: QLoop Technologies | License: Commercial
🎯 What This Server Provides
RedditRadar transforms your MCP client into a powerful Reddit analysis and interaction platform with live data access, structured prompts, and comprehensive reference resources.
🛠️ Tools (5 Available)
1. GetTopPosts
Get the highest-rated posts from any subreddit with customizable time filters and comment retrieval.
- Parameters: subreddit, limit (1-100), timeFilter (hour/day/week/month/year/all), commentLimit
- Use Case: Research trending topics, analyze community sentiment over time periods
2. GetHotPosts
Retrieve currently trending and active posts from subreddits with real-time engagement data.
- Parameters: subreddit, limit (1-100), commentLimit
- Use Case: Monitor real-time discussions, identify emerging trends
3. SearchPosts
Search within a specific subreddit for posts matching your query, returning both hot and top results.
- Parameters: subreddit, query, limit (1-100), commentLimit
- Use Case: Find specific discussions, research historical conversations
4. SearchMultipleSubreddits
Concurrent search across up to 5 subreddits simultaneously with organized results.
- Parameters: subreddits (comma-separated), query, limitPerSubreddit (1-20), commentLimit
- Use Case: Cross-community analysis, comprehensive topic research
5. GetUser
Retrieve comprehensive Reddit user profile information including posting patterns and account insights.
- Parameters: username, includeRecentPosts (boolean), postLimit (1-25)
- Output: Account details, karma breakdown, posting patterns, recent activity analysis
- Use Case: User research, community analysis, influencer identification
📝 Prompts (5 Available)
1. AnalyzeSubredditSentiment
Structured template for comprehensive sentiment analysis of subreddit content.
- Output: Sentiment distribution, emotional tone, key themes, community insights
- Use Case: Brand monitoring, community health assessment, trend analysis
2. CompareSubredditPerspectives
Template for analyzing the same topic across different subreddit communities.
- Output: Comparative analysis, unique insights, community differences/similarities
- Use Case: Market research, understanding diverse viewpoints, controversy analysis
3. SummarizeRedditDiscussion
Condense lengthy Reddit threads into actionable insights for different audiences.
- Output: Executive summary, key points, consensus analysis, recommendations
- Use Case: Executive briefings, research summaries, decision support
4. GenerateDiscussionQuestions
Create engaging questions based on Reddit post content to drive meaningful discussions.
- Output: 5-7 thoughtful questions with explanations of their value
- Use Case: Community engagement, content creation, interview preparation
5. IdentifyRedditTrends
Analyze multiple discussions to identify emerging patterns and predict future trends.
- Output: Trending topics, sentiment shifts, engagement patterns, predictions
- Use Case: Strategic planning, content strategy, market intelligence
📚 Resources (6 Available)
1. GetPopularSubreddits
Live directory of popular subreddits organized by category with subscriber counts.
- Categories: Technology, News, Entertainment, Lifestyle, Professional
- Updates: Real-time subscriber counts and descriptions
2. GetRedditApiReference
Complete Reddit API documentation with endpoints, rate limits, and authentication details.
- Includes: Base URLs, common endpoints, required headers, response formats
- Use Case: Developer reference, API integration planning
3. GetRedditEtiquetteGuide
Comprehensive guide to Reddit community rules and best practices.
- Covers: Universal rules, posting guidelines, comment etiquette, moderation awareness
- Use Case: Community guidelines, content strategy, avoiding violations
4. GetRedditFormattingGuide
Complete markdown formatting reference with syntax examples.
- Includes: Text formatting, links, code blocks, tables, Reddit-specific features
- Use Case: Content creation, post formatting, improving readability
5. GetSubredditRules (Parameterized)
Subreddit-specific rules and posting requirements for any community.
- Parameter: subredditName
- Output: Common rule patterns, specific guidelines, recommended actions
- Use Case: Compliance checking, content planning, community research
6. GetRedditCommunityStats
Current Reddit platform statistics, demographics, and activity patterns.
- Data: User demographics, activity patterns, content type distribution, engagement metrics
- Use Case: Market research, audience analysis, optimal posting strategies
🚀 Quick Start
Installation via NuGet
{
"servers": {
"RedditRadar.MCP.Server": {
"type": "stdio",
"command": "dnx",
"args": [
"RedditRadar.MCP.Server",
"--version",
"1.1.0",
"--yes"
]
}
}
}
Local Development
# Clone and run locally
dotnet run --project RedditRadar.MCP.Server
💡 Example Use Cases
Market Research: Use SearchMultipleSubreddits + CompareSubredditPerspectives to analyze product reception across different communities.
Content Strategy: Combine GetHotPosts + IdentifyRedditTrends + GetRedditCommunityStats for optimal posting timing and content types.
Community Management: Use AnalyzeSubredditSentiment + GetRedditEtiquetteGuide + GetSubredditRules for effective community engagement.
Competitive Analysis: SearchPosts across competitor-related subreddits + SummarizeRedditDiscussion for executive briefings.
🔧 Technical Features
- .NET 9.0 with C# 13 language features
- Live Reddit API Integration - Real-time data access
- Rate Limiting Protection - Built-in API management
- Concurrent Processing - Multi-subreddit search optimization
- Error Handling - Robust exception management
- Caching System - Performance optimization for resources
📋 System Requirements
- .NET 9 SDK with
dnx
command - Internet Connection for live Reddit data
- Reddit API Access (optional - server works with public data)
📞 Support & Licensing
This is a commercial product by QLoop Technologies.
- Purchase: Available on Gumroad for $49 USD
- License: Commercial use permitted
- Support: Professional support included
- Updates: Regular feature updates and improvements
🔗 Links
- GitHub Repository: https://github.com/goldytech/RedditRadar
- NuGet Package: https://www.nuget.org/packages/RedditRadar.MCP.Server
- MCP Documentation: https://modelcontextprotocol.io/
- Purchase: Available on Gumroad
📋 Release Notes
v1.1.0 (2025-08-26)
🔐 Enhanced Security & Configuration
- Robust License Validation: Significantly strengthened license key security with 8-character checksum (4.3B possible values vs 65K)
- Temporal License Validation: Built-in year-based expiration system prevents outdated key usage
- Obfuscated Security Elements: Enhanced protection against reverse engineering attempts
- Case-Sensitive Validation: Doubled effective keyspace for increased security
- Updated Configuration: Aligned .NET 9 version across all deployment pipelines and documentation
- GetUser Tool: Added comprehensive Reddit user profile analysis with karma, account age, posting patterns, and activity insights
v1.0.1 (2025-08-25)
📚 Documentation Update
- Comprehensive README: Added detailed documentation of all 4 tools, 5 prompts, and 6 resources
- Usage Examples: Added practical use cases and implementation examples
- Installation Guide: Complete setup instructions for NuGet and local development
- Technical Specifications: Full feature breakdown and system requirements
v1.0.0 (2025-08-25)
🚀 Initial Release
- 4 Reddit Tools: GetTopPosts, GetHotPosts, SearchPosts, SearchMultipleSubreddits
- 5 Analysis Prompts: Sentiment analysis, comparison, summarization, question generation, trend identification
- 6 Reference Resources: Subreddit directory, API reference, etiquette guide, formatting guide, rules, statistics
- Commercial Licensing: Proper licensing for commercial use
- MCP Integration: Full Model Context Protocol support for Claude Desktop
© 2024 QLoop Technologies. All rights reserved. RedditRadar MCP Server - Premium Reddit Integration for Claude Desktop
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.