10 tools from the Reddit MCP Server, categorised by risk level.
View the Reddit policy →REDDIT_GET_USER_FLAIR Fetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit. REDDIT_RETRIEVE_POST_COMMENTS Retrieves all comments for a Reddit post given its article ID (which must be for an existing, public post); nested replies within comments are retu... REDDIT_RETRIEVE_REDDIT_POST Retrieves the current hot posts from a specified, publicly accessible subreddit. REDDIT_RETRIEVE_SPECIFIC_COMMENT Retrieves detailed information for a specific Reddit comment or post using its fullname. REDDIT_SEARCH_ACROSS_SUBREDDITS Searches Reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless `restrict_sr` is set to False. REDDIT_CREATE_REDDIT_POST Creates a new text or link post on a specified, existing Reddit subreddit, optionally applying a flair. 2/5 REDDIT_EDIT_REDDIT_COMMENT_OR_POST Edits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or titles. 2/5 REDDIT_POST_REDDIT_COMMENT Posts a comment on Reddit, replying to an existing and accessible submission (post) or another comment. 2/5 The Reddit MCP server exposes 10 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Reddit server.
Reddit tools are categorised as Read (5), Write (3), Destructive (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept