reddit-mcp-mod
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_CLIENT_ID | Yes | Your Reddit client ID | |
| REDDIT_USER_AGENT | Yes | Your Reddit user agent string (e.g., 'windows:reddit-mcp-mod:0.1.0 (by /u/yourusername)') | |
| REDDIT_CLIENT_SECRET | Yes | Your Reddit client secret | |
| REDDIT_REFRESH_TOKEN | Yes | Your Reddit refresh token |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reddit_get_postA | Fetch a Reddit post (submission) by id along with its comments (top-level comments include one nested level of replies). Returns JSON with post and comments. |
| reddit_get_commentA | Fetch a single Reddit comment by id. Returns JSON with the comment's body, author, score, and permalink. |
| reddit_list_postsA | List posts from a subreddit (hot/new/top/rising/controversial). Returns JSON with posts and meta (limit, has_more, next_cursor). |
| reddit_searchA | Search posts on Reddit, optionally restricted to one subreddit. Returns JSON with posts and meta (limit, has_more, next_cursor). |
| reddit_get_userA | Fetch a Reddit user's public profile info (karma, account age, suspension status). Returns JSON with the user. |
| reddit_list_user_activityA | List a user's recent posts and/or comments. Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor). |
| reddit_get_modqueueA | List posts and comments awaiting moderator review in a subreddit's mod queue (reported or otherwise flagged items). Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor). Use reddit_approve/reddit_remove with an item's fullname to act on it. |
| reddit_get_unmoderatedA | List posts in a subreddit that have not yet been approved or removed by a moderator. Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor). |
| reddit_get_spamA | List posts and comments in a subreddit that have been removed as spam (by AutoModerator, spam filter, or a moderator). Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor). |
| reddit_get_editedA | List posts and comments in a subreddit that were edited by their author after posting. Returns JSON with items (kind: post|comment) and meta (limit, has_more, next_cursor). |
| reddit_get_reportsA | List posts and comments in a subreddit that have been reported by users or AutoModerator. Returns JSON with items (kind: post|comment, including num_reports/report_reasons) and meta (limit, has_more, next_cursor). Use reddit_ignore_reports/reddit_unignore_reports to manage further reporting, or reddit_approve/reddit_remove to resolve. |
| reddit_list_bannedA | List users banned from a subreddit. Returns JSON with items (name, date, note, days_left). |
| reddit_list_mutedA | List users muted from sending modmail to a subreddit. Returns JSON with items (name, date, note). |
| reddit_list_moderatorsA | List the moderators of a subreddit and their permissions. Returns JSON with items (name, mod_permissions, date). |
| reddit_get_modlogA | List recent moderation actions taken in a subreddit. Returns JSON with items and meta (limit, has_more, next_cursor). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/devzspy/reddit-mcp-mod'
If you have feedback or need assistance with the MCP directory API, please join our Discord server