Skip to main content
Glama
goonhammer69

reddit-monitor-mcp

by goonhammer69

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDDIT_ACCOUNT_1_PASSWORDNoReddit password for the first account.
REDDIT_ACCOUNT_1_USERNAMENoReddit username for the first account.
REDDIT_ACCOUNT_2_PASSWORDNoReddit password for the second account.
REDDIT_ACCOUNT_2_USERNAMENoReddit username for the second account.
REDDIT_ACCOUNT_1_CLIENT_IDNoClient ID for the first Reddit script app (the string under the app name).
REDDIT_ACCOUNT_2_CLIENT_IDNoClient ID for the second Reddit script app (the string under the app name).
REDDIT_ACCOUNT_1_CLIENT_SECRETNoClient secret for the first Reddit script app (the string labeled 'secret').
REDDIT_ACCOUNT_2_CLIENT_SECRETNoClient secret for the second Reddit script app (the string labeled 'secret').

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_inboxB

Unread inbox: private messages, comment replies, and username mentions.

get_messagesB

Message history from the inbox or sent box, optionally filtered to one user.

mark_readA

Mark inbox messages as read. Accepts ids from get_inbox (bare or fullname).

get_my_postsC

The account's recent posts with score, comments, upvote ratio, and age.

Side effect: appends a metrics snapshot per post to the local snapshot file, building the over-time record the timing tools use.

get_post_detailsA

Deep dive on one post: metrics, full comment tree, and its recorded engagement history from previous snapshots.

check_post_visibilityA

Detect silent removals: is this post actually visible in its subreddit's /new listing, or does it only exist on the profile?

get_subreddit_feedB

Current posts in a subreddit (hot, new, or rising).

get_subreddit_rulesB

A subreddit's rules plus its posting requirements (flair, title rules) where Reddit exposes them.

get_subreddit_sidebarB

Sidebar/description, key stats, and the moderator list for a subreddit.

search_mentionsA

Search all of Reddit for a username or keyword (posts only — Reddit's search does not index comments; comment mentions arrive via get_inbox).

search_subredditC

Search within one subreddit for keywords.

get_account_statsC

Karma breakdown, account age, and follower count for the account.

check_shadowbanA

Verify the account is visible to the rest of Reddit, using the OTHER configured account as an authenticated second witness.

get_karma_breakdownB

Karma earned per subreddit, highest first.

get_post_timing_dataB

Historical post performance bucketed by day-of-week and hour posted, in the given timezone. Answers: when do my posts do best?

get_subreddit_activity_patternA

When a subreddit is most active: posting volume by hour (from /new) and when its winning posts were submitted (from this week's /top).

get_competitor_postsB

Recent posts in a target subreddit excluding both of our own accounts — what the rest of the market is doing.

get_trending_flairsB

Which flairs/categories are getting traction in a subreddit, ranked by median score across this period's top posts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/goonhammer69/reddit-monitor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server