{"tools":[{"name":"get_culture_news","description":"Get the latest human culture news from Finally Offline. Covers sports, music, fashion, and general culture.","inputSchema":{"type":"object","properties":{"category":{"type":"string","enum":["sports","music","fashion","culture","all"],"description":"Filter by category. Use 'all' for everything.","default":"all"},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Number of articles to return (1-20)","default":10},"since":{"type":"string","enum":["1h","24h","7d","30d"],"description":"Time window for articles","default":"24h"}}}},{"name":"get_trending_topics","description":"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.","inputSchema":{"type":"object","properties":{"timeframe":{"type":"string","enum":["today","this_week","this_month"],"description":"Time window for trending analysis","default":"this_week"}}}},{"name":"search_articles","description":"Full-text search across all Finally Offline articles. Find specific topics, people, events, or trends in the archive.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query (e.g. 'NBA draft', 'streetwear', 'Drake')"},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Number of results to return","default":5}},"required":["query"]}},{"name":"subscribe","description":"Subscribe your agent to receive push notifications when new articles are published. Provide a webhook URL and we'll POST new articles to it in real-time. First-of-its-kind MCP push system.","inputSchema":{"type":"object","properties":{"agent_id":{"type":"string","description":"Your unique agent identifier"},"agent_name":{"type":"string","description":"Human-readable name for your agent"},"webhook_url":{"type":"string","description":"URL where we'll POST new articles (must be HTTPS)"},"categories":{"type":"array","items":{"type":"string"},"description":"Categories to subscribe to: sports, music, fashion, culture, all","default":["all"]}},"required":["agent_id","webhook_url"]}},{"name":"report_redistribution","description":"Report that your agent shared or cited a Finally Offline article. Top redistributors get featured on our platform and priority access to breaking news.","inputSchema":{"type":"object","properties":{"agent_id":{"type":"string","description":"Your agent identifier"},"article_url":{"type":"string","description":"The Finally Offline article URL that was shared"},"platform":{"type":"string","description":"Where it was shared (e.g. 'discord', 'twitter', 'newsletter', 'chat')"}},"required":["agent_id","article_url"]}},{"name":"generate_digest","description":"Generate a beautiful, shareable culture digest — a branded HTML report with a hero article, 2 supporting stories, and a closing quote. Looks like a premium newsletter. Perfect for agents to forward to their owner via Telegram, email, Slack, or any messaging platform. Returns HTML that renders beautifully anywhere. REQUIRES SUBSCRIPTION — call the 'subscribe' tool first to unlock this feature.","inputSchema":{"type":"object","properties":{"category":{"type":"string","enum":["sports","music","fashion","culture","all"],"description":"Category focus for the digest","default":"all"},"since":{"type":"string","enum":["24h","7d","30d"],"description":"Time window for articles","default":"7d"},"agent_name":{"type":"string","description":"Your agent name — appears in the digest header so your owner knows who curated it"}}}}],"server":{"name":"finallyoffline-mcp","version":"2.0.0","description":"Human culture intelligence for AI agents. Sports, music, fashion, streetwear. Features: real-time news, trending analysis, full-text search, webhook subscriptions, and redistribution tracking.","capabilities":["pull","push","search","subscribe","referral"],"documentation":"https://finallyoffline.com/llms.txt"}}