# Pa1m Reddit (remote · reddit.hypa1m.xyz)

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

- Trust score: 23/100 (low)
- Change this week: −30
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `reddit.hypa1m.xyz`: 23/100 (this document), [markdown](https://verifymcp.io/servers/retampweb-pa1m-reddit/reddit.md), [page](https://verifymcp.io/servers/retampweb-pa1m-reddit/reddit)

## Channel facts

- Endpoint: `https://reddit.hypa1m.xyz/mcp`
- Transports: `sse`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared sse, but the endpoint returned HTTP 400.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http retampweb-pa1m-reddit https://reddit.hypa1m.xyz/mcp
```

### Codex

```toml
[mcp_servers.retampweb-pa1m-reddit]
url = "https://reddit.hypa1m.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "retampweb-pa1m-reddit": {
      "type": "remote",
      "url": "https://reddit.hypa1m.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add retampweb-pa1m-reddit --url https://reddit.hypa1m.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  retampweb-pa1m-reddit:
    url: "https://reddit.hypa1m.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "retampweb-pa1m-reddit": {
      "type": "http",
      "url": "https://reddit.hypa1m.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-01 (score 23, 0)

- [security regression] Endpoint reachability: reachable → not serving MCP

### 2026-07-31 (score 23, −32)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 54, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (13)

### `agent_info__well_known_agent_json_get` (~36 tokens)

Agent Info

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `health_health_get` (~30 tokens)

Health

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `llms_txt_llms_txt_get` (~49 tokens)

Llms Txt

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: text/plain

\**Example Response:**
\```json
"string"
\```

### `get_posts_posts_get` (~241 tokens)

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 (gaining momentum), controversial (most debated), best (Reddit's personalized ranking). Use t= parameter (hour/day/week/month/year/all) with sort=top or sort=controversial. Paginate by passing the 'after' cursor from the previous response. Up to 100 posts per call. Example: GET /posts?subreddit=MachineLearning&sort=top&t=week&limit=50

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `after` (string): Pagination cursor (t3_xxx)
- `limit` (integer)
- `sort` (string): hot | new | top | rising | controversial | best
- `subreddit` (string, required): Subreddit name without r/ prefix
- `t` (string): Time window for top/controversial: hour | day | week | month | year | all

### `search_posts_search_get` (~235 tokens)

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 closest match on broad queries), new (strict chronological), hot, top, comments. Tip: use sort=new with t=week for recent topical results; sort=relevance for best match. Set nsfw=true to include adult content. Paginate with 'after' cursor. Example: GET /search?q=Claude+API&sort=new&t=month&limit=25

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `after` (string): Pagination cursor
- `limit` (integer)
- `nsfw` (boolean): Include NSFW content
- `q` (string, required): Search query
- `sort` (string): relevance | new | hot | top | comments
- `subreddit` (string): Restrict to a subreddit (without r/ prefix)
- `t` (string): hour | day | week | month | year | all

### `get_comments_by_permalink_comments_get` (~140 tokens)

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 when you have the full Reddit URL. Permalink format: /r/{subreddit}/comments/{post_id}/{title}/ Example: GET /comments?permalink=/r/python/comments/1abc123/my_post_title/

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `permalink` (string, required): Reddit post permalink, e.g. /r/python/comments/abc/title/

### `get_comments_by_id_comments__post_id__get` (~130 tokens)

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 full URL. Post IDs can be extracted from Reddit URLs: reddit.com/r/x/comments/{post_id}/... Example: GET /comments/1abc123

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `post_id` (string, required): Reddit post ID like 1sgjld3

### `get_user_user__username__get` (~96 tokens)

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. Example: GET /user/spez

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `username` (string, required): Reddit username without u/ prefix

### `get_user_comments_user__username__comments_get` (~148 tokens)

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 controversial. Paginate with the 'after' cursor. Example: GET /user/spez/comments?sort=top&limit=10

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `after` (string): Pagination cursor
- `limit` (integer)
- `sort` (string): new | top | controversial
- `username` (string, required): Reddit username without u/ prefix

### `login_login_post` (~127 tokens)

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 totp_secret to generate the TOTP code automatically. Body: {"username": "...", "password": "...", "totp_secret": "..." (optional)}

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `password` (string, required)
- `totp_secret` (string)
- `username` (string, required)

### `post_comment_comment_post` (~141 tokens)

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": "...", "reddit_session": "...", "loid": "..."}

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `csrf_token` (string)
- `loid` (string, required)
- `post_url` (string, required)
- `reddit_session` (string, required)
- `text` (string, required)
- `token_v2` (string)

### `vote_vote_post` (~155 tokens)

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 POST /login. Body: {"thing_id": "t3_abc123", "direction": "up", "reddit_session": "...", "loid": "..."}

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `csrf_token` (string)
- `direction` (string, required)
- `loid` (string, required)
- `reddit_session` (string, required)
- `thing_id` (string, required)

### `send_dm_dm_post` (~159 tokens)

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: {"to_username": "spez", "message": "Hello!", "reddit_session": "...", "loid": "..."}

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `csrf_token` (string)
- `loid` (string, required)
- `message` (string, required)
- `reddit_session` (string, required)
- `to_user_t2` (string)
- `to_username` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/retampweb-pa1m-reddit/reddit#diagnostics

## Score history

- 2026-08-03: 23
- 2026-08-02: 23
- 2026-08-01: 23
- 2026-07-31: 23
- 2026-07-30: 55
- 2026-07-29: 55
- 2026-07-28: 54
- 2026-07-27: 53

## Links

- Remote endpoint: https://reddit.hypa1m.xyz/mcp
- Changelog RSS feed: https://verifymcp.io/servers/retampweb-pa1m-reddit/reddit/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/retampweb-pa1m-reddit/reddit/changelog.json
- HTML version of this page: https://verifymcp.io/servers/retampweb-pa1m-reddit/reddit
