MCP Server for Bring! Shopping
JSON →Interact with the Bring! shopping list API via a local MCP server.
Install
npx @modelcontextprotocol/inspector Tools · 16
- loadLists Load all shopping lists from Bring!
- getItems Get all items from a specific shopping list
- getItemsDetails Get details for items in a list
- saveItem Save an item to a shopping list with optional specification
- saveItemBatch Save multiple items to a shopping list in one operation
- removeItem Remove an item from a specific shopping list
- moveToRecentList Move an item to the recently used items list
- deleteMultipleItemsFromList Delete multiple items from a list by their names
- saveItemImage Save an image for an item on a shopping list
- removeItemImage Remove an image from an item
- getAllUsersFromList Get all users associated with a shopping list
- getUserSettings Get settings for the authenticated user
- getDefaultList Get the UUID of the default shopping list (use when user doesn't specify a list)
- loadTranslations Load translations for the Bring! interface
- loadCatalog Load the Bring! item catalog
- getPendingInvitations Get pending invitations to join shopping lists
Links
★ 16 GitHub stars