Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDDIT_CLIENT_IDNoReddit client ID for accessing Reddit API (optional). Create a script app at https://www.reddit.com/prefs/apps
REDDIT_USER_AGENTNoReddit user agent string (optional). Example: reddit-growth-mcp/0.2 by u/your_username
REDDIT_CLIENT_SECRETNoReddit client secret for accessing Reddit API (optional)

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
find_target_subreddits_toolA

Discover and rank subreddits for given topics by estimated traffic

analyze_subredditA

Estimate a subreddit's activity (posts/day velocity from the archive; subscribers and active users too when credentials are present)

analyze_acceptance

Analyze a subreddit's removal rate and what tends to get removed (official rules when credentials are present)

analyze_post_patterns

Find what makes posts perform: timing, title style, media, flair

evaluate_draftA

Evaluate a post draft for acceptance risk and engagement potential

evaluate_draft_acrossA

Score one draft across several subreddits and rank by normalized fit (size-fair percentile) vs raw reach. No creds needed.

compare_subreddits

Rank subreddits by growth (typical reach + viral upside, removal-adjusted), with traffic, discussion, and a safety label. rank_by switches to viral/opportunity/insight. No creds needed.

analyze_insightA

Measure a subreddit's discussion depth (insight): how substantive its comments are, plus a heuristic sentiment read. No creds needed.

growth_planA

Build a growth plan from candidate subreddits: pick the safest strong one, list cross-post targets, and return its viral recipe and best posting times. No credentials needed.

fetch_postsA

Fetch posts from a single subreddit

fetch_multiple

Fetch posts from multiple subreddits at once

search_subreddit

Search posts within a subreddit

fetch_commentsA

Fetch a post with its comment tree

Prompts

Interactive templates invoked by user choice

NameDescription
reddit_growthGuided workflow to grow a Reddit account: find safe high-traffic subs and craft a post that performs

Resources

Contextual data attached and managed by the client

NameDescription
get_server_infoServer capabilities and usage overview.

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/latent-9/reddit-growth-mcp'

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