Reddit for your agents.
Connect Reddit once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Reddit.
What agents can do with Reddit
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
reddit_get_my_identityCheck the connection: returns the authenticated Reddit user's identity (name, comment karma, link karma).
reddit_list_my_subredditsList subreddits the authenticated user is subscribed to. Use subscriber=true for subscribed (default) or contributor/moderator for other views.
reddit_get_hot_postsGet hot posts from a subreddit. Use "popular" or "all" for the front page.
reddit_search_subredditsSearch subreddits by name or topic.
reddit_get_post_commentsGet comments from a post. Use the post's fullname (e.g. t3_abc123) or article ID. Returns the post and its comment tree.
reddit_get_new_postsGet new (rising new) posts from a subreddit.
reddit_get_top_postsGet top posts from a subreddit for a given time period.
reddit_get_subreddit_infoGet details about a subreddit including subscriber count, description, and rules.
reddit_get_user_infoGet a Reddit user's public profile and karma.
reddit_submit_postSubmit a new text or link post to a subreddit. `title` and `subreddit` are required.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Reddit's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Reddit app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Reddit to Even: call connect_begin("reddit") on the even-connect MCP and walk me through it.
List subreddits the user is subscribed to and fetch hot posts from subreddits.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.