io.github.chrischall/evite-mcp
Evite for Claude — list events, guest lists & RSVPs, RSVP, message guests, and create/edit events
Versions
0.2.0latestTools 20
evite_list_events List your Evite events (GET /services/events/v1/). Returns events plus a totals breakdown.
evite_get_event Get a single Evite event detail (GET /services/event/v1/{id}): event, settings, location, and more.
evite_list_templates List invitation templates from a gallery category — use this to find the `template_name`
evite_list_guests List the guests for an Evite event (GET /services/event/v1/{id}/guests/): name, RSVP response,
evite_rsvp_summary Get the RSVP summary for an Evite event (yes/no/maybe/noReply plus adult/kid head counts).
evite_rsvp RSVP for a guest on an Evite event. Confirm-gated: without confirm:true this returns a
evite_send_message Send a private message to one Evite event guest. This really notifies the guest.
evite_broadcast Broadcast a message to whole RSVP segments of an Evite event at once (e.g. everyone
evite_upload_photo Upload a local image to an Evite event's shared photo gallery. This really adds the
evite_create_event Create an Evite event (as a draft). Requires title, start_datetime, and template_name.
evite_update_event Edit an existing Evite event (only the fields you pass change). Confirm-gated: without
evite_add_guest Add guests to an event's draft (un-sent) guest list. Nothing is emailed until you
evite_update_guest Edit a draft (un-sent) guest's name/email/phone on an Evite event. Confirm-gated:
evite_remove_guest Remove a draft (un-sent) guest from an Evite event. Confirm-gated: without confirm:true
evite_send Send the invitation to the ready-to-send (draft) guests of an event ("Send now").
evite_cancel_event Cancel an Evite event (also used to delete a draft). DESTRUCTIVE — may send a
evite_reinstate_event Reinstate a previously-cancelled Evite event (the inverse of evite_cancel_event).
evite_duplicate_event Duplicate an Evite event into a fresh draft (the "Duplicate event" action). Returns the
evite_list_messages List the messages on an Evite event's Messages tab (GET /services/event/v1/{id}/posts/).
evite_healthcheck Report evite-mcp status and the resolved auth mode.
Permissions 2
network medium env_vars low