reddit-monitor-mcp
Related Servers
Alternatives to reddit-monitor-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to scan, search, and read Reddit posts and comments using Reddit's public JSON endpoints, with no API credentials required.10 npmMIT
- AlicenseAqualityCmaintenanceRead-only MCP server for Reddit. Searches and analyzes Reddit content without writing, ensuring all posts are done manually via the Reddit UI.13MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only inspection of Google Ads accounts through MCP, including account inventory, reporting, metadata, change history, and safe GAQL queries.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides read-only access to Reddit through 8 tools for searching, browsing, and retrieving posts, comments, and user data, compatible with any MCP client.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants read-only access to Sprinklr data via MCP, allowing querying reports, searching cases, and calling Sprinklr API endpoints.4 npmISC
- AlicenseNot gradedqualityCmaintenanceProvides Reddit discussion volume trends, growth rates, and top trending topics for any keyword, accessible via MCP tools and Python client.1MIT
TDQS
Scored across 18 tools
Most tools target a distinct resource (inbox, subreddit, post, karma, flairs), and the descriptions separate similar-sounding pairs like get_inbox/get_messages and get_account_stats/get_karma_breakdown. A few analytics tools overlap in subject matter but remain distinguishable by whether they focus on own posts, subreddit activity, or flairs.
The set mostly follows snake_case action_noun, with get_ dominating. The deviations (mark_read, check_post_visibility, check_shadowban, search_mentions) are semantically natural but break the uniform get_ pattern, so consistency is good but not perfect.
18 tools is slightly above the typical 3-15 range, but the server covers account monitoring, inbox, subreddit discovery, competitor analysis, and post timing—each cluster has a clear need. It feels full rather than bloated.
For a read-only reddit monitor/analytics tool, the surface covers account stats, post engagement, visibility checks, inbox handling, subreddit rules/trends, and search. Minor gaps like dedicated comment-history or all-messages management are workarounds, but no critical dead end appears.