mateotiedra

Wix Bookings MCP Server

Community mateotiedra
Updated

wix-formation-mcp

Wix Bookings MCP Server

Serveur MCP (Model Context Protocol) exposant les outils de l'API Wix Bookings pour la gestion des cours et la recherche de participants.

Outils

Outil Description
wix_list_services Lister les services Wix Bookings (cours). Retourne ID, nom, type, dates, capacité et prix.
wix_list_formations Lister les formations avec le nombre de participants dédupliqué, triées par date.
wix_get_formation_participants Obtenir la liste détaillée des participants d'un cours (noms, emails, statuts).
wix_search_bookings Rechercher des réservations par nom, email ou téléphone.

Identifiants

Les identifiants Wix sont passés via les en-têtes HTTP à chaque requête :

  • X-Wix-Api-Token — Token d'API Wix
  • X-Wix-Site-Id — ID du site Wix

Déploiement (Docker)

# Construire l'image
docker build -t wix-bookings-mcp .

# Lancer le serveur
docker run -p 3000:3000 wix-bookings-mcp

Le serveur écoute sur le port 3000 (configurable via PORT).

Configuration client MCP

Exemple de configuration pour un client MCP (Claude Desktop, etc.) :

{
  "mcpServers": {
    "wix-bookings": {
      "url": "http://localhost:3000/mcp",
      "headers": {
        "X-Wix-Api-Token": "votre-token",
        "X-Wix-Site-Id": "votre-site-id"
      }
    }
  }
}

Développement

# Installer les dépendances
npm install

# Lancer en mode développement
npm run dev

# Compiler
npm run build

# Lancer les tests
npm test

MCP Server · Populars

MCP Server · New

    CodeAbra

    iai-pme

    The best-benchmarked open-source memory system for AI coding assistants

    Community CodeAbra
    cyberkaida

    ReVa - Ghidra MCP Server for AI-Powered Reverse Engineering

    MCP server for reverse engineering tasks in Ghidra 👩‍💻

    Community cyberkaida
    JcDizzy

    CC Web MCP

    面向 Claude Code 第三方模型后端的轻量本地 WebSearch/WebFetch fallback MCP。A lightweight, local-first WebSearch/WebFetch fallback MCP for Claude Code when using third-party Anthropic-compatible models such as DeepSeek, Qwen or Kimi.

    Community JcDizzy
    lasso-security

    MCP Gateway

    A plugin-based gateway that orchestrates other MCPs and allows developers to build upon it enterprise-grade agents.

    Community lasso-security
    magicyuan876

    Tianshu 天枢

    天枢 - 企业级 AI 一站式数据预处理平台 | PDF/Office转Markdown | 支持MCP协议AI助手集成 | Vue3+FastAPI全栈方案 | 文档解析 | 多模态信息提取

    Community magicyuan876