Google Pay Passes MCP connector
Google Pay Passes is Google's API platform for issuers to create and manage digital wallet objects such as event tickets, boarding passes, loyalty cards, and gift cards. The Google Pay Passes MCP connector allows AI agents to create and update wallet object classes and instances, manage event tickets and boarding passes, and send messages to existing passes. It also supports listing and retrieving loyalty cards, gift cards, and other pass types across your Google Wallet integration.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Google Pay Passes MCP connector to perform the following actions:
- Issue event tickets and boarding passes directly to Google Wallet for attendees
- Create and manage loyalty card programs accessible to customers in Google Wallet
- Distribute gift cards through Google Wallet to increase redemption rates
- Update ticket and pass information in real-time across all wallet holders
- Link promotional offers to tickets and passes to drive customer engagement
- Organize pass classes and objects by issuer to streamline multi-product campaigns
Example prompts
Use the following example prompts to invoke Google Pay Passes MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new event ticket class for our concert series in Google Pay Passes.Show me all boarding pass objects we've issued this month in Google Pay Passes.Update the expiration date on all loyalty cards in Google Pay Passes.Add a promotional message to our gift card class in Google Pay Passes.List all flight classes we've created for our airline in Google Pay Passes.Insert a new boarding pass object for tomorrow's flight in Google Pay Passes.Fetch the details of a specific event ticket in Google Pay Passes.Connect an offer to our event ticket in Google Pay Passes.Retrieve all generic pass classes in Google Pay Passes for our issuer.Update our loyalty card details in Google Pay Passes with new benefits.
Google Pay Passes MCP connector tools
The Google Pay Passes MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| walletobjects_eventticketclass_list | Retrieves a list of event ticket class definitions. |
| walletobjects_eventticketclass_insert | Creates a new event ticket class definition. |
| walletobjects_eventticketclass_get | Retrieves details of a specific event ticket class. |
| walletobjects_eventticketclass_patch | Partially updates an event ticket class definition. |
| walletobjects_eventticketclass_update | Fully updates an event ticket class definition. |
| walletobjects_eventticketclass_addmessage | Adds a message to an event ticket class. |
| walletobjects_eventticketobject_list | Retrieves a list of event ticket instances. |
| walletobjects_eventticketobject_insert | Creates a new event ticket instance. |
| walletobjects_eventticketobject_get | Retrieves details of a specific event ticket instance. |
| walletobjects_eventticketobject_patch | Partially updates an event ticket instance. |
| walletobjects_eventticketobject_update | Fully updates an event ticket instance. |
| walletobjects_eventticketobject_addmessage | Adds a message to an event ticket instance. |
| walletobjects_eventticketobject_modifylinkedofferobjects | Modifies linked offer objects for an event ticket. |
| walletobjects_flightclass_list | Retrieves a list of flight class definitions. |
| walletobjects_flightclass_insert | Creates a new flight class definition. |
| walletobjects_flightclass_get | Retrieves details of a specific flight class. |
| walletobjects_flightclass_patch | Partially updates a flight class definition. |
| walletobjects_flightclass_update | Fully updates a flight class definition. |
| walletobjects_flightclass_addmessage | Adds a message to a flight class. |
| walletobjects_flightobject_list | Retrieves a list of flight boarding pass instances. |
| walletobjects_flightobject_insert | Creates a new flight boarding pass instance. |
| walletobjects_flightobject_get | Retrieves details of a specific flight boarding pass. |
| walletobjects_flightobject_patch | Partially updates a flight boarding pass instance. |
| walletobjects_flightobject_update | Fully updates a flight boarding pass instance. |
| walletobjects_flightobject_addmessage | Adds a message to a flight boarding pass. |
| walletobjects_genericclass_list | Retrieves a list of generic class definitions. |
| walletobjects_genericclass_insert | Creates a new generic class definition. |
| walletobjects_genericclass_get | Retrieves details of a specific generic class. |
| walletobjects_genericclass_patch | Partially updates a generic class definition. |
| walletobjects_genericclass_update | Fully updates a generic class definition. |
| walletobjects_genericobject_list | Returns a list of all generic objects for a given issuer ID. |
| walletobjects_genericobject_insert | Inserts a generic object with the given ID and properties. |
| walletobjects_genericobject_get | Walletobjects_genericobject_get. |
| walletobjects_genericobject_patch | Updates the generic object referenced by the given object ID. |
| walletobjects_genericobject_update | Updates the generic object referenced by the given object ID. |
| walletobjects_giftcardclass_list | Returns a list of all gift card classes for a given issuer ID. |
| walletobjects_giftcardclass_insert | Inserts an gift card class with the given ID and properties. |
| walletobjects_giftcardclass_get | Walletobjects_giftcardclass_get. |
| walletobjects_giftcardclass_patch | Updates the gift card class referenced by the given class ID. |
| walletobjects_giftcardclass_update | Updates the gift card class referenced by the given class ID. |
| walletobjects_giftcardclass_addmessage | Adds a message to the gift card class referenced by the given class ID. |
| walletobjects_giftcardobject_list | Returns a list of all gift card objects for a given issuer ID. |
| walletobjects_giftcardobject_insert | Inserts an gift card object with the given ID and properties. |
| walletobjects_giftcardobject_get | Walletobjects_giftcardobject_get. |
| walletobjects_giftcardobject_patch | Updates the gift card object referenced by the given object ID. |
| walletobjects_giftcardobject_update | Updates the gift card object referenced by the given object ID. |
| walletobjects_giftcardobject_addmessage | Adds a message to the gift card object referenced by the given object ID. |
| walletobjects_issuer_list | Returns a list of all issuers shared to the caller. |
| walletobjects_issuer_insert | Inserts an issuer with the given ID and properties. |
| walletobjects_issuer_get | Walletobjects_issuer_get. |
| walletobjects_issuer_patch | Updates the issuer referenced by the given issuer ID. |
| walletobjects_issuer_update | Updates the issuer referenced by the given issuer ID. |
| walletobjects_jwt_insert | Walletobjects_jwt_insert. |
| walletobjects_loyaltyclass_list | Returns a list of all loyalty classes for a given issuer ID. |
| walletobjects_loyaltyclass_insert | Inserts an loyalty class with the given ID and properties. |
| walletobjects_loyaltyclass_get | Walletobjects_loyaltyclass_get. |
| walletobjects_loyaltyclass_patch | Updates the loyalty class referenced by the given class ID. |
| walletobjects_loyaltyclass_update | Updates the loyalty class referenced by the given class ID. |
| walletobjects_loyaltyclass_addmessage | Adds a message to the loyalty class referenced by the given class ID. |
| walletobjects_loyaltyobject_list | Returns a list of all loyalty objects for a given issuer ID. |
| walletobjects_loyaltyobject_insert | Inserts an loyalty object with the given ID and properties. |
| walletobjects_loyaltyobject_get | Walletobjects_loyaltyobject_get. |
| walletobjects_loyaltyobject_patch | Updates the loyalty object referenced by the given object ID. |
| walletobjects_loyaltyobject_update | Updates the loyalty object referenced by the given object ID. |
| walletobjects_loyaltyobject_addmessage | Adds a message to the loyalty object referenced by the given object ID. |
| walletobjects_loyaltyobject_modifylinkedofferobjects | Modifies linked offer objects for the loyalty object with the given ID. |
| walletobjects_offerclass_list | Returns a list of all offer classes for a given issuer ID. |
| walletobjects_offerclass_insert | Inserts an offer class with the given ID and properties. |
| walletobjects_offerclass_get | Walletobjects_offerclass_get. |
| walletobjects_offerclass_patch | Updates the offer class referenced by the given class ID. |
| walletobjects_offerclass_update | Updates the offer class referenced by the given class ID. |
| walletobjects_offerclass_addmessage | Adds a message to the offer class referenced by the given class ID. |
| walletobjects_offerobject_list | Returns a list of all offer objects for a given issuer ID. |
| walletobjects_offerobject_insert | Inserts an offer object with the given ID and properties. |
| walletobjects_offerobject_get | Walletobjects_offerobject_get. |
| walletobjects_offerobject_patch | Updates the offer object referenced by the given object ID. |
| walletobjects_offerobject_update | Updates the offer object referenced by the given object ID. |
| walletobjects_offerobject_addmessage | Adds a message to the offer object referenced by the given object ID. |
| walletobjects_permissions_get | Walletobjects_permissions_get. |
| walletobjects_permissions_update | Updates the permissions for the given issuer. |
| walletobjects_walletobjects_v1_privateContent_uploadPrivateData | Walletobjects_walletobjects_v1_private Content_upload Private Data. |
| walletobjects_smarttap_insert | Walletobjects_smarttap_insert. |
| walletobjects_transitclass_list | Returns a list of all transit classes for a given issuer ID. |
| walletobjects_transitclass_insert | Inserts a transit class with the given ID and properties. |
| walletobjects_transitclass_get | Walletobjects_transitclass_get. |
| walletobjects_transitclass_patch | Updates the transit class referenced by the given class ID. |
| walletobjects_transitclass_update | Updates the transit class referenced by the given class ID. |
| walletobjects_transitclass_addmessage | Adds a message to the transit class referenced by the given class ID. |
| walletobjects_transitobject_list | Returns a list of all transit objects for a given issuer ID. |
| walletobjects_transitobject_insert | Inserts an transit object with the given ID and properties. |
| walletobjects_transitobject_get | Walletobjects_transitobject_get. |
| walletobjects_transitobject_patch | Updates the transit object referenced by the given object ID. |
| walletobjects_transitobject_update | Updates the transit object referenced by the given object ID. |
| walletobjects_transitobject_addmessage | Adds a message to the transit object referenced by the given object ID. |