Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.ivangr1/walletap

NPM · @WALLETAP/MCP-SERVER · SCANNED AUG 3

Issue and manage Apple Wallet & Google Wallet passes from any AI assistant.

+21 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability49
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2242 tokens (~93/item across 24 items; 23 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @walletap/mcp-server

# add to Claude Code
claude mcp add ivangr1-walletap -- npx -y @walletap/mcp-server
# add to Codex CLI
codex mcp add ivangr1-walletap -- npx -y @walletap/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ivangr1-walletap": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@walletap/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ivangr1-walletap --command npx --arg -y --arg @walletap/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  ivangr1-walletap:
    command: "npx"
    args: ["-y", "@walletap/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "ivangr1-walletap": {
      "command": "npx",
      "args": [
        "-y",
        "@walletap/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +53
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 0 functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 +2
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 38

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@walletap/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~2,237 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_certificate ~62

Create or renew an Apple Wallet certificate for a template. Use this after creating a template to enable Apple Wallet pass generation. This is automatically handled during template creation but may need manual triggering for renewals.

NameTypeReqDescription
templateIdstringyesTemplate ID to create certificate for

No output schema declared.

No examples provided.

create_location ~97

Create a new business location for reader deployment and pass management. Use this when setting up a new store, venue, or checkpoint. Locations can be associated with passes and readers for validation.

NameTypeReqDescription
addressstringHuman-readable address
businessLocationLabelstringInternal label for this location
latitudenumberyesGPS latitude
longitudenumberyesGPS longitude
namestringyesLocation display name

No output schema declared.

No examples provided.

create_pass ~109

Create one or more wallet passes for a template. Use this to issue new loyalty cards, event tickets, coupons, or membership passes to customers. Can optionally send the pass link via email or SMS.

NameTypeReqDescription
localestringLocale for pass text and communications
passesarrayyesArray of passes to create (1 or more)
sendToEmailbooleanSend pass link via email to customer
sendToPhonebooleanSend pass link via SMS to customer

No output schema declared.

No examples provided.

create_reader ~92

Create a new VTAP NFC reader for pass validation at a location. Use this when deploying a new physical reader device. If a phone number is provided, an SMS with the login link is sent to the reader operator.

NameTypeReqDescription
namestringyesReader display name
phonestringPhone number to send SMS login link to reader operator
templateIdstringyesTemplate ID this reader validates

No output schema declared.

No examples provided.

create_sub_account ~119

Create a new sub-account (team member) with specific permissions and template access. Use this to grant team members limited access to manage specific templates. The sub-account gets their own login credentials.

NameTypeReqDescription
displayNamestringyesDisplay name
emailstringyesEmail address for the new sub-account
passwordstringyesInitial password for the sub-account
permissionsarrayPermission list (e.g. ['passes.read', 'passes.write'])
templateIdsarrayTemplate IDs this sub-account can access

No output schema declared.

No examples provided.

create_template ~136

Create a new pass template (loyalty card, gift card, event ticket, coupon, or generic). Use this to set up a new pass type before issuing passes to customers. After creation, update the template to configure its visual design and fields.

NameTypeReqDescription
cardSharingstringCard sharing setting
enableBarcodebooleanEnable barcode on pass (default: true)
enableNFCbooleanEnable NFC tap functionality (default: false)
namestringyesTemplate display name
requireAuthenticationbooleanRequire device authentication to view pass
typestringyesPass type

No output schema declared.

No examples provided.

delete_location ~43

Delete a location permanently. Use with caution — readers associated with this location will need reassignment. Subscription is updated automatically.

NameTypeReqDescription
idstringyesLocation ID to delete

No output schema declared.

No examples provided.

delete_sub_account ~57

Permanently delete a sub-account and revoke all their access. Use with caution — this removes the user's Firebase auth account and all template access records. This cannot be undone.

NameTypeReqDescription
userIdstringyesSub-account user ID to delete

No output schema declared.

No examples provided.

delete_template ~61

Permanently delete a template and deactivate its billing meters. Use with caution — this cannot be undone. All passes under this template will become orphaned. Consider listing passes first to ensure the template is empty.

NameTypeReqDescription
templateIdstringyesTemplate ID to delete

No output schema declared.

No examples provided.

export_passes ~95

Export all passes for a template as CSV data. Use this to get a full data dump of passes for reporting or migration. Returns CSV with columns: Pass ID, External ID, Email, Phone, Name, Member ID, Status, Installation Status, Device Count, Created, Updated.

NameTypeReqDescription
statusstringFilter by installation status (default: all)
templateIdstringyesTemplate ID to export passes for

No output schema declared.

No examples provided.

get_pass ~140

Get a single pass by ID or by externalId + templateId. Returns the pass with wallet download URLs (Apple, Google, Huawei) and installation badge URLs. Use includeTemplate to also get the full template configuration.

NameTypeReqDescription
externalIdstringExternal ID (must be combined with templateId)
idstringPass ID (use this OR externalId + templateId)
includeTemplatebooleanInclude full template data in response
localestringLocale for pass text (e.g. 'en', 'hr', 'de')
templateIdstringTemplate ID (required when using externalId)

No output schema declared.

No examples provided.

list_locations ~39

List all locations for the authenticated account. Use this to see available business locations for reader deployment or pass association. Returns location names, addresses, and coordinates.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_passes ~129

List all passes for a given template with pagination and optional status filtering. Use this to browse passes, check counts, or find passes by their installation status. Returns pass objects with IDs, emails, phones, and device counts.

NameTypeReqDescription
endBeforestringCursor for previous page
limitnumberMax results to return (default: 15)
startAfterstringCursor for next page — use value from previous response
statusstringFilter by installation status (default: all)
templateIdstringyesTemplate ID to list passes for

No output schema declared.

No examples provided.

list_sub_accounts ~44

List all sub-accounts (team members) for the main account. Use this to see who has access and their template permissions. Returns sub-account details with template access counts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_templates ~76

List all pass templates with cursor-based pagination. Use this to discover available templates before creating or managing passes. Returns template names, types, IDs, and pagination info.

NameTypeReqDescription
limitnumberMax results to return (default: 15)
startAfterstringCursor for next page — pass endCursor from previous response

No output schema declared.

No examples provided.

notify_pass ~140

Send a push notification to a single pass holder via Google Wallet. Use this for targeted messages to individual customers (e.g. balance update, reward earned). For bulk notifications to all pass holders, use send_template_notification instead.

NameTypeReqDescription
contentstringyesNotification body text. URLs in content become clickable links.
passIdstringyesID of the pass to send notification to
titlestringyesNotification title
validFromstringISO 8601 timestamp when notification becomes visible (default: now)
validUntilstringISO 8601 timestamp when notification expires (default: now + 24h)

No output schema declared.

No examples provided.

search_passes ~69

Search passes within a template by email or phone number. Use this when you need to find a specific customer's pass. Returns matching passes ordered by creation date.

NameTypeReqDescription
searchQuerystringyesEmail address or phone number to search for
templateIdstringyesTemplate ID to search within

No output schema declared.

No examples provided.

send_template_notification ~138

Send a push notification to ALL pass holders of a template via Apple, Google, and Huawei wallets. Use this for announcements, promotions, or updates that apply to all customers. For individual notifications, use notify_pass instead.

NameTypeReqDescription
contentstringyesNotification body text. URLs in content become clickable links.
templateIdstringyesTemplate ID to send notification for
titlestringyesNotification title
validFromstringISO 8601 timestamp when notification becomes visible (default: now)
validUntilstringISO 8601 timestamp when notification expires (default: now + 24h)

No output schema declared.

No examples provided.

translate_pass_text ~104

Translate pass text to multiple languages using Google Cloud Translation. Use this to localize pass content (field labels, messages) for international customers. Supports all Google Translate languages.

NameTypeReqDescription
sourceLanguagestringyesSource language code (e.g. 'en', 'hr', 'de')
targetLanguagesarrayyesArray of target language codes (e.g. ['es', 'fr', 'de'])
textsarrayyesArray of text strings to translate

No output schema declared.

No examples provided.

update_location ~101

Update an existing location's details. Use this to correct addresses, rename locations, or update coordinates. Only provided fields are updated — omitted fields remain unchanged.

NameTypeReqDescription
addressstringNew address
businessLocationLabelstringNew internal label
idstringyesLocation ID to update
latitudenumberNew GPS latitude
longitudenumberNew GPS longitude
namestringNew location name

No output schema declared.

No examples provided.

update_pass ~192

Update an existing pass's fields, stamps, or balance. Use this to modify customer data, add/remove loyalty stamps, adjust balance, or invalidate a pass. Identify the pass by ID or by externalId + templateId.

NameTypeReqDescription
balanceOperationobjectBalance operation (for gift cards / prepaid)
customFieldsobjectCustom metadata to update
externalIdstringExternal ID (must be combined with templateId)
idstringPass ID (use this OR externalId + templateId)
isValidbooleanSet pass validity (false = voided/greyed out)
redemptionValuestringUpdate NFC redemption value
stampOperationobjectStamp collection operation (for stamp cards)
templateFieldsobjectTemplate field values to update
templateIdstringTemplate ID (required when using externalId)

No output schema declared.

No examples provided.

update_sub_account ~109

Update a sub-account's permissions, template access, or active status. Use this to grant/revoke access or deactivate a team member. Only provided fields are updated.

NameTypeReqDescription
displayNamestringUpdated display name
isActivebooleanSet active status (false = deactivated)
permissionsarrayUpdated permission list
templateIdsarrayUpdated template IDs this sub-account can access
userIdstringyesSub-account user ID to update

No output schema declared.

No examples provided.

update_template ~85

Update an existing template's configuration, design, or fields. Use this to change visual appearance, update field mappings, or modify behavior. Changes are pushed to all installed passes automatically.

NameTypeReqDescription
dataobjectyesTemplate fields to update (deep merged with existing data). Can include visual config, field definitions, translations, etc.
templateIdstringyesTemplate ID to update

No output schema declared.

No examples provided.