PassKit Connector for AI agents.
11 live capabilities
Issue and manage digital wallet passes for loyalty, events, and travel.
Waiting for input…
Why people use PassKit
PassKit for Solving Manual Wallet Management
With this Connector, that entire process disappears. You can simply tell your agent to enroll a customer or issue a ticket. The agent handles the communication with the PassKit API, syncs the member data, and confirms the pass was delivered to the customer's Apple Wallet or Google Pay. You get a finished task instead of a list of manual steps.
What Vinkius changes
You move from manual dashboard management to natural language wallet orchestration.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Automating Loyalty Enrollment
A retail manager asks their agent to enroll a new customer.
- Real-world use case 02
Rapid Coupon Distribution
A marketer wants to launch a summer sale.
- Real-world use case 03
Event Ticket Management
An event organizer needs to check if a guest has arrived.
Complete set · 11capabilities
The complete PassKit capability set.
These are the exact actions your AI can choose when you ask it to work with PassKit.
01—04
4 capabilities in this set.
Part of 11 available through PassKit.
- 01 Capability
Create flight
Generate a new flight record for a passenger. This sets up the data needed for a boarding pass.
- 02 Capability
Issue boarding pass
Send a new flight pass to a traveler. This is the fastest way to handle passenger check-ins.
- 03 Capability
List branding images
See all the logos and banners you've uploaded. It makes it easy to pick the right art for a new campaign.
- 04 Capability
Get coupon details
Look up the specific terms and dates of a coupon. This is useful for verifying a customer's discount.
05—08
4 capabilities in this set.
Part of 11 available through PassKit.
- 05 Capability
Update member
Change the info for an existing loyalty member. Use this to adjust tiers or update contact details.
- 06 Capability
Enroll member
Add a new person to your loyalty program. It triggers the pass generation and sends the invite.
- 07 Capability
Get member details
Fetch the full profile of a specific loyalty member. This lets you see their history and current status.
- 08 Capability
Get pass template
See the details of a specific pass design. Use this to check which assets are currently active.
09—11
3 capabilities in this set.
Part of 11 available through PassKit.
- 09 Capability
Get event ticket
Pull the details of a ticket that's already been sent. Use this to see if a guest has checked in.
- 10 Capability
Issue event ticket
Create and send a new entry pass for a show. It handles the distribution to the customer's wallet automatically.
- 11 Capability
Create coupon
Make a new promotional pass from scratch. You can set specific dates and discount amounts here.
Set up in minutes
One URL. Then ask PassKit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PassKit from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aron88TGR3iLvX4nNV3VWBYgX2VShEbRLVQ73Lyi/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PassKit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PassKit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aron88TGR3iLvX4nNV3VWBYgX2VShEbRLVQ73Lyi/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PassKit URL.
- Step 03
Save and start
Save the connection and enable PassKit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"passkit": {
"url": "https://edge.vinkius.com/vk_preview_aron88TGR3iLvX4nNV3VWBYgX2VShEbRLVQ73Lyi/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PassKit
Open Agent mode in chat and ask: "Using PassKit, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"passkit": {
"url": "https://edge.vinkius.com/vk_preview_aron88TGR3iLvX4nNV3VWBYgX2VShEbRLVQ73Lyi/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PassKit
Ask Copilot: "Using PassKit, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"passkit": {
"url": "https://edge.vinkius.com/vk_preview_aron88TGR3iLvX4nNV3VWBYgX2VShEbRLVQ73Lyi/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PassKit
Open Cascade and ask: "Using PassKit, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"passkit": {
"url": "https://edge.vinkius.com/vk_preview_aron88TGR3iLvX4nNV3VWBYgX2VShEbRLVQ73Lyi/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PassKit
Ask Cline: "Using PassKit, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add passkit --transport http "https://edge.vinkius.com/vk_preview_aron88TGR3iLvX4nNV3VWBYgX2VShEbRLVQ73Lyi/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PassKit
Ask Claude: "Using PassKit, show me...". 11 tools are ready
Where the request belongs
Work PassKit can move forward.
Retailers and event organizers who are tired of clicking through multiple dashboards to manage customer passes and rewards.
Retail Store Manager
Verifies loyalty points and issues new cards to customers during the checkout process.
Event Marketing Lead
Sends out thousands of digital tickets and tracks entry metrics for live shows.
Travel Coordinator
Generates boarding passes and updates flight metadata for groups on the move.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGiftbit
Order, send, and track digital gift cards and rewards via AI agents with Giftbit.
AwardWallet
Manage loyalty points, travel rewards, and itineraries via AwardWallet. monitor your miles and trips directly via AI.
UnionPay Open Platform
Bring UnionPay QR Codes and secure global payments to your AI workflow. Handle card verification and online checkout.
Gift Up!
Manage gift card orders, track balances, and process redemptions via AI agents with Gift Up!.
All Digital Rewards
Incentive and reward orchestration. manage participants, points, and catalogs via AI.
Vouchery.io
Manage coupon, discount, and loyalty programs on Vouchery.io with AI agents.
Bring your own AI
Change the model, client or framework. Keep PassKit connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PassKit.
The practical details behind the request, access and result.
Can PassKit help me send tickets to my customers?
Yes, PassKit allows your AI agent to issue digital tickets directly to customer wallets. This means you can send entries for events or shows through a simple chat command.
How does PassKit work with my loyalty program?
It connects your PassKit account to your AI client so you can manage memberships. You can enroll new members, update their points, and issue loyalty cards without leaving your workspace.
Can I use PassKit to send boarding passes?
Yes, you can use it to manage flight itineraries and issue boarding passes. Your agent can handle passenger check-ins and update flight metadata in real time.
Does PassKit support both Apple and Google Wallets?
PassKit supports both Apple Wallet and Google Pay. This ensures your customers can receive and use their passes regardless of what phone they use.
How do I manage my branding images with PassKit?
You can use the integration to view and organize all your uploaded branding assets. This helps you ensure that every pass your agent issues uses the correct logos and artwork.
Can I update my customers' loyalty tiers automatically?
Yes, you can use the integration to update member data. Your agent can change tiers, adjust points, and sync profile information as your customers interact with your brand.
Can my AI automatically find the details for a specific loyalty member by their ID?
Yes! Use the get_member capability with the Member ID. Your agent will respond with complete metadata, including current points, tier status, and enrollment date in seconds.
How do I find my PassKit Long-Lived API Token?
Log in to the PassKit Portal, navigate to Settings > Integrations, and you will find your unique secret token under the API Credentials section.
Does this work with both Apple and Google Wallets?
Absolutely. PassKit acts as a unified hub, allowing the AI to orchestrate digital passes that are cross-compatible with both major mobile wallet ecosystems.
One connection away
Give your agent a direct line to PassKit.
Connect PassKit once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available