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

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-RPCエンドポイント

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

ツールリファレンス

ツール

機能

主な入力

list_passes

テンプレートのパスをページング付きで一覧表示

templateIdstatuslimit

search_passes

メールアドレスまたは電話番号でパスを検索

templateIdsearchQuery

export_passes

パスをCSVとしてエクスポート

templateIdstatus

get_pass

ウォレットURL付きで単一のパスを取得

idまたはexternalId+templateId

create_pass

1つ以上のウォレットパスを作成

passes[]sendToEmailsendToPhone

update_pass

パスのフィールド、スタンプ、残高を更新

idtemplateFieldsstampOperationbalanceOperation

notify_pass

パス保持者1名に通知を送信

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倍! どの店舗でも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