Reddit · Capability
Reddit Community Engagement
Unified capability for reading and engaging with Reddit community content. Combines the Reddit Data API for browsing posts, searching communities, and accessing user profiles. Used by community managers, content researchers, and social listening applications to monitor discussions, analyze sentiment, and engage with Reddit audiences.
What You Can Do
GET
Get me
— Get authenticated user identity
/v1/me
GET
Get subreddit
— Get subreddit information and stats
/v1/subreddits/{subreddit}
GET
Get hot posts
— Get trending hot posts
/v1/subreddits/{subreddit}/hot
GET
Get new posts
— Get newest posts
/v1/subreddits/{subreddit}/new
GET
Search
— Search Reddit content
/v1/search
POST
Submit post
— Submit a new post to a subreddit
/v1/posts
MCP Tools
get-current-user
Get the identity of the currently authenticated Reddit user
read-only
get-subreddit-info
Get metadata, description, subscriber count, and stats for a subreddit
read-only
get-hot-posts
Get the currently trending hot posts from a subreddit
read-only
get-new-posts
Get the most recently submitted posts from a subreddit
read-only
search-reddit
Search Reddit for posts and discussions matching a query
read-only
submit-post
Submit a new text post to a subreddit
APIs Used
reddit-data