# Finally Offline (remote · www.finallyoffline.com)

Human culture news, trends and search across sports, music, fashion and streetwear.

- Trust score: 76/100 (medium)
- Change this week: +11
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `www.finallyoffline.com`: 76/100 (this document), [markdown](https://verifymcp.io/servers/com-finallyoffline-www-culture/www.md), [page](https://verifymcp.io/servers/com-finallyoffline-www-culture/www)

## Channel facts

- Endpoint: `https://www.finallyoffline.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.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-09-25.

- **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 (excellent).
  - Context-footprint check failed: tool/resource definitions use about 870 tokens (~124/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 18/100
  - Stability check failed: schema churn in the 8 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 1 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Finally Offline MCP server?

Finally Offline is a hosted endpoint at https://www.finallyoffline.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-finallyoffline-www-culture 'https://www.finallyoffline.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-finallyoffline-www-culture": {
      "url": "https://www.finallyoffline.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-finallyoffline-www-culture": {
      "type": "http",
      "url": "https://www.finallyoffline.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-finallyoffline-www-culture]
url = "https://www.finallyoffline.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-finallyoffline-www-culture": {
      "type": "remote",
      "url": "https://www.finallyoffline.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-finallyoffline-www-culture --url 'https://www.finallyoffline.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-finallyoffline-www-culture:
    url: "https://www.finallyoffline.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-finallyoffline-www-culture": {
      "Transport": "http",
      "Url": "https://www.finallyoffline.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-finallyoffline-www-culture -t streamable-http -u 'https://www.finallyoffline.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-finallyoffline-www-culture": {
      "type": "http",
      "url": "https://www.finallyoffline.com/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-09-25 (score 76, 0)

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

### 2026-09-24 (score 76, +1)

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

### 2026-09-22 (score 75, +9)

- [security regression] Stability: 0.13 → fail
- [security improvement] Authorization: unverified → partial
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “generate_digest” rewrote its description, which is the text the model reads
- [security] Tool “report_redistribution” rewrote its description, which is the text the model reads
- [security] Tool “subscribe” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional regression] “subscribe” changed the type of “webhook_url”: string → string|null
- [functional improvement] MCP protocol: fail → pass
- [functional] Schema quality: good → excellent
- [functional] MCP protocol version: 2025-06-18 → 2025-11-25
- [functional] Server version: 2.1.0 → 2.2.0
- [functional] New tool “register_agent”
- [cosmetic] “generate_digest” added an optional parameter “agent_token”
- [cosmetic] “get_culture_news” added an optional parameter “agent_token”
- [cosmetic] “get_trending_topics” added an optional parameter “agent_token”
- [cosmetic] “report_redistribution” added an optional parameter “agent_token”
- [cosmetic] “search_articles” added an optional parameter “agent_token”
- [cosmetic] “subscribe” added an optional parameter “agent_token”
- [cosmetic] “subscribe” added an optional parameter “enabled”
- [cosmetic] “generate_digest” reworded the description of “agent_name”
- [cosmetic] “subscribe” reworded the description of “agent_id”
- [cosmetic] “subscribe” reworded the description of “agent_name”
- [cosmetic] “subscribe” reworded the description of “webhook_url”
- [cosmetic] “report_redistribution” made “agent_id” optional
- [cosmetic] “subscribe” made “agent_id” optional
- [cosmetic] “subscribe” made “webhook_url” optional

### 2026-09-20 (score 66, +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-09-18 (score 65, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-17 (score 64)

First indexed and scored.

## MCP tools (7)

### `register_agent` (~147 tokens)

Register an integration with a self-reported operator profile. Returns a new server-owned agent_id and a one-time agent_token. Save the token securely. It identifies this integration, not a verified person. Public reading needs no registration.

Input parameters:

- `agent_name` (string, required): Name of your integration
- `contact_email` (string): Optional contact address, self-reported and not email verified
- `is_test` (boolean): Mark your own diagnostic/test integration
- `operator_name` (string, required): Person, team or company operating it (self-reported)
- `operator_website` (string): Optional public HTTPS website
- `usage_purpose` (string): How this integration uses Finally Offline content

### `get_culture_news` (~100 tokens)

Get the latest human culture news from Finally Offline. Covers sports, music, fashion, and general culture.

Input parameters:

- `agent_token` (string): Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
- `category` (string): Filter by category. Use 'all' for everything.
- `limit` (integer): Number of articles to return (1-20)
- `since` (string): Time window for articles

### `get_trending_topics` (~80 tokens)

Get what's trending right now in human culture. Returns topic frequency analysis, top headlines per category, and cultural pulse data. Perfect for agents that need to stay current.

Input parameters:

- `agent_token` (string): Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
- `timeframe` (string): Time window for trending analysis

### `search_articles` (~92 tokens)

Full-text search across all Finally Offline articles. Find specific topics, people, events, or trends in the archive.

Input parameters:

- `agent_token` (string): Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
- `limit` (integer): Number of results to return
- `query` (string, required): Search query (e.g. 'NBA draft', 'streetwear', 'Drake')

### `subscribe` (~152 tokens)

Enable or disable digest access for your authenticated integration. Register first. Automatic webhook delivery is not enabled; omit webhook_url.

Input parameters:

- `agent_id` (string): Optional consistency check: must match your credential's server-generated ID
- `agent_name` (string): Optional attribution label; does not change the registered profile
- `agent_token` (string): Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
- `categories` (array): Categories to subscribe to: sports, music, fashion, culture, all
- `enabled` (boolean): false disables this subscription
- `webhook_url` (string|null): Automatic webhook delivery is unavailable. Omit for digest access; null removes an existing webhook.

### `report_redistribution` (~117 tokens)

Record an unverified self-report of sharing a Finally Offline article, attributed to your authenticated integration. Does not verify a citation or confer featured status.

Input parameters:

- `agent_id` (string): Your agent identifier
- `agent_token` (string): Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
- `article_url` (string, required): The Finally Offline article URL that was shared
- `platform` (string): Where it was shared (e.g. 'discord', 'twitter', 'newsletter', 'chat')

### `generate_digest` (~103 tokens)

Generate a branded HTML digest for your subscribed integration. Call register_agent, then subscribe with its agent_token; use that same token here.

Input parameters:

- `agent_name` (string): Optional attribution label. The digest uses the name saved during registration.
- `agent_token` (string): Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
- `category` (string): Category focus for the digest
- `since` (string): Time window for articles

## Diagnostics

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

## Score history

- 2026-09-25: 76
- 2026-09-24: 76
- 2026-09-23: 75
- 2026-09-22: 75
- 2026-09-21: 66
- 2026-09-20: 66
- 2026-09-19: 65
- 2026-09-18: 65
- 2026-09-17: 64

## Common questions

### What is the Finally Offline MCP server?

Finally Offline is an MCP server listed in the public MCP registry as com.finallyoffline.www/culture. Human culture news, trends and search across sports, music, fashion and streetwear. This page covers its hosted endpoint (https://www.finallyoffline.com/mcp).

### Is the Finally Offline MCP server safe to use?

Finally Offline scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Finally Offline MCP server expose?

Finally Offline exposes 7 tools: register_agent, get_culture_news, get_trending_topics, search_articles, subscribe, and 2 more. Their descriptions and schemas cost roughly 791 tokens of context every time the server is loaded.

### Does the Finally Offline MCP server require authentication?

No. We connected to Finally Offline without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Finally Offline MCP server still maintained?

Finally Offline is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.finallyoffline.com/mcp
- Website: https://www.finallyoffline.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-finallyoffline-www-culture/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-finallyoffline-www-culture/www.json
- HTML version of this page: https://verifymcp.io/servers/com-finallyoffline-www-culture/www
