← 返回
未分类 Key 中文

Tmp.Ap3lrwfPRn

This skill should be used when the user asks about Zola wedding planning data. Triggers on phrases like "check Zola", "Zola vendors", "wedding budget", "Zola...
此技能应在用户询问Zola婚礼策划数据时使用。触发词包括“检查Zola”、“Zola供应商”、“婚礼预算”等。
chrischall chrischall 来源
未分类 clawhub v1.4.2 9 版本 99881 Key: 需要
★ 0
Stars
📥 839
下载
💾 0
安装
9
版本
#latest

概述

zola-mcp

MCP server for Zola — 30 tools for managing your entire wedding via the Zola mobile API.

Setup

Option A — Claude Code (direct MCP)

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

{
  "mcpServers": {
    "zola": {
      "command": "npx",
      "args": ["-y", "zola-mcp"],
      "env": {
        "ZOLA_REFRESH_TOKEN": "your-refresh-token-jwt"
      }
    }
  }
}

Option B — from source

git clone https://github.com/chrischall/zola-mcp
cd zola-mcp
npm install && npm run build

Getting your refresh token

Two options:

Option A — fetchproxy extension (recommended). Install the fetchproxy 0.3.0 extension, sign into zola.com once, and leave ZOLA_REFRESH_TOKEN unset. The MCP reads the HttpOnly usr cookie on demand and goes direct-to-API from Node thereafter.

Option B — manual DevTools copy. After signing in at zola.com, open DevTools → Application → Cookies, copy the usr value, and paste it into your config as ZOLA_REFRESH_TOKEN. Token lasts ~1 year.

Credentials

Env varRequiredNotes
--------------------------
ZOLA_REFRESH_TOKENConditionalMobile API JWT refresh token (~1 year lifetime). Unset = fetchproxy fallback
ZOLA_DISABLE_FETCHPROXYNoSet to 1 to opt out of the fetchproxy fallback (headless / CI)
ZOLA_ACCOUNT_IDNoAuto-resolved from API; optional override
ZOLA_REGISTRY_IDNoAuto-resolved from API; optional override

Tools

Vendors (5 tools)

ToolDescription
-------------------
list_vendorsList all booked vendors with details
search_vendorsSearch for vendors by name within a category
add_vendorBook a new vendor
update_vendorUpdate a booked vendor's details
remove_vendorUnbook a vendor

Budget (2 tools)

ToolDescription
-------------------
get_budgetGet wedding budget summary with all items
update_budget_itemUpdate a budget item's cost or note

Guests (4 tools)

ToolDescription
-------------------
list_guestsList all guest groups with stats
add_guestAdd a new guest group (household)
update_guest_addressUpdate a guest group's mailing address
remove_guestRemove a guest group

Seating (4 tools)

ToolDescription
-------------------
list_seating_chartsList all seating charts
get_seating_chartGet chart with tables, seats, and occupants
list_unseated_guestsList guests not yet assigned a seat
assign_seatAssign a guest to a specific seat

Inquiries (3 tools)

ToolDescription
-------------------
list_inquiriesList all vendor inquiries with status
get_inquiry_conversationGet full conversation for an inquiry
mark_inquiry_readMark an inquiry conversation as read

Events & RSVPs (6 tools)

ToolDescription
-------------------
list_eventsList all wedding events with RSVP counts
track_rsvpsGet RSVP tracking per event
update_eventUpdate event details (time, venue, dress code)
set_event_guestsBulk set which guest groups are invited to an event
invite_guest_to_eventInvite one guest or group to an event
remove_event_invitationRemove an event invitation for a guest or group

Registry & Gifts (2 tools)

ToolDescription
-------------------
get_registryView the wedding registry with categories
get_gift_trackerView gifts received, values, thank-you status

Discovery (4 tools)

ToolDescription
-------------------
get_wedding_dashboardGet wedding planning dashboard overview
search_storefrontsSearch vendor marketplace by category/location
get_storefrontGet full vendor storefront details
list_favoritesList all favorited/saved vendors

Workflows

  • "How's wedding planning going?"get_wedding_dashboard
  • "Who hasn't RSVP'd?"track_rsvps
  • "Find a photographer in Charlotte"search_storefronts with taxonomy_node_id: 2, city: Charlotte, state: NC
  • "Seat Jennifer at Table 1"list_unseated_guestsget_seating_chartassign_seat
  • "Any new vendor messages?"list_inquiries (filter unread) → get_inquiry_conversation
  • "Update the venue cost to $25,000"get_budgetupdate_budget_item
  • "Add my cousin Mike to the guest list"add_guest
  • "Invite all family to the rehearsal dinner"list_events + list_guestsset_event_guests

Notes

  • All tools use the Zola mobile API (mobile-api.zola.com) with Bearer JWT auth
  • Account and registry IDs are auto-resolved from the API on first use
  • Refresh token expires after ~1 year; sign back into zola.com (fetchproxy path) or copy a fresh usr cookie from DevTools to renew

版本历史

共 9 个版本

  • v1.4.2 当前
    2026-06-14 19:16 安全 安全
  • v1.4.1
    2026-06-11 17:09
  • v1.4.0
    2026-06-07 12:14
  • v1.3.2
    2026-06-06 06:27
  • v1.3.1
    2026-05-31 13:12
  • v1.3.0
    2026-05-29 13:18
  • v1.2.3
    2026-05-28 13:05
  • v1.1.3
    2026-05-23 16:11 安全 安全
  • v1.1.2
    2026-05-21 13:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Tmp.XUCqN5AiCi

chrischall
用于处理用户对Gmail的阅读、整理、草稿、转发、自动回复等深度操作,触发条件包括会话、标签等。
★ 0 📥 1,655
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 445 📥 104,912
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 957 📥 518,576