@walletap/mcp-server
Official@walletap/mcp-server
从任何 AI 助手中签发和管理 Apple Wallet 与 Google Wallet 通行证。
快速开始
npx @walletap/mcp-server或全局安装:
npm install -g @walletap/mcp-server
walletap-mcpRelated 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"]工具参考
工具 | 功能描述 | 关键输入 |
| 列出模板的通行证(支持分页) |
|
| 按邮箱或手机号搜索通行证 |
|
| 将通行证导出为 CSV |
|
| 获取单个通行证及钱包 URL |
|
| 创建一个或多个钱包通行证 |
|
| 更新通行证字段、印章或余额 |
|
| 向单个通行证持有者发送通知 |
|
| 列出所有通行证模板 |
|
| 创建新模板 |
|
| 更新模板配置/设计 |
|
| 删除模板 |
|
| 通知模板中的所有通行证持有者 |
|
| 创建 Apple Wallet 证书 |
|
| 列出所有营业地点 | — |
| 创建新地点 |
|
| 更新地点详情 |
|
| 删除地点 |
|
| 创建 VTAP NFC 读取器 |
|
| 列出团队成员 | — |
| 创建团队成员 |
|
| 更新团队成员权限 |
|
| 移除团队成员 |
|
| 将通行证文本翻译为多种语言 |
|
示例提示
以下是一些您可以对已连接 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
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