# Superpowers.social (remote · superpowers.social)

Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.

- Trust score: 73/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `superpowers.social`: 73/100 (this document), [markdown](https://verifymcp.io/servers/social-superpowers-social-superpowers/superpowers.md), [page](https://verifymcp.io/servers/social-superpowers-social-superpowers/superpowers)

## Channel facts

- Endpoint: `https://superpowers.social/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 843 tokens (~84/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 9/100
  - Stability check failed: schema churn in the 8 days we've observed: 2 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http social-superpowers-social-superpowers https://superpowers.social/mcp
```

### Codex

```toml
[mcp_servers.social-superpowers-social-superpowers]
url = "https://superpowers.social/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "social-superpowers-social-superpowers": {
      "type": "remote",
      "url": "https://superpowers.social/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add social-superpowers-social-superpowers --url https://superpowers.social/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  social-superpowers-social-superpowers:
    url: "https://superpowers.social/mcp"
```

### Other

```json
{
  "mcpServers": {
    "social-superpowers-social-superpowers": {
      "type": "http",
      "url": "https://superpowers.social/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-02 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 2 to 6.

### 2026-07-31 (score 72, +3)

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

### 2026-07-30 (score 69, −2)

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

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

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

### 2026-07-28 (score 70, +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-27 (score 69, 0)

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

### 2026-07-26 (score 69)

First indexed and scored.

## MCP tools (10)

### `reddit-get-post` (~82 tokens)

Get Reddit Post

Get detailed content of a specific Reddit post with comments.

Input parameters:

- `comment_limit` (number): Number of comments to return (default 10)
- `post_id` (string, required): Reddit post ID
- `subreddit` (string): Subreddit name for faster lookup
- `text_only` (boolean): If true, return only id and title per post to save tokens.

### `reddit-get-posts` (~108 tokens)

Get Subreddit Posts

Get posts from a subreddit.

Input parameters:

- `count` (number): Number of results to return (default 10)
- `sort` (string): Sort: hot, new, top, rising
- `subreddit` (string, required): Subreddit name without r/ prefix
- `text_only` (boolean): If true, return only id and title per post to save tokens.
- `time_filter` (string): Time filter for top sort: hour, day, week, month, year, all

### `reddit-get-user-comments` (~86 tokens)

Reddit User Comments

Get comments submitted by a specific Reddit user.

Input parameters:

- `count` (number): Number of results to return (default 10)
- `sort` (string): Sort: hot, new, top, controversial
- `time_filter` (string): Time filter: hour, day, week, month, year, all
- `username` (string, required): Reddit username without u/ prefix

### `reddit-get-user-posts` (~108 tokens)

Reddit User Posts

Get posts submitted by a specific Reddit user.

Input parameters:

- `count` (number): Number of results to return (default 10)
- `sort` (string): Sort: hot, new, top, controversial
- `text_only` (boolean): If true, return only id and title per post to save tokens.
- `time_filter` (string): Time filter: hour, day, week, month, year, all
- `username` (string, required): Reddit username without u/ prefix

### `reddit-search` (~117 tokens)

Search Reddit

Search Reddit for posts matching a query.

Input parameters:

- `count` (number): Number of results to return (default 10)
- `query` (string, required): Search query string
- `sort` (string): Sort order: relevance, hot, top, new, comments
- `subreddit` (string): Limit search to a specific subreddit
- `text_only` (boolean): If true, return only id and title per post to save tokens.
- `time_filter` (string): Time filter: hour, day, week, month, year, all

### `twitter-news` (~57 tokens)

Twitter News

Get trending news from X/Twitter.

Input parameters:

- `category` (string): Optional tab filter — one of: for-you, news, sports, entertainment, trending
- `count` (number): Number of news items to return (default 10)

### `twitter-read` (~48 tokens)

Read Tweet

Read a single tweet by URL or ID.

Input parameters:

- `text_only` (boolean): If true, return only id and text to save tokens.
- `tweet` (string, required): Tweet URL or tweet ID

### `twitter-search` (~87 tokens)

Search Twitter

Search X/Twitter for tweets matching a query. Returns token-optimized results with engagement metrics.

Input parameters:

- `count` (number): Number of results to return (default 10)
- `cursor` (string): Pagination cursor from a previous response
- `query` (string, required): Search query string
- `text_only` (boolean): If true, return only id and text per tweet to save tokens.

### `twitter-thread` (~67 tokens)

Read Thread

Read an entire tweet thread/conversation.

Input parameters:

- `cursor` (string): Pagination cursor from a previous response
- `text_only` (boolean): If true, return only id and text per tweet to save tokens.
- `tweet` (string, required): Tweet URL or ID of any tweet in the thread

### `twitter-user-tweets` (~83 tokens)

Get User Tweets

Get recent tweets from a specific X/Twitter user.

Input parameters:

- `count` (number): Number of tweets to return (default 20)
- `cursor` (string): Pagination cursor from a previous response
- `handle` (string, required): Twitter handle (without @)
- `text_only` (boolean): If true, return only id and text per tweet to save tokens.

## Diagnostics

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

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 69
- 2026-07-29: 71
- 2026-07-28: 70
- 2026-07-27: 69
- 2026-07-26: 69

## Links

- Remote endpoint: https://superpowers.social/mcp
- Repository: https://github.com/pkobielak/social-superpowers-mcp
- Website: https://superpowers.social/
- Changelog RSS feed: https://verifymcp.io/servers/social-superpowers-social-superpowers/superpowers/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/social-superpowers-social-superpowers/superpowers/changelog.json
- HTML version of this page: https://verifymcp.io/servers/social-superpowers-social-superpowers/superpowers
