mcpbeat Sign in

Walletap MCP Server

local only

Walletap runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm. Last commit 16 Aug 2026.

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

Installs per day peak 31 · avg 13 · +14% w/w
a month agotoday
80
Installs / week
npm · @walletap/mcp-server
0
Stars
0 open issues
16 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Walletap every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add walletap -- npx -y @walletap/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "walletap": {
      "args": [
        "-y",
        "@walletap/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.walletap]
command = "npx"
args = ["-y", "@walletap/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "walletap": {
      "args": [
        "-y",
        "@walletap/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "walletap": {
      "args": [
        "-y",
        "@walletap/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WALLETAP_API_KEY (Your Walletap API key from app.walletap.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Walletap

same job, measured the same way
PassNinja
by flomio

Issue and manage Apple Wallet & Google Wallet passes from any MCP-aware AI client.

local only
WalletWallet: Apple and Google Wallet passes
by walletwallet

Create, update, and revoke Apple Wallet and Google Wallet passes from any MCP client.

answering
Adrex AI
by gauravapiscean

Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.

91 installs/wk local only
Adside
by adside

AI agents that manage paid ads on Meta, LinkedIn, and Google Ads from any MCP client.

answering
Calensync
by calensync

Manage Google, Outlook & Apple calendars and create private sync rules from chat.

answering
Accessoticketing MCP
by chrischall

Read accesso mobile ticket links: orders, admissions, barcodes and Google Wallet passes.

237 installs/wk local only
Google Drive
by mcparmory

Manage files, folders, permissions, and collaborative content in Google Drive

216 installs/wk local only
Google Tasks MCP Server
by ebmurha

Manage Google Tasks from MCP-compatible AI clients.

82 installs/wk local only

Walletap — questions

Answers built from our own checks of this server.

Why is there no uptime for Walletap?
Walletap runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @walletap/mcp-server was installed 80 times last week.
How do I connect Walletap?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @walletap/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Walletap?
The npm package @walletap/mcp-server was installed 80 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Walletap open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.