Skip to main content
Glama
sargue

ourgroceries-mcp

by sargue

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OURGROCERIES_TEAM_IDNoYour OurGroceries team ID. Required if not using saved config file.
OURGROCERIES_AUTH_COOKIENoYour OurGroceries authentication cookie. Required if not using saved config file.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_listsA

Get visible shopping lists without item arrays. Use this first to choose a list ID before reading or mutating items.

get_categoriesB

Get the account's OurGroceries item categories from the hidden category list.

get_settingsA

Get the top-level OurGroceries settings and list schema version.

get_active_itemsA

Get active items on one shopping list. Active items do not have crossedOffAt.

get_crossed_off_itemsA

Get crossed-off items for one shopping list with optional search, date filters, sorting, and pagination.

resolve_item_to_addB

Resolve ambiguous or natural-language item text using the master catalog and shopping-list history before adding. Follow the recommendedAction. When no listId is provided, inspect suggestedTargets; high-confidence list history can produce a list-specific action.

add_itemA

Add a deterministic item value to a grocery list. For ambiguous or natural-language names, call resolve_item_to_add first and then follow its recommendedAction.

remove_itemB

Remove an item from a grocery list

update_itemB

Update an item's details (name, category, note, or star rating)

cross_off_itemC

Mark an item as crossed off.

uncross_itemA

Mark an item as active again. Prefer this over add_item when resolve_item_to_add recommends it.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sargue/ourgroceries-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server