MCP Server Reddit
by Hawstein
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_frontpage_posts | Get hot posts from Reddit frontpage |
get_subreddit_info | Get information about a subreddit |
get_subreddit_hot_posts | Get hot posts from a specific subreddit |
get_subreddit_new_posts | Get new posts from a specific subreddit |
get_subreddit_top_posts | Get top posts from a specific subreddit |
get_subreddit_rising_posts | Get rising posts from a specific subreddit |
get_post_content | Get detailed content of a specific post |
get_post_comments | Get comments from a post |