Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Finally Offline

REMOTE · WWW.FINALLYOFFLINE.COM · SCANNED SEP 25

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

+11 this week 76 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management18
  • Stability check failed: schema churn in the 8 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.

remote · www.finallyoffline.com

# add to Claude Code
claude mcp add --transport http com-finallyoffline-www-culture 'https://www.finallyoffline.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-finallyoffline-www-culture": {
      "url": "https://www.finallyoffline.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-finallyoffline-www-culture": {
      "type": "http",
      "url": "https://www.finallyoffline.com/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-finallyoffline-www-culture --url 'https://www.finallyoffline.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-finallyoffline-www-culture:
    url: "https://www.finallyoffline.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-finallyoffline-www-culture": {
      "Transport": "http",
      "Url": "https://www.finallyoffline.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-finallyoffline-www-culture -t streamable-http -u 'https://www.finallyoffline.com/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

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

  • 22 Sept 26 +9
    • Stability: 0.13 → fail ▼ security
    • 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 security
    • Schema quality: pass → fail ▼ functional
    • “subscribe” changed the type of “webhook_url”: string → string|null ▼ functional
    • 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” functional
    • “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 cosmetic
  • 20 Sept 26 +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.

  • 18 Sept 26 +1
    • Stability: unverified → 0.03 ▲ functional
  • 17 Sept 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://www.finallyoffline.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.finallyoffline.com CN=YR2,O=Let's Encrypt,C=US 14 Sept 2026 13 Dec 2026 RSA 2048 SHA256-RSA 670524306952baf9bd8dc6f6e37f719f39a
SANs: www.finallyoffline.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of www.finallyoffline.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
finallyoffline.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options DENY

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.finallyoffline.com/mcp Verified 200
http (plaintext) http://www.finallyoffline.com/mcp HTTPS enforced 308 https://www.finallyoffline.com/mcp
MCP tools · 7 exposed · ~791 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
generate_digest ~103

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

NameTypeReqDescription
agent_namestring–Optional attribution label. The digest uses the name saved during registration.
agent_tokenstring–Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
categorystring–Category focus for the digest
sincestring–Time window for articles

No output schema declared.

No examples provided.

get_culture_news ~100

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

NameTypeReqDescription
agent_tokenstring–Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
categorystring–Filter by category. Use 'all' for everything.
limitinteger–Number of articles to return (1-20)
sincestring–Time window for articles

No output schema declared.

No examples provided.

get_trending_topics ~80

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.

NameTypeReqDescription
agent_tokenstring–Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
timeframestring–Time window for trending analysis

No output schema declared.

No examples provided.

register_agent ~147

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.

NameTypeReqDescription
agent_namestringyesName of your integration
contact_emailstring–Optional contact address, self-reported and not email verified
is_testboolean–Mark your own diagnostic/test integration
operator_namestringyesPerson, team or company operating it (self-reported)
operator_websitestring–Optional public HTTPS website
usage_purposestring–How this integration uses Finally Offline content

No output schema declared.

No examples provided.

report_redistribution ~117

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.

NameTypeReqDescription
agent_idstring–Your agent identifier
agent_tokenstring–Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
article_urlstringyesThe Finally Offline article URL that was shared
platformstring–Where it was shared (e.g. 'discord', 'twitter', 'newsletter', 'chat')

No output schema declared.

No examples provided.

search_articles ~92

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

NameTypeReqDescription
agent_tokenstring–Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
limitinteger–Number of results to return
querystringyesSearch query (e.g. 'NBA draft', 'streetwear', 'Drake')

No output schema declared.

No examples provided.

subscribe ~152

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

NameTypeReqDescription
agent_idstring–Optional consistency check: must match your credential's server-generated ID
agent_namestring–Optional attribution label; does not change the registered profile
agent_tokenstring–Credential from register_agent. Alternative to Authorization: Bearer. Never put it in URLs.
categoriesarray–Categories to subscribe to: sports, music, fashion, culture, all
enabledboolean–false disables this subscription
webhook_urlstring|null–Automatic webhook delivery is unavailable. Omit for digest access; null removes an existing webhook.

No output schema declared.

No examples provided.

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.