llms.txt
Fortune Fog #
> Free interactive fortune cookie PWA by PlatphormNews at fortune.platphormnews.com. Swipe animated fog to reveal motivational, philosophical, and life-goal fortunes across six categories: adventure, skill, experience, wisdom, chaos, and principle. Fortunes available in English, Spanish, and French. Public JSON REST API and MCP endpoint available. No account or login required.
About #
Fortune Fog is a Progressive Web App (PWA) published by PlatphormNews โ at fortune.platphormnews.com โ. It delivers original fortune cookie-style quotes aligned to life goals. The app is free, installable, works offline, and has no ads or tracking.
Fortune Categories #
- adventure โ fortunes about travel, exploration, and pushing beyond comfort zones
- skill โ fortunes about mastery, learning, craft, and deliberate practice
- experience โ fortunes about lived moments, relationships, and personal milestones
- wisdom โ fortunes delivering philosophical insights and timeless truths
- chaos โ fortunes from unexpected angles โ subversive, irreverent, and unpredictable
- principle โ fortunes grounded in core values, ethics, and guiding beliefs
API #
All endpoints return JSON. No authentication required. CORS is open (*).
GET /api/fortuneโ random fortune; optional?category=and?locale=en|es|frGET /api/fortune/{id}โ fortune by UUID or slugGET /api/fortunesโ paginated list; optional?category=,?locale=,?page=,?limit=POST /api/mcpโ MCP tool invocation (tools:getrandomfortune,getfortunebyid,listfortunes,listcategories)GET /api/mcpโ MCP tool manifest
MCP Integration #
Canonical MCP endpoint: https://mcp.platphormnews.com/api/mcp
Mirror: https://fortune.platphormnews.com/api/mcp
MCP manifest (GET) returns tool definitions. POST with JSON body { "tool": "getrandom_fortune", "input": { "category": "wisdom", "locale": "en" } } to invoke tools.
OpenAPI schema: https://mcp.platphormnews.com/api/mcp/openapi.json
Example API Response #
GET https://fortune.platphormnews.com/api/fortune?category=wisdom
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "pain-telegram-future-improvement-possible-stop",
"text": "Pain is a telegram from the future. It reads: 'Improvement possible. Stop. Act now.'",
"category": "wisdom",
"locale": "en",
"slugUrl": "https://fortune.platphormnews.com/api/fortune/pain-telegram-future-improvement-possible-stop",
"mcpEndpoint": "https://mcp.platphormnews.com/api/mcp"
}
Technical Details #
- Hosted on Vercel at
fortune.platphormnews.com - Parent site:
platphormnews.com - Service worker for offline support
- JSON-LD schemas: WebApplication, Organization, BreadcrumbList, FAQPage, SoftwareApplication
- Sitemap:
https://fortune.platphormnews.com/sitemap.xml - robots.txt:
https://fortune.platphormnews.com/robots.txt - ai.txt (GEO permissions):
https://fortune.platphormnews.com/ai.txt
AI Usage Permissions #
Fortune Fog content is freely available for AI summarization, indexing, embedding, and citation. Attribution to Fortune Fog (fortune.platphormnews.com) and PlatphormNews is appreciated but not required. The full fortune corpus is available at /llms-full.txt.
Publisher #
PlatphormNews โ platphormnews.com โ โ hello@platphormnews.com
Canonical source
Original source
Source domain
fortune.platphormnews.com
Author
Unknown
Publisher
fortune.platphormnews.com
License / usage
Unknown. Review the original source terms before republishing beyond public-safe excerpts.
Overall quality score, confidence 81%
16 sentences, 9 headings, 18 list items.
Keep source attribution visible in the rendered document.
Related Documentation
CLI Reference - OpenClaw
1 min read
PlatphormNews MCP Platform API
MCP Server with 71 tools, 16 resources, and 23 prompts for platform news management, site registry (84+ sites), GitHub integration, Product Hunt, federation, network discovery, auto-discovery, DynamoDB persistence, and cross-site MCP proxy.
30 min read
llms.txt
5 min read
MCP Integration Overview
Learn how to connect AI agents to OpenDocs using the Model Context Protocol.
Lex Fridman Podcast - YouTube
Conversations that explore technology, history, philosophy, physics, mathematics, biology, chemistry, engineering, AI, robotics, programming, music, film, ar...
1 min read