← Index

io.github.ivangr1/walletap

io.github.ivangr1/walletap·v0.1.3·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "walletap": {
      "command": "npx",
      "args": [
        "-y",
        "@walletap/mcp-server"
      ],
      "env": {
        "WALLETAP_API_KEY": "<walletap_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "walletap": {
      "command": "npx",
      "args": [
        "-y",
        "@walletap/mcp-server"
      ],
      "env": {
        "WALLETAP_API_KEY": "<walletap_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @walletap/mcp-server
§02  Environment variables
WALLETAP_API_KEY

Your Walletap API key from app.walletap.io

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other