@walletap/mcp-server
Official@walletap/mcp-server
Выпускайте и управляйте пропусками Apple Wallet и Google Wallet из любого ИИ-ассистента.
Быстрый старт
npx @walletap/mcp-serverИли установите глобально:
npm install -g @walletap/mcp-server
walletap-mcpRelated MCP server: BotBell MCP Server
Аутентификация
Установите ваш API-ключ Walletap как переменную окружения:
export WALLETAP_API_KEY=wt_live_xxxxxxxxxxxxxxxxxxxxВы можете найти ваш API-ключ в панели управления Walletap в разделе Настройки.
Claude Desktop
Добавьте в ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"walletap": {
"command": "npx",
"args": ["-y", "@walletap/mcp-server"],
"env": {
"WALLETAP_API_KEY": "wt_live_xxxxxxxxxxxxxxxxxxxx"
}
}
}
}Cursor / Windsurf
Добавьте в .cursor/mcp.json или .windsurf/mcp.json:
{
"mcpServers": {
"walletap": {
"command": "npx",
"args": ["-y", "@walletap/mcp-server"],
"env": {
"WALLETAP_API_KEY": "wt_live_xxxxxxxxxxxxxxxxxxxx"
}
}
}
}HTTP удалённый режим
Для самостоятельного размещения, n8n, Make или Zapier AI:
walletap-mcp --transport httpЭто запускает HTTP-сервер (порт по умолчанию 3001), предоставляющий:
POST /mcp— конечная точка JSON-RPCGET /mcp/sse— Server-Sent Events для потоковой передачиGET /health— проверка состояния
Пример Docker:
FROM node:22-alpine
RUN npm install -g @walletap/mcp-server
ENV WALLETAP_API_KEY=wt_live_xxxxxxxxxxxxxxxxxxxx
ENV MCP_PORT=3001
EXPOSE 3001
CMD ["walletap-mcp", "--transport", "http"]Справочник инструментов
Инструмент | Что делает | Ключевые входные данные |
| Список пропусков для шаблона с пагинацией |
|
| Поиск пропусков по email или телефону |
|
| Экспорт пропусков в CSV |
|
| Получить один пропуск с URL-адресами кошелька |
|
| Создать один или несколько пропусков кошелька |
|
| Обновить поля пропуска, штампы или баланс |
|
| Отправить уведомление одному держателю пропуска |
|
| Список всех шаблонов пропусков |
|
| Создать новый шаблон |
|
| Обновить конфигурацию/дизайн шаблона |
|
| Удалить шаблон |
|
| Уведомить всех держателей пропусков в шаблоне |
|
| Создать сертификат Apple Wallet |
|
| Список всех бизнес-местоположений | — |
| Создать новое местоположение |
|
| Обновить детали местоположения |
|
| Удалить местоположение |
|
| Создать NFC-считыватель VTAP |
|
| Список участников команды | — |
| Создать участника команды |
|
| Обновить разрешения участника команды |
|
| Удалить участника команды |
|
| Перевести текст пропуска на несколько языков |
|
Примеры запросов
Вот что вы можете сказать вашему ИИ-ассистенту с подключённым Walletap:
"Создайте шаблон карты лояльности под названием 'Coffee Rewards' и выпустите пропуск для john@example.com"
"Покажи все пропуски для моего шаблона лояльности, которые ещё не установлены"
"Добавь 3 штампа к пропуску с внешним ID 'CUST-42' в моём шаблоне карты штампов"
"Отправь уведомление всем держателям пропусков: 'Двойные баллы в эти выходные! Посетите любое место, чтобы получить 2x.'"
"Экспортируй все мои пропуски лояльности в CSV для маркетинговой команды"
"Переведи наши метки пропусков на испанский, французский и немецкий"
Базовый URL API
По умолчанию подключается к https://api.walletap.io. Переопределите с помощью:
export WALLETAP_API_BASE_URL=https://your-custom-instance.example.comЛицензия
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables AI assistants to manage OneSignal push notifications, email, SMS, and user management through natural language. Supports multi-channel messaging, segmentation, templates, analytics, and iOS Live Activities with 50+ tools for complete OneSignal API coverage.1
- AlicenseAqualityCmaintenanceEnables AI assistants to send push notifications and interactive alerts to iPhone and Mac devices via the BotBell app. It allows AI to receive user replies and manage notification bots for tasks like alerts, reminders, and remote approvals.2221MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.22Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Apple App Store Connect operations including app management, TestFlight, analytics, reviews, subscriptions, and more through 54 tools.612511MIT
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI agents to bank accounts, transactions, balances, and investments.
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/walletap/walletap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server