Skip to main content
Glama
walletap

@walletap/mcp-server

Official
by walletap

@walletap/mcp-server

Erstellen und verwalten Sie Apple Wallet- und Google Wallet-Pässe von jedem KI-Assistenten aus.

Schnellstart

npx @walletap/mcp-server

Oder global installieren:

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

Related MCP server: BotBell MCP Server

Authentifizierung

Legen Sie Ihren Walletap-API-Schlüssel als Umgebungsvariable fest:

export WALLETAP_API_KEY=wt_live_xxxxxxxxxxxxxxxxxxxx

Ihren API-Schlüssel finden Sie im Walletap-Dashboard unter Einstellungen.

Claude Desktop

Fügen Sie Folgendes zu ~/Library/Application Support/Claude/claude_desktop_config.json hinzu:

{
  "mcpServers": {
    "walletap": {
      "command": "npx",
      "args": ["-y", "@walletap/mcp-server"],
      "env": {
        "WALLETAP_API_KEY": "wt_live_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Cursor / Windsurf

Fügen Sie Folgendes zu .cursor/mcp.json oder .windsurf/mcp.json hinzu:

{
  "mcpServers": {
    "walletap": {
      "command": "npx",
      "args": ["-y", "@walletap/mcp-server"],
      "env": {
        "WALLETAP_API_KEY": "wt_live_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

HTTP-Remote-Modus

Für selbst gehostete Bereitstellungen, n8n, Make oder Zapier AI:

walletap-mcp --transport http

Dies startet einen HTTP-Server (Standardport 3001), der Folgendes bereitstellt:

  • POST /mcp — JSON-RPC-Endpunkt

  • GET /mcp/sse — Server-Sent Events für Streaming

  • GET /health — Health-Check

Docker-Beispiel:

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

Tool-Referenz

Tool

Was es tut

Wichtige Eingaben

list_passes

Pässe für eine Vorlage mit Paginierung auflisten

templateId, status, limit

search_passes

Pässe nach E-Mail oder Telefon durchsuchen

templateId, searchQuery

export_passes

Pässe als CSV exportieren

templateId, status

get_pass

Einen einzelnen Pass mit Wallet-URLs abrufen

id oder externalId+templateId

create_pass

Einen oder mehrere Wallet-Pässe erstellen

passes[], sendToEmail, sendToPhone

update_pass

Passfelder, Stempel oder Guthaben aktualisieren

id, templateFields, stampOperation, balanceOperation

notify_pass

Benachrichtigung an einen Pass-Inhaber senden

passId, title, content

list_templates

Alle Pass-Vorlagen auflisten

limit, startAfter

create_template

Eine neue Vorlage erstellen

name, type

update_template

Vorlagenkonfiguration/-design aktualisieren

templateId, data

delete_template

Eine Vorlage löschen

templateId

send_template_notification

Alle Pass-Inhaber einer Vorlage benachrichtigen

templateId, title, content

create_certificate

Apple-Wallet-Zertifikat erstellen

templateId

list_locations

Alle Geschäftsstandorte auflisten

create_location

Einen neuen Standort erstellen

name, latitude, longitude

update_location

Standortdetails aktualisieren

id, name, address

delete_location

Einen Standort löschen

id

create_reader

Einen VTAP-NFC-Leser erstellen

name, templateId, phone

list_sub_accounts

Teammitglieder auflisten

create_sub_account

Ein Teammitglied erstellen

email, displayName, password

update_sub_account

Teammitglied-Berechtigungen aktualisieren

userId, permissions, templateIds

delete_sub_account

Ein Teammitglied entfernen

userId

translate_pass_text

Passtext in mehrere Sprachen übersetzen

texts, sourceLanguage, targetLanguages

Beispiel-Prompts

Hier sind einige Dinge, die Sie Ihrem KI-Assistenten mit verbundenem Walletap sagen können:

  • "Erstelle eine Treuekarten-Vorlage namens 'Coffee Rewards' und stelle einen Pass für john@example.com aus"

  • "Zeig mir alle Pässe für meine Treuevorlage, die noch nicht installiert wurden"

  • "Füge 3 Stempel zum Pass mit der externen ID 'CUST-42' in meiner Stempelkarten-Vorlage hinzu"

  • "Sende eine Benachrichtigung an alle Pass-Inhaber: 'Doppelte Punkte an diesem Wochenende! Besuchen Sie einen beliebigen Standort, um 2x zu erhalten.'"

  • "Exportiere alle meine Treuepässe als CSV für das Marketing-Team"

  • "Übersetze unsere Pass-Beschriftungen ins Spanische, Französische und Deutsche"

API-Basis-URL

Standardmäßig wird eine Verbindung zu https://api.walletap.io hergestellt. Überschreiben mit:

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

Lizenz

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