mcpserver.lol
registry/pa1m-reddit
Connection check verified live · 27h ago

pa1m-reddit

Pay-per-call Reddit agent: post reading, voting, commenting, DM and OAuth flows. x402, USDC on Base.

Tools 10
GitHub stars
Installs / wk
Licence
Transport sse
Last checked 27h ago

Tools & capabilities

10 tools

Read from the running server on 27h ago.

get_comments_by_id post_id*
Post Comments by Post ID — $0.01 Fetch the full comment tree for a Reddit post using its short alphanumeric post ID. Same response as the permalink endpoint — use this when you ha…
get_comments_by_permalink permalink*
Post Comments by Permalink — $0.01 Fetch the full comment tree for a Reddit post using its permalink URL. Returns top-level comments with nested replies, upvote counts, and author…
get_posts tsortafterlimitsubreddit*
Subreddit Posts — $0.01 Fetch posts from any subreddit with sorting and pagination. No Reddit account needed. Sorting options: hot (trending now), new (most recent), top (most upv…
get_user username*
User Profile — $0.01 Fetch a Reddit user's public profile. Returns link karma, comment karma, account age, gold/mod/employee status flags, verified email flag, icon URL, and profi…
get_user_comments sortafterlimitusername*
User Comment History — $0.01 Fetch a Reddit user's recent comments. Each item includes subreddit, upvote score, parent post title, comment body, and creation timestamp. Sort by ne…
login password*username*totp_secret
Reddit Login — $0.05 Authenticate a Reddit account and receive session cookies needed for write operations (comment, vote, DM). Cookies are valid until revoked by Reddit. For acco…
post_comment loid*text*post_url*token_v2csrf_tokenreddit_session*
Post Comment — $0.05 Submit a top-level comment on a Reddit post. Requires session cookies from POST /login (reddit_session + loid fields). Body: {"post_url": "https://reddit.com/…
search_posts q*tnsfwsortafterlimit +1
Search Reddit Posts — $0.01 Search Reddit posts globally or restrict to a specific subreddit. Mirrors the Posts tab on reddit.com/search. Sorting: relevance (default — highest upv…
send_dm loid*message*csrf_tokento_user_t2to_usernamereddit_session*
Send Direct Message — $0.10 Send a private message to a Reddit user. Pass to_username (e.g. 'spez') or to_user_t2 (Reddit internal ID like t2_xxx). Requires session cookies from P…
vote loid*thing_id*direction*csrf_tokenreddit_session*
Vote — $0.02 Upvote or downvote a Reddit post or comment. thing_id format: t3_xxx for posts, t1_xxx for comments. direction: up | down | none (none removes your vote). Requires se…