# WalletMCPPass > Remote MCP server that generates and signs Apple Wallet (.pkpass) passes on request. WalletMCPPass exposes a single MCP tool, `create_wallet_pass`, over streamable-HTTP at `https://walletmcppass.com/mcp`. Give it pass fields (style, fields, barcode message, optional icon/logo images) and it returns a signed, ready-to-install `.pkpass` file — no Apple Developer signing certificate required on the caller's side. Supports all five Wallet pass styles: boardingPass, eventTicket, coupon, storeCard, generic. Currently in open beta: no API key required, rate-limited to 30 requests/day per caller (500/day global). Usage-based billing is planned but not yet enforced. ## Docs - [GitHub repository](https://github.com/arshwaraich/wallet-mcp): source, full tool schema, self-host instructions - [llms-full.txt](https://walletmcppass.com/llms-full.txt): complete tool parameters and example calls, for agents ## Optional - [MCP server manifest](https://walletmcppass.com/.well-known/mcp.json) - [Landing page](https://walletmcppass.com/): human-readable overview and connect instructions