# io.usefulapi/bettermode (remote · bettermode.usefulapi.io)

Read Bettermode community spaces, members and posts; full-text search across your community.

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

## Components

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

## Channel facts

- Endpoint: `https://bettermode.usefulapi.io/mcp`
- Transports: `streamable-http`
- 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**: 78/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 894 tokens (~111/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-usefulapi-bettermode https://bettermode.usefulapi.io/mcp
```

### Codex

```toml
[mcp_servers.io-usefulapi-bettermode]
url = "https://bettermode.usefulapi.io/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add io-usefulapi-bettermode --url https://bettermode.usefulapi.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-usefulapi-bettermode:
    url: "https://bettermode.usefulapi.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-usefulapi-bettermode": {
      "type": "http",
      "url": "https://bettermode.usefulapi.io/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, +45)

- [security improvement] Authorization: unverified → pass
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Tool coverage: unverified → 100

### 2026-08-01 (score 28, −41)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.13 → unverified
- [security regression] Authorization: fail → unverified
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (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-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 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 70, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 69, +57)

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

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

First indexed and scored.

## MCP tools (8)

### `bettermode_get_network` (~59 tokens)

Get network

Get top-level info about the Bettermode community ("network") this token belongs to — id, name, primary domain/subdomain, status, creation date, and total member count. No arguments. Bettermode GraphQL query: network.

### `bettermode_list_spaces` (~173 tokens)

List spaces

List spaces (the containers for posts — e.g. discussions, Q&A, articles) in the community, with pagination. Optionally filter by name (`query`), order (`orderBy`, a SpaceListOrderByEnum value), and reverse the order. Returns edges[].node plus pageInfo and totalCount. Bettermode GraphQL query: spaces.

Input parameters:

- `limit` (integer): Max number of spaces to return (1..100, default 10).
- `offset` (integer): Number of spaces to skip (offset-based pagination).
- `orderBy` (string): Order field — a SpaceListOrderByEnum value (e.g. "createdAt", "name").
- `query` (string): Filter to spaces matching this name/search term.
- `reverse` (boolean): Reverse the sort order.

### `bettermode_get_space` (~93 tokens)

Get space

Get a single space by its `id` OR its `slug` (provide exactly one). Returns the space's name, slug, description, type, creation date, and member/post counts. Bettermode GraphQL query: space.

Input parameters:

- `id` (string): The space's id. Provide this OR `slug`.
- `slug` (string): The space's URL slug. Provide this OR `id`.

### `bettermode_list_members` (~179 tokens)

List members

List members of the community, with pagination. Optionally filter by a search term (`query`, matches name/username/email), by role (`roleIds`), order (`orderBy`), and reverse. Returns edges[].node (with role) plus pageInfo and totalCount. Bettermode GraphQL query: members.

Input parameters:

- `limit` (integer): Max number of members to return (1..100, default 10).
- `offset` (integer): Number of members to skip (offset-based pagination).
- `orderBy` (string): Order field (e.g. "createdAt", "name").
- `query` (string): Filter to members matching this search term (name/username/email).
- `reverse` (boolean): Reverse the sort order.
- `roleIds` (array): Filter to members holding any of these role ids.

### `bettermode_get_member` (~57 tokens)

Get member

Get a single community member by their `id`. Returns name, username, email, status, creation date, role, and tagline. Bettermode GraphQL query: member.

Input parameters:

- `id` (string, required): The member's id.

### `bettermode_list_posts` (~169 tokens)

List posts

List posts across the community, with pagination. Optionally scope to one or more spaces (`spaceIds`), order (`orderBy`, passed through as a plain string), and reverse. Returns edges[].node (title, shortContent, space, owner) plus pageInfo and totalCount. Bettermode GraphQL query: posts.

Input parameters:

- `limit` (integer): Max number of posts to return (1..100, default 10).
- `offset` (integer): Number of posts to skip (offset-based pagination).
- `orderBy` (string): Order field, passed through as a plain string (e.g. "createdAt", "publishedAt").
- `reverse` (boolean): Reverse the sort order.
- `spaceIds` (array): Restrict to posts in these space ids.

### `bettermode_get_post` (~60 tokens)

Get post

Get a single post by its `id`. Returns title, shortContent, creation date, space, owner (member), and reaction/reply counts. Bettermode GraphQL query: post.

Input parameters:

- `id` (string, required): The post's id.

### `bettermode_search` (~104 tokens)

Search

Full-text search across the community (members, spaces, posts, …). Provide a `query` term; results come back grouped by entity type, each hit with id, title, subtitle, content, url, and entityId. Bettermode GraphQL query: search.

Input parameters:

- `limit` (integer): Client-side cap on the number of hits per entity group (the SearchInput type has no server-side limit field).
- `query` (string, required): The search term.

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://bettermode.usefulapi.io/mcp
- Repository: https://github.com/m190/usefulapi-mcp
- Changelog RSS feed: https://verifymcp.io/servers/io-usefulapi-bettermode/bettermode/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-usefulapi-bettermode/bettermode/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-usefulapi-bettermode/bettermode
