# Fortune > Fortune is a private travel calendar for iGaming professionals. People mark which industry conferences (ICE, SBC, G2E, AffPapa, SiGMA, etc.) they're attending, see who from their friend graph overlaps with each trip, and plan around real catchups instead of guesswork. ## What Fortune is - A single-user, invitation-only product. There are no public profiles, no friend search, no auto-import of contacts. - Friends are added one at a time via permanent invite links of the form `https://www.getfortune.ai/i/`. Both sides have to opt in. - The killer feature is conversational planning through the Model Context Protocol (MCP). The user connects their own AI (Claude on every tier; ChatGPT on Pro/Enterprise) and asks questions like "who from my network is going to SBC Lisbon?" or "draft a message to Elena about catching up at AffPapa Madrid". Fortune itself ships no in-app AI. ## What Fortune is not - Not a generic events platform. The catalog is admin-curated to iGaming. - Not a messaging app. Fortune surfaces share-intent links (wa.me / t.me / mailto / Google Calendar / .ics) so the user opens their own app and presses send. Fortune never sends messages, never calls phone numbers, never reads inboxes. - Not a data broker. There are no ads, no third-party analytics beyond Vercel's privacy-first pageview counter, no model training on user data. ## MCP server - Endpoint: `https://www.getfortune.ai/api/mcp` - Auth: OAuth 2.1 + Dynamic Client Registration. Issues a 90-day Fortune-signed JWT. - Tools (v1): `list_events`, `search_events`, `get_event_detail`, `my_attendances`, `set_attendance`, `remove_attendance`, `my_friends`, `find_overlap`, `upcoming_catchups`, `get_my_invite_link`, `get_my_preferred_contact`, `set_my_preferred_contact`, `clear_my_preferred_contact`, `draft_message`, `add_event_to_calendar`, `draft_followup_email`. - See `/about` for setup instructions in either Claude or ChatGPT. ## Documents - [About Fortune](https://www.getfortune.ai/about) — full overview for humans and LLMs - [Privacy](https://www.getfortune.ai/privacy) — what we collect and what we never do - [Terms](https://www.getfortune.ai/terms)