Skip to main content
Glama
ekatiyar

simple-reddit-mcp

by ekatiyar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_threadA

Read a reddit post and its comment tree from any reddit URL or id.

The primary tool: give it whatever the user pasted. Comments come back as an indented markdown tree; collapsed branches show as [+N more replies].

Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.

get_postsA

Look up posts in bulk by id.

Use when you already have post ids (for example from search_comments results) and want their titles, authors and scores.

Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.

get_commentsA

Look up comments in bulk by id.

Use for the comment ids returned inside a [+N more replies] marker, or any comment permalink you already resolved.

Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.

search_postsA

Find posts by subreddit, author, keyword or date range.

Keyword parameters (query, title, selftext) are only accepted together with subreddit or author, and can still time out on very busy ones - a date range makes them reliable.

Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.

search_commentsA

Find comments by subreddit, author, keyword, post or date range.

With author alone this doubles as user comment history. Comment keyword search is the slowest endpoint - pair body with a subreddit, an author or a date range.

Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.

search_subredditsA

Find subreddits by name, prefix, subscriber count or age.

Subreddit records are refreshed infrequently, so subscriber counts lag reality by more than the ~36h that applies to posts and comments.

Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.

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/ekatiyar/simple-reddit-mcp'

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