Create event checklists
directly from your AI assistant.
Connect WhoIsBringing to Google Gemini, Claude Desktop, ChatGPT, and Antigravity. Ask your AI to plan an event, and it immediately provisions a live collaborative checklist ready to share on WhatsApp.
https://api.whoisbringing.com/mcp
https://api.whoisbringing.com/openapi.json
How WhoIsBringing MCP Works
Prompt in Natural Language
Tell Gemini or Claude: "Plan a 10-person braai with meat, beers, salad, and charcoal on WhoIsBringing."
Autonomous D1 Provisioning
The agent invokes create_event_checklist to categorize items and write rows directly to Cloudflare D1.
Instant Shareable Link
The assistant returns a live URL whoisbringing.com/event/[id] with WhatsApp copy ready to send.
Connect Your Assistant
Select your client below for instant step-by-step instructions.
Google Gemini Custom Extension / Connected App
Gemini automatically discovers endpoints via RFC 9700 metadata. Zero manual token setup required.
- Open Google Gemini (gemini.google.com) and navigate to Settings → Extensions → Add Connected App.
- Choose Model Context Protocol (MCP) or Remote SSE / HTTP.
- Paste the server endpoint into the URL field:
4. Click Connect. Gemini will verify server health and activate the WhoIsBringing tools immediately.
Claude Desktop (Anthropic MCP)
Add WhoIsBringing to your claude_desktop_config.json file.
Open your Claude Desktop configuration file and insert the connector definition under mcpServers:
{
"mcpServers": {
"whoisbringing": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"],
"url": "https://api.whoisbringing.com/mcp"
}
}
}
ChatGPT Custom GPT / OpenAPI Action
Import WhoIsBringing actions using our OpenAPI 3.0.1 specification.
- In the GPT Editor, click Create new action.
- Click Import from URL and paste the schema link:
3. Set Authentication to None (public events) and save your Custom GPT.
Antigravity / Cursor IDE MCP Config
Register in ~/.gemini/config/mcp_config.json or Cursor MCP settings.
{
"mcpServers": {
"whoisbringing": {
"url": "https://api.whoisbringing.com/mcp"
}
}
}
Example Prompts to Try with Your Assistant
Copy and paste any of these prompts into Gemini, Claude, or ChatGPT:
"Create a 12-person Saturday Braai checklist on WhoIsBringing for 3pm at Bob's house. Include steak, boerewors, buns, potato salad, 3 bags of ice, beers, charcoal, and tongs."
"Plan a 3-day camping gear and food checklist for 6 people on WhoIsBringing. Categorize into Food, Drinks, and Gear like stove, tent, first aid, and drinking water."
"Organize a team potluck lunch on WhoIsBringing with Starters, Main Dishes, Sides, Desserts, and Drinks. Host is Sarah."
"Create a sunny beach picnic checklist on WhoIsBringing with sandwiches, fruit platters, cold juice, beach umbrella, and towels."
Supported MCP Tools
| Tool Name | Description | Auth |
|---|---|---|
| create_event_checklist | Create a new collaborative checklist with categorized items, date, location, and return shareable link + WhatsApp copy. | Public ($0) |
| get_event_checklist | Fetch event status, items claimed vs unclaimed, percentage completed, and attendee allocations. | Public ($0) |
| claim_checklist_item | Claim a checklist item on behalf of a guest/attendee nickname. | Public ($0) |
| add_checklist_items | Append additional food or supply items to an existing event checklist. | Public ($0) |
| suggest_event_template | Returns curated item and category starter packs for BBQ, Picnic, Camping, Potluck, and Parties. | Public ($0) |