← Back to Skills Marketplace
chrischall

Tmp.HH1ibdDLKj

by chrischall · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ⚠ pending
37
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install evite-mcp
Description
This skill should be used when the user asks about Evite events or invitations. Triggers on phrases like "check Evite", "my Evite events", "who RSVP'd", "Evi...
README (SKILL.md)

evite-mcp

MCP server for Evite — read and act on your events as both guest (invitations received) and host (events you created): list events, view guest lists & RSVP tallies, RSVP, message guests, and create/edit events.

Setup

Option A — Claude Code (direct MCP)

Add to .mcp.json in your project or ~/.claude/mcp.json:

{
  "mcpServers": {
    "evite": {
      "command": "npx",
      "args": ["-y", "evite-mcp"],
      "env": {
        "EVITE_EMAIL": "[email protected]",
        "EVITE_PASSWORD": "yourpassword"
      }
    }
  }
}

Option B — global install

npm install -g evite-mcp

Auth

The server resolves a session in priority order (see the README for details):

  1. EVITE_EMAIL + EVITE_PASSWORD — headless email/password login (preferred).
  2. EVITE_SESSION_COOKIE — a raw cookie: header copied from a signed-in evite.com tab.
  3. Fetchproxy bootstrap — lifts session cookies from a signed-in evite.com browser tab. Opt out with EVITE_DISABLE_FETCHPROXY=1.

Tools

Read (6 + healthcheck): evite_list_events, evite_get_event, evite_list_guests, evite_rsvp_summary, evite_list_messages, evite_list_templates, evite_healthcheck.

Write (confirm-gated): evite_rsvp, evite_send_message, evite_broadcast, evite_create_event, evite_update_event, evite_add_guest, evite_update_guest, evite_remove_guest, evite_send, evite_cancel_event, evite_reinstate_event, evite_duplicate_event.

Every write tool takes confirm: boolean. Without confirm: true it makes no network call and returns a dry-run preview of exactly what would be sent — the safe default. The authoring flow is evite_create_eventevite_add_guestevite_send.

Capability Tags
requires-sensitive-credentials
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install evite-mcp
  3. After installation, invoke the skill by name or use /evite-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
- Removed the file skill-card.md. - No changes to functionality or usage; documentation remains the same.
v0.2.0
evite-mcp 0.2.0 Changelog - Expanded skill to handle both guest (received invitations) and host (created events) event actions. - Now supports listing events, viewing guest lists, RSVP summaries, messaging guests, and creating/editing events on evite.com. - Added detailed setup instructions, including environment variable authentication and Claude Code (MCP) usage. - Enhanced authentication flexibility with support for email/password, session cookie, and fetchproxy options. - All write actions are confirm-gated by default, providing dry-run previews unless explicitly confirmed.
Metadata
Slug evite-mcp
Version 0.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Tmp.HH1ibdDLKj?

This skill should be used when the user asks about Evite events or invitations. Triggers on phrases like "check Evite", "my Evite events", "who RSVP'd", "Evi... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install Tmp.HH1ibdDLKj?

Run "/install evite-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tmp.HH1ibdDLKj free?

Yes, Tmp.HH1ibdDLKj is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tmp.HH1ibdDLKj support?

Tmp.HH1ibdDLKj is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tmp.HH1ibdDLKj?

It is built and maintained by chrischall (@chrischall); the current version is v0.2.1.

💬 Comments