{
  "name": "walletmcppass",
  "display_name": "WalletMCPPass",
  "description": "MCP server that generates and signs Apple Wallet (.pkpass) passes on request.",
  "homepage": "https://walletmcppass.com",
  "repository": "https://github.com/arshwaraich/wallet-mcp",
  "transport": "streamable-http",
  "endpoint": "https://walletmcppass.com/mcp",
  "auth": "none",
  "status": "open-beta",
  "rate_limit": {
    "per_caller_per_day": 30,
    "global_per_day": 500
  },
  "tools": [
    {
      "name": "create_wallet_pass",
      "description": "Build and sign an Apple Wallet pass (boardingPass, eventTicket, coupon, storeCard, or generic) and return a downloadable .pkpass.",
      "styles": ["boardingPass", "eventTicket", "coupon", "storeCard", "generic"]
    }
  ],
  "docs": {
    "llms_txt": "https://walletmcppass.com/llms.txt",
    "llms_full_txt": "https://walletmcppass.com/llms-full.txt",
    "readme": "https://github.com/arshwaraich/wallet-mcp#readme"
  },
  "billing": {
    "current": "free",
    "planned": "usage-based (Stripe metered), not yet enforced"
  }
}
