MCP Grocy API

37 tools. 11 can modify or destroy data without limits.

3 destructive tools with no built-in limits. Policy required.

Last updated:

11 can modify or destroy data
26 read-only
37 tools total

Community server · catalogue entry verified 11/06/2026

How to control MCP Grocy API ↓

Read (26) Write / Execute (8) Destructive / Financial (3)
Critical Risk

11 of MCP Grocy API's 37 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

PolicyLayer is an MCP gateway — it sits between your AI agents and MCP Grocy API, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "charge_battery": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "remove_shopping_list_item": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_missing_products_to_shopping_list": {
    "limits": [
      {
        "counter": "add_missing_products_to_shopping_list_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "call_grocy_api": {
    "limits": [
      {
        "counter": "call_grocy_api_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register MCP Grocy API — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCP GROCY API →

Free to start. No card required.

READ 26 tools
Read call_grocy_api Call a specific Grocy API endpoint with custom parameters. Read consume_product Track consumption of a product in your Grocy instance. Read consume_recipe Consume all ingredients needed for a recipe in your Grocy instance. Read get_batteries Get all batteries from your Grocy instance. Read get_chores Get all chores from your Grocy instance. Read get_equipment Get all equipment from your Grocy instance. Read get_locations Get all storage locations from your Grocy instance. Read get_meal_plan Get your meal plan data from Grocy instance. Read get_price_history Get the price history of a product from your Grocy instance. Read get_product_entries Get all stock entries for a specific product in your Grocy instance. Read get_product_groups Get all product groups from your Grocy instance. Read get_products Get all products from your Grocy instance. Read get_quantity_units Get all quantity units from your Grocy instance. Read get_recipe_fulfillment Get stock fulfillment information for a recipe. Read get_recipes Get all recipes from your Grocy instance. Read get_recipes_fulfillment Get fulfillment information for all recipes. Read get_shopping_list Get your current shopping list items. Read get_shopping_locations Get all shopping locations (stores) from your Grocy instance. Read get_stock Get current stock from your Grocy instance. Read get_stock_by_location Get all stock from a specific location in your Grocy instance. Read get_stock_volatile Get volatile stock information (due products, overdue products, expired products, missing products). Read get_tasks Get all tasks from your Grocy instance. Read get_users Get all users from your Grocy instance. Read purchase_product Track a product purchase in your Grocy instance. Read track_chore_execution Track execution of a chore in your Grocy instance. Read undo_action Undo an action for different entity types (chores, batteries, tasks).

Other MCP servers with similar tools — same risk classification, starter policies for each.

Can an AI agent move money through the MCP Grocy API MCP server? +

Yes. The MCP Grocy API server exposes 2 financial tools including charge_battery, transfer_product. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the MCP Grocy API MCP server? +

Yes. The MCP Grocy API server exposes 1 destructive tools including remove_shopping_list_item. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through MCP Grocy API? +

The MCP Grocy API server has 8 write tools including add_missing_products_to_shopping_list, add_recipe_products_to_shopping_list, add_recipe_to_meal_plan. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach MCP Grocy API.

How many tools does the MCP Grocy API MCP server expose? +

37 tools across 4 categories: Destructive, Financial, Read, Write. 26 are read-only. 11 can modify, create, or delete data.

How do I enforce a policy on MCP Grocy API? +

Register the MCP Grocy API MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every MCP Grocy API tool call.

Deterministic rules across all 37 MCP Grocy API tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

37 MCP Grocy API tools catalogued and risk-classified — across an index of 42,500+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.