{
  "name": "Eventi MCP",
  "description": "The Eventi MCP server lets AI agents generate designed event invitation cards, list the available invitation templates, and look up how Eventi's WhatsApp invitation and RSVP tracking works.",
  "version": "1.0.0",
  "websiteUrl": "https://ueventi.com",
  "documentationUrl": "https://ueventi.com/developers",
  "serverUrl": "https://ueventi.com/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://ueventi.com/mcp"
  },
  "capabilities": [
    "tools"
  ],
  "tools": [
    {
      "name": "render_invitation_card",
      "description": "Render a designed event invitation card as a PNG from event details, choosing a template and English or Hebrew."
    },
    {
      "name": "list_invitation_templates",
      "description": "List the available invitation card templates with their ids and display names."
    },
    {
      "name": "get_eventi_faq",
      "description": "Answer common questions about Eventi's WhatsApp invitations, one-tap RSVP, reminders, and guest lists."
    }
  ]
}