
PassNinja
Wire Apple Wallet and Google Wallet pass issuance into Claude Code or Cursor so loyalty cards, tickets, and membership passes ship from chat instead of bespoke PassKit glue code.
Overview
PassNinja MCP is a Build-phase MCP server that issues and manages Apple Wallet and Google Wallet passes from any MCP-aware AI coding client.
What is this MCP server?
- Issues and updates passes for Apple Wallet and Google Wallet from any MCP-aware agent client
- stdio MCP transport via published mcpb bundle (PassNinja v0.4.0)
- Targets builders who want PassNinja’s hosted pass pipeline without leaving the IDE
- Official PassNinja product site and GitHub release channel for the MCP binary
- Server schema version 0.4.0 with stdio transport and mcpb registry package
- Single published package entry in server.json (passninja.mcpb)
- Repository: github.com/flomio/passninja-cli
What problem does it solve?
Shipping wallet passes usually means wrestling PassKit, Google Wallet APIs, and certificate plumbing instead of talking to your agent about the pass you need.
Who is it for?
Solo builders and small teams using PassNinja who want pass CRUD and issuance inside Claude Code or Cursor during feature work.
Skip if: Teams that need a full mobile wallet UI kit, offline-only pass design, or no third-party pass host.
What do I get? / Deliverables
After registration, your agent can call PassNinja tools to issue and manage wallet passes without you writing one-off API scripts for each campaign.
- MCP tool access to issue and manage PassNinja wallet passes
- Agent-driven pass workflows without custom REST scripts per task
- Repeatable stdio MCP registration for local development
Recommended MCP Servers
Journey fit
Wallet pass generation is a product integration builders add while shipping customer-facing mobile experiences. PassNinja exposes pass templates, issuance, and updates as MCP tools that belong alongside other third-party APIs in the integrations subphase.
How it compares
MCP integration to PassNinja’s pass API, not an agent skill that designs pass creative or runs App Store review.
Common Questions / FAQ
Who is PassNinja MCP for?
Indie builders and developers who already use or plan to use PassNinja and want wallet pass operations available as MCP tools in their AI coding workflow.
When should I use PassNinja MCP?
Use it during Build when you are integrating loyalty, event, or membership passes into a product and want your agent to issue or update Apple and Google Wallet passes via PassNinja.
How do I add PassNinja MCP to my agent?
Install the stdio server from the published passninja.mcpb release, add it to your MCP client config (for example Claude Code or Cursor), authenticate with your PassNinja account per their docs, and restart the client so pass tools appear.