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

io.github.ivangr1/walletap

NPM · @WALLETAP/MCP-SERVER · SCANNED SEP 20

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

0 this week 71 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability47
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).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 Management93
  • Stability observed for 28 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "notify_pass" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.ivangr1/walletap MCP server?

io.github.ivangr1/walletap runs locally as an npm package, launched with npx -y @walletap/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @walletap/mcp-server

# add to Claude Code
claude mcp add ivangr1-walletap -- npx -y @walletap/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "ivangr1-walletap": {
      "command": "npx",
      "args": [
        "-y",
        "@walletap/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ivangr1-walletap": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ivangr1-walletap": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@walletap/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ivangr1-walletap -t stdio -c npx -a -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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/@walletap/mcp-server@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.ivangr1/walletap MCP server?

io.github.ivangr1/walletap is an MCP server listed in the public MCP registry as io.github.ivangr1/walletap. Issue and manage Apple Wallet & Google Wallet passes from any AI assistant. This page covers its npm package (@walletap/mcp-server).

Is the io.github.ivangr1/walletap MCP server safe to use?

io.github.ivangr1/walletap scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ivangr1/walletap MCP server expose?

io.github.ivangr1/walletap exposes 23 tools: list_passes, search_passes, export_passes, get_pass, create_pass, and 18 more. Their descriptions and schemas cost roughly 2,237 tokens of context every time the server is loaded.

Is the io.github.ivangr1/walletap MCP server still maintained?

io.github.ivangr1/walletap is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ivangr1/walletap MCP server under?

io.github.ivangr1/walletap declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.