Skip to main content
Glama
walletap

@walletap/mcp-server

Official
by walletap

@walletap/mcp-server

从任何 AI 助手中签发和管理 Apple Wallet 与 Google Wallet 通行证。

快速开始

npx @walletap/mcp-server

或全局安装:

npm install -g @walletap/mcp-server
walletap-mcp

Related MCP server: BotBell MCP Server

身份验证

将您的 Walletap API 密钥设置为环境变量:

export WALLETAP_API_KEY=wt_live_xxxxxxxxxxxxxxxxxxxx

您可以在 Walletap 仪表板 的“设置”下找到您的 API 密钥。

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-RPC 端点

  • GET /mcp/sse — 用于流式传输的服务器发送事件

  • 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"]

工具参考

工具

功能描述

关键输入

list_passes

列出模板的通行证(支持分页)

templateIdstatuslimit

search_passes

按邮箱或手机号搜索通行证

templateIdsearchQuery

export_passes

将通行证导出为 CSV

templateIdstatus

get_pass

获取单个通行证及钱包 URL

idexternalId+templateId

create_pass

创建一个或多个钱包通行证

passes[]sendToEmailsendToPhone

update_pass

更新通行证字段、印章或余额

idtemplateFieldsstampOperationbalanceOperation

notify_pass

向单个通行证持有者发送通知

passIdtitlecontent

list_templates

列出所有通行证模板

limitstartAfter

create_template

创建新模板

nametype

update_template

更新模板配置/设计

templateIddata

delete_template

删除模板

templateId

send_template_notification

通知模板中的所有通行证持有者

templateIdtitlecontent

create_certificate

创建 Apple Wallet 证书

templateId

list_locations

列出所有营业地点

create_location

创建新地点

namelatitudelongitude

update_location

更新地点详情

idnameaddress

delete_location

删除地点

id

create_reader

创建 VTAP NFC 读取器

nametemplateIdphone

list_sub_accounts

列出团队成员

create_sub_account

创建团队成员

emaildisplayNamepassword

update_sub_account

更新团队成员权限

userIdpermissionstemplateIds

delete_sub_account

移除团队成员

userId

translate_pass_text

将通行证文本翻译为多种语言

textssourceLanguagetargetLanguages

示例提示

以下是一些您可以对已连接 Walletap 的 AI 助手说的话:

  • “创建一个名为‘Coffee Rewards’的会员卡模板,并向 john@example.com 签发一张通行证”

  • “显示我的会员模板中所有尚未安装的通行证”

  • “在我的印章卡模板中,为外部 ID 为‘CUST-42’的通行证添加 3 个印章”

  • “向所有通行证持有者发送通知:‘本周末双倍积分!前往任意门店即可获得 2 倍积分。’”

  • “将我的所有会员通行证导出为 CSV,供营销团队使用”

  • “将我们的通行证标签翻译成西班牙语、法语和德语”

API 基础 URL

默认连接至 https://api.walletap.io。可通过以下方式覆盖:

export WALLETAP_API_BASE_URL=https://your-custom-instance.example.com

许可证

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables 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
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    2
    22
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.
    22
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to manage Apple App Store Connect operations including app management, TestFlight, analytics, reviews, subscriptions, and more through 54 tools.
    61
    25
    11
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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