@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_xxxxxxxxxxxxxxxxxxxxAPIキーは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-RPCエンドポイントGET /mcp/sse— ストリーミング用のServer-Sent EventsGET /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付きで単一のパスを取得 |
|
| 1つ以上のウォレットパスを作成 |
|
| パスのフィールド、スタンプ、残高を更新 |
|
| パス保持者1名に通知を送信 |
|
| すべてのパステンプレートを一覧表示 |
|
| 新しいテンプレートを作成 |
|
| テンプレートの設定・デザインを更新 |
|
| テンプレートを削除 |
|
| テンプレート内の全パス保持者に通知 |
|
| Apple Wallet証明書を作成 |
|
| すべての事業所を一覧表示 | — |
| 新しい事業所を作成 |
|
| 事業所の詳細を更新 |
|
| 事業所を削除 |
|
| VTAP NFCリーダーを作成 |
|
| チームメンバーを一覧表示 | — |
| チームメンバーを作成 |
|
| チームメンバーの権限を更新 |
|
| チームメンバーを削除 |
|
| パステキストを複数言語に翻訳 |
|
プロンプトの例
Walletapを接続したAIアシスタントに次のような指示ができます:
「'Coffee Rewards'というロイヤリティカードテンプレートを作成して、john@example.comにパスを発行して」
「ロイヤリティテンプレートの未インストールのパスをすべて表示して」
「スタンプカードテンプレートの外部ID 'CUST-42'のパスにスタンプを3つ追加して」
「すべてのパス保持者に通知を送信: '今週末はポイント2倍! どの店舗でも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