Skip to main content
Feedback

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.

ToolDescription
walletobjects_eventticketclass_listRetrieves a list of event ticket class definitions.
walletobjects_eventticketclass_insertCreates a new event ticket class definition.
walletobjects_eventticketclass_getRetrieves details of a specific event ticket class.
walletobjects_eventticketclass_patchPartially updates an event ticket class definition.
walletobjects_eventticketclass_updateFully updates an event ticket class definition.
walletobjects_eventticketclass_addmessageAdds a message to an event ticket class.
walletobjects_eventticketobject_listRetrieves a list of event ticket instances.
walletobjects_eventticketobject_insertCreates a new event ticket instance.
walletobjects_eventticketobject_getRetrieves details of a specific event ticket instance.
walletobjects_eventticketobject_patchPartially updates an event ticket instance.
walletobjects_eventticketobject_updateFully updates an event ticket instance.
walletobjects_eventticketobject_addmessageAdds a message to an event ticket instance.
walletobjects_eventticketobject_modifylinkedofferobjectsModifies linked offer objects for an event ticket.
walletobjects_flightclass_listRetrieves a list of flight class definitions.
walletobjects_flightclass_insertCreates a new flight class definition.
walletobjects_flightclass_getRetrieves details of a specific flight class.
walletobjects_flightclass_patchPartially updates a flight class definition.
walletobjects_flightclass_updateFully updates a flight class definition.
walletobjects_flightclass_addmessageAdds a message to a flight class.
walletobjects_flightobject_listRetrieves a list of flight boarding pass instances.
walletobjects_flightobject_insertCreates a new flight boarding pass instance.
walletobjects_flightobject_getRetrieves details of a specific flight boarding pass.
walletobjects_flightobject_patchPartially updates a flight boarding pass instance.
walletobjects_flightobject_updateFully updates a flight boarding pass instance.
walletobjects_flightobject_addmessageAdds a message to a flight boarding pass.
walletobjects_genericclass_listRetrieves a list of generic class definitions.
walletobjects_genericclass_insertCreates a new generic class definition.
walletobjects_genericclass_getRetrieves details of a specific generic class.
walletobjects_genericclass_patchPartially updates a generic class definition.
walletobjects_genericclass_updateFully updates a generic class definition.
walletobjects_genericobject_listReturns a list of all generic objects for a given issuer ID.
walletobjects_genericobject_insertInserts a generic object with the given ID and properties.
walletobjects_genericobject_getWalletobjects_genericobject_get.
walletobjects_genericobject_patchUpdates the generic object referenced by the given object ID.
walletobjects_genericobject_updateUpdates the generic object referenced by the given object ID.
walletobjects_giftcardclass_listReturns a list of all gift card classes for a given issuer ID.
walletobjects_giftcardclass_insertInserts an gift card class with the given ID and properties.
walletobjects_giftcardclass_getWalletobjects_giftcardclass_get.
walletobjects_giftcardclass_patchUpdates the gift card class referenced by the given class ID.
walletobjects_giftcardclass_updateUpdates the gift card class referenced by the given class ID.
walletobjects_giftcardclass_addmessageAdds a message to the gift card class referenced by the given class ID.
walletobjects_giftcardobject_listReturns a list of all gift card objects for a given issuer ID.
walletobjects_giftcardobject_insertInserts an gift card object with the given ID and properties.
walletobjects_giftcardobject_getWalletobjects_giftcardobject_get.
walletobjects_giftcardobject_patchUpdates the gift card object referenced by the given object ID.
walletobjects_giftcardobject_updateUpdates the gift card object referenced by the given object ID.
walletobjects_giftcardobject_addmessageAdds a message to the gift card object referenced by the given object ID.
walletobjects_issuer_listReturns a list of all issuers shared to the caller.
walletobjects_issuer_insertInserts an issuer with the given ID and properties.
walletobjects_issuer_getWalletobjects_issuer_get.
walletobjects_issuer_patchUpdates the issuer referenced by the given issuer ID.
walletobjects_issuer_updateUpdates the issuer referenced by the given issuer ID.
walletobjects_jwt_insertWalletobjects_jwt_insert.
walletobjects_loyaltyclass_listReturns a list of all loyalty classes for a given issuer ID.
walletobjects_loyaltyclass_insertInserts an loyalty class with the given ID and properties.
walletobjects_loyaltyclass_getWalletobjects_loyaltyclass_get.
walletobjects_loyaltyclass_patchUpdates the loyalty class referenced by the given class ID.
walletobjects_loyaltyclass_updateUpdates the loyalty class referenced by the given class ID.
walletobjects_loyaltyclass_addmessageAdds a message to the loyalty class referenced by the given class ID.
walletobjects_loyaltyobject_listReturns a list of all loyalty objects for a given issuer ID.
walletobjects_loyaltyobject_insertInserts an loyalty object with the given ID and properties.
walletobjects_loyaltyobject_getWalletobjects_loyaltyobject_get.
walletobjects_loyaltyobject_patchUpdates the loyalty object referenced by the given object ID.
walletobjects_loyaltyobject_updateUpdates the loyalty object referenced by the given object ID.
walletobjects_loyaltyobject_addmessageAdds a message to the loyalty object referenced by the given object ID.
walletobjects_loyaltyobject_modifylinkedofferobjectsModifies linked offer objects for the loyalty object with the given ID.
walletobjects_offerclass_listReturns a list of all offer classes for a given issuer ID.
walletobjects_offerclass_insertInserts an offer class with the given ID and properties.
walletobjects_offerclass_getWalletobjects_offerclass_get.
walletobjects_offerclass_patchUpdates the offer class referenced by the given class ID.
walletobjects_offerclass_updateUpdates the offer class referenced by the given class ID.
walletobjects_offerclass_addmessageAdds a message to the offer class referenced by the given class ID.
walletobjects_offerobject_listReturns a list of all offer objects for a given issuer ID.
walletobjects_offerobject_insertInserts an offer object with the given ID and properties.
walletobjects_offerobject_getWalletobjects_offerobject_get.
walletobjects_offerobject_patchUpdates the offer object referenced by the given object ID.
walletobjects_offerobject_updateUpdates the offer object referenced by the given object ID.
walletobjects_offerobject_addmessageAdds a message to the offer object referenced by the given object ID.
walletobjects_permissions_getWalletobjects_permissions_get.
walletobjects_permissions_updateUpdates the permissions for the given issuer.
walletobjects_walletobjects_v1_privateContent_uploadPrivateDataWalletobjects_walletobjects_v1_private Content_upload Private Data.
walletobjects_smarttap_insertWalletobjects_smarttap_insert.
walletobjects_transitclass_listReturns a list of all transit classes for a given issuer ID.
walletobjects_transitclass_insertInserts a transit class with the given ID and properties.
walletobjects_transitclass_getWalletobjects_transitclass_get.
walletobjects_transitclass_patchUpdates the transit class referenced by the given class ID.
walletobjects_transitclass_updateUpdates the transit class referenced by the given class ID.
walletobjects_transitclass_addmessageAdds a message to the transit class referenced by the given class ID.
walletobjects_transitobject_listReturns a list of all transit objects for a given issuer ID.
walletobjects_transitobject_insertInserts an transit object with the given ID and properties.
walletobjects_transitobject_getWalletobjects_transitobject_get.
walletobjects_transitobject_patchUpdates the transit object referenced by the given object ID.
walletobjects_transitobject_updateUpdates the transit object referenced by the given object ID.
walletobjects_transitobject_addmessageAdds a message to the transit object referenced by the given object ID.
On this Page