← finallyoffline.com

INDIVIDUAL MCP TOOL

get_trending_topics

Get what's trending right now in human culture.

finallyoffline.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.finallyoffline.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_trending_topics and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

finallyoffline.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.finallyoffline-mcp]
url = "https://www.finallyoffline.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "finallyoffline-mcp": {
      "type": "http",
      "url": "https://www.finallyoffline.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: finallyoffline-mcp
Remote MCP URL: https://www.finallyoffline.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "finallyoffline-mcp": {
      "url": "https://www.finallyoffline.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "finallyoffline-mcp": {
      "type": "http",
      "url": "https://www.finallyoffline.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "finallyoffline-mcp",
  "transport": "streamable-http",
  "url": "https://www.finallyoffline.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_culture_news — Get the latest human culture news from Finally Offline.
  • search_articles — Full-text search across all Finally Offline articles.
  • subscribe — Subscribe your agent to receive push notifications when new articles are published.
  • report_redistribution — Report that your agent shared or cited a Finally Offline article.
  • generate_digest — Generate a beautiful, shareable culture digest — a branded HTML report with a hero article, 2 supporting stories, and a closing quote.