Skip to content
Back to search
100
MCP live MCP 2025-11-25 sse

Pa1m Reddit

io.github.retampweb/pa1m-reddit

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

Uptime
100.0%
1 direct probes · 30d
Response
144ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

get_posts

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 upvoted), rising (gaini…

search_posts

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 upvoted may outrank clo…

get_comments_by_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 metadata. Use this …

get_comments_by_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 have the ID, not the f…

get_user

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 profile description. Exam…

get_user_comments

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 new (default), top, or…

login

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 accounts with 2FA, pass …

post_comment

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/r/...", "text": "...…

vote

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 session cookies from P…

send_dm

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 POST /login. Body: {"…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pa1m_reddit": {
      "url": "https://reddit.hypa1m.xyz/mcp",
      "transport": "sse"
    }
  }
}