CapzyCapzy / Data MCP Get API key

Platforms / reddit

reddit toolset

21 tools. Mount this server and your agent gets every reddit endpoint, fully typed.

https://mcp.capzy.ai/reddit/mcp
claude mcp add capzy-reddit --transport http https://mcp.capzy.ai/reddit/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Posts

reddit_post_comments 1 credit Post Comments

Full comment thread, flattened depth-first with sort, limit and depth control.

ParamTypeRequiredDescription
post_id string required Post id.
sort string optional confidence (best) | top | new | controversial | old | qa Default: confidence
limit integer optional Max comments returned (1-500). Default: 100
depth integer optional Max reply nesting depth to include.
reddit_post_detail 1 credit Get Post

Get post details by id.

ParamTypeRequiredDescription
post_id string required Post id (t3 base36).
reddit_post_duplicates 1 credit Post Duplicates

Cross-posts and duplicates.

ParamTypeRequiredDescription
post_id string required Post id.
limit integer optional 1-100. Default: 25
reddit_posts_trending 1 credit Trending Posts

Trending posts across all of Reddit (the r/all front page).

ParamTypeRequiredDescription
sort string optional hot | top | rising | new Default: hot
t string optional top timeframe: hour|day|week|month|year|all Default: day
limit integer optional 1-100. Default: 25
after string optional Pagination cursor (from nextCursor).

Search

reddit_domain_posts 1 credit Domain Posts

Posts linking to a specific domain.

ParamTypeRequiredDescription
domain string required Link domain, e.g. nytimes.com.
sort string optional hot | new | top | rising Default: hot
t string optional top timeframe: hour|day|week|month|year|all Default: all
limit integer optional 1-100. Default: 25
after string optional Pagination cursor (from nextCursor).
reddit_search_posts 1 credit Search Posts

Search posts globally or within a subreddit.

ParamTypeRequiredDescription
q string required Search query.
subreddit string optional Restrict to a subreddit.
sort string optional relevance | hot | top | new | comments Default: relevance
t string optional hour | day | week | month | year | all Default: all
limit integer optional 1-100. Default: 25
after string optional Pagination cursor.
reddit_search_subreddits 1 credit Search Subreddits

Search subreddits by keyword.

ParamTypeRequiredDescription
q string required Search query.
limit integer optional 1-100. Default: 25
after string optional Pagination cursor (from nextCursor).
reddit_search_users 1 credit Search Users

Search Reddit users by keyword.

ParamTypeRequiredDescription
q string required Search query.
limit integer optional 1-100. Default: 25
after string optional Pagination cursor (from nextCursor).

Subreddits

reddit_subreddit_about 1 credit Subreddit Metadata

Subreddit metadata.

ParamTypeRequiredDescription
subreddit string required Subreddit name.
reddit_subreddit_posts 1 credit Subreddit Posts

Subreddit posts (hot/new/top/rising).

ParamTypeRequiredDescription
subreddit string required Subreddit name.
sort string optional hot | new | top | rising | controversial Default: hot
t string optional top/controversial timeframe: hour|day|week|month|year|all Default: day
limit integer optional 1-100. Default: 25
after string optional Pagination cursor (from nextCursor).
reddit_subreddit_rules 1 credit Subreddit Rules

Subreddit rules.

ParamTypeRequiredDescription
subreddit string required Subreddit name.
reddit_subreddit_wiki 1 credit Wiki Pages

List wiki pages.

ParamTypeRequiredDescription
subreddit string required Subreddit name.
reddit_subreddit_wiki_page 1 credit Wiki Page

Wiki page content.

ParamTypeRequiredDescription
subreddit string required Subreddit name.
page string required Wiki page path.
reddit_subreddits 1 credit Subreddit Directory

Browse Reddit's subreddit directory: popular, new, default, or gold.

ParamTypeRequiredDescription
sort string optional popular | new | default | gold Default: popular
limit integer optional 1-100. Default: 25
after string optional Pagination cursor.
reddit_subreddits_new 1 credit New Subreddits

Newest subreddits.

ParamTypeRequiredDescription
limit integer optional 1-100. Default: 25
reddit_subreddits_popular 1 credit Popular Subreddits

Popular subreddits.

ParamTypeRequiredDescription
limit integer optional 1-100. Default: 25

Users

reddit_user_about 1 credit User Profile

User profile and karma.

ParamTypeRequiredDescription
username string required Reddit username.
reddit_user_comments 1 credit User Comments

A user's comment history.

ParamTypeRequiredDescription
username string required Reddit username.
sort string optional new | hot | top | controversial Default: new
t string optional top/controversial timeframe: hour|day|week|month|year|all Default: all
limit integer optional 1-100. Default: 25
after string optional Pagination cursor (from nextCursor).
reddit_user_moderated 1 credit User Moderated

Subreddits a user moderates.

ParamTypeRequiredDescription
username string required Reddit username.
reddit_user_posts 1 credit User Posts

A user's submitted posts.

ParamTypeRequiredDescription
username string required Reddit username.
sort string optional new | hot | top | controversial Default: new
t string optional top/controversial timeframe: hour|day|week|month|year|all Default: all
limit integer optional 1-100. Default: 25
after string optional Pagination cursor (from nextCursor).
reddit_user_trophies 1 credit User Trophies

A user's trophy case.

ParamTypeRequiredDescription
username string required Reddit username.

Fewer tools?

The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.