Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.mgwalkerjr95/texas-grocery

PYPI · TEXAS-GROCERY-MCP · SCANNED SEP 20

MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more

Available components

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 4 of 44 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 228 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2788 tokens (~111/item across 25 items; 25 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety88
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 1 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "session_clear_credentials" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.mgwalkerjr95/texas-grocery MCP server?

io.github.mgwalkerjr95/texas-grocery runs locally as a PyPI package, launched with uvx texas-grocery-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · texas-grocery-mcp

# add to Claude Code
claude mcp add mgwalkerjr95-texas-grocery -- uvx texas-grocery-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "mgwalkerjr95-texas-grocery": {
      "command": "uvx",
      "args": [
        "texas-grocery-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mgwalkerjr95-texas-grocery": {
      "command": "uvx",
      "args": [
        "texas-grocery-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add mgwalkerjr95-texas-grocery -- uvx texas-grocery-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mgwalkerjr95-texas-grocery": {
      "type": "local",
      "command": [
        "uvx",
        "texas-grocery-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mgwalkerjr95-texas-grocery --command uvx --arg texas-grocery-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mgwalkerjr95-texas-grocery:
    command: "uvx"
    args: ["texas-grocery-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mgwalkerjr95-texas-grocery": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "texas-grocery-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mgwalkerjr95-texas-grocery -t stdio -c uvx -a texas-grocery-mcp
// mcp.json
{
  "mcpServers": {
    "mgwalkerjr95-texas-grocery": {
      "command": "uvx",
      "args": [
        "texas-grocery-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 19 Sept 26 +1
    • Stability: 0.97 → pass security
  • 18 Sept 26 +15
    • Malware scan: unverified → pass security
  • 17 Sept 26 −14
    • Malware scan: pass → unverified security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 11 Sept 26 −15
    • Malware scan: pass → unverified security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/texas-grocery-mcp@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 44 packages
Packages resolved 44
Stale 4
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~2,109 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cart_add ~163

Add an item to the shopping cart with verification. Without confirm=true, returns a preview of the action. With confirm=true, executes the action and VERIFIES it worked. IMPORTANT: Use both product_id and sku_id from product_search results: - product_id: shorter ID (e.g., '127074') - sku_id: longer ID (e.g., '4122071073') Returns error if item wasn't actually added to cart.

NameTypeReqDescription
confirmbooleanSet to true to confirm the action
product_idstringyesHEB product ID (short numeric ID from search results)
quantityintegerQuantity to add
sku_idSKU ID (longer numeric ID). If not provided, uses product_id for both.

Structured output declared, but exposes no named fields.

No examples provided.

cart_add_many ~157

Add multiple items to cart with a single confirmation. This is more efficient than calling cart_add multiple times and provides a single confirmation gate for the entire batch. IMPORTANT: This operation uses STRICT success semantics. If ANY item fails to add, the entire operation is reported as a FAILURE. Items that were successfully added will remain in the cart, but you'll receive a clear list of which items failed.

NameTypeReqDescription
confirmbooleanSet to True to execute the bulk add. Default False shows preview of items to be added.
itemsarrayyesList of items to add. Each item must have: product_id (short ID), sku_id (full SKU), quantity (>=1). Maximum 100 items per call.

Structured output declared, but exposes no named fields.

No examples provided.

cart_add_with_retry ~131

Add item to cart with automatic ID correction. If the initial add fails due to ID format issues and auto_correct_ids=True, this will search for the product and retry with the correct IDs. This is a more resilient version of cart_add that can recover from incorrect ID formats by looking up the product.

NameTypeReqDescription
auto_correct_idsbooleanAttempt to auto-correct IDs if add fails
confirmbooleanSet to true to confirm
product_idstringyesHEB product ID
quantityintegerQuantity to add
sku_idSKU ID

Structured output declared, but exposes no named fields.

No examples provided.

cart_check_auth ~32

Check if authenticated for cart operations. Returns authentication status and instructions if not authenticated. Use this before attempting cart operations.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cart_get ~24

Get current cart contents. Returns all items in the cart with quantities and prices.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cart_remove ~83

Remove an item from the shopping cart. Without confirm=true, returns a preview of the action. With confirm=true, executes the action.

NameTypeReqDescription
confirmbooleanSet to true to confirm the action
product_idstringyesProduct SKU/ID to remove
sku_idSKU ID if known (will be looked up from cart if not provided)

Structured output declared, but exposes no named fields.

No examples provided.

coupon_categories ~39

Get available coupon categories/departments. Returns a list of categories with the number of coupons in each. Use category names with coupon_list to filter coupons.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

coupon_clip ~85

Clip a coupon to your HEB account. Without confirm=true, returns a preview of the action. With confirm=true, clips the coupon (requires authentication). Clipped coupons automatically apply at checkout when you buy eligible items.

NameTypeReqDescription
confirmbooleanSet to true to confirm the action
coupon_idintegeryesCoupon ID to clip (from coupon_list or coupon_search)

Structured output declared, but exposes no named fields.

No examples provided.

coupon_clipped ~49

List your clipped coupons. Returns all coupons you've clipped to your HEB account. Clipped coupons automatically apply at checkout when you buy eligible items.

NameTypeReqDescription
limitintegerMaximum coupons to return

Structured output declared, but exposes no named fields.

No examples provided.

coupon_list ~72

List available HEB digital coupons. Returns coupons with discount details, descriptions, and expiration dates. Filter by category to find coupons in specific departments.

NameTypeReqDescription
categoryFilter by category name (e.g., 'pantry', 'health & beauty') or ID
limitintegerMaximum coupons to return

Structured output declared, but exposes no named fields.

No examples provided.

coupon_search ~64

Search for HEB coupons by keyword. Search for coupons by product name, brand, or discount type.

NameTypeReqDescription
limitintegerMaximum coupons to return
querystringyesSearch term (e.g., 'chips', 'dove', '25% off')

Structured output declared, but exposes no named fields.

No examples provided.

health_live ~30

Liveness probe - is the process running? Returns a simple alive status. Use for Kubernetes liveness probes.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

health_ready ~29

Readiness probe - can the server handle requests? Returns detailed component health. Use for Kubernetes readiness probes.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

product_get ~139

Get comprehensive details for a single product. Returns detailed product information including: - Full description - Complete ingredients text - Safety/allergen warnings - Nutritional information (full FDA panel for packaged food) - Storage and preparation instructions - Dietary attributes (Gluten-Free, Organic, Vegan, etc.) - Store location (aisle or section) Use this when you need more information than product_search provides, such as checking ingredients for dietary restrictions or allergens.

NameTypeReqDescription
product_idstringyesProduct ID from product_search results (e.g., '127074')
store_idStore ID for pricing/availability. Uses default if not provided.

Structured output declared, but exposes no named fields.

No examples provided.

product_search ~110

Search for products at an HEB store. Returns products matching the query with pricing and availability for the specified store.

NameTypeReqDescription
fieldsField set to return: minimal (sku, name, price), standard (+brand, size, image), all (+nutrition)
limitintegerMaximum results to return
querystringyesSearch query (e.g., 'milk', 'chicken breast')
store_idStore ID for pricing/availability. Uses default if not provided.

Structured output declared, but exposes no named fields.

No examples provided.

product_search_batch ~102

Search for multiple products at once. More efficient than calling product_search multiple times. Handles throttling internally to prevent rate limiting. Returns results for each query, with availability at the specified store.

NameTypeReqDescription
limit_per_queryintegerMaximum results per query
queriesarrayyesList of search queries (e.g., ['milk', 'eggs', 'bread'])
store_idStore ID for pricing/availability. Uses default if not provided.

Structured output declared, but exposes no named fields.

No examples provided.

session_clear ~56

Clear saved session cookies. Use this to log out or clear invalid session data. After clearing, you will need to run session_refresh again. Note: This does NOT clear saved credentials. Use session_clear_credentials() to remove stored login credentials.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

session_clear_credentials ~61

Remove stored HEB login credentials. After clearing, session_refresh will fall back to manual browser login when your session expires. Returns: dict with success status Note: This does NOT clear your current session. Use session_clear() to remove session cookies.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

session_refresh ~186

Refresh HEB session cookies and tokens. Uses embedded browser when available (fast: ~10-15 seconds). If credentials are saved and login is required, attempts automatic login. Falls back to returning Playwright MCP commands if browser dependencies aren't installed.

NameTypeReqDescription
headlessbooleanRun browser without visible window (default True). Set to False if you need to complete a manual login (e.g., when your session has fully expired).
login_timeoutintegerMaximum time to wait for manual login in milliseconds. Default 300000 (5 minutes). Only used when headless=False.
timeoutintegerMaximum time to wait for page load in milliseconds. Default 30000 (30 seconds).
use_saved_credentialsbooleanIf True and credentials are stored, attempt automatic login when session is expired. Default True.

Structured output declared, but exposes no named fields.

No examples provided.

session_save_credentials ~101

Save HEB login credentials for automatic login. Credentials are stored securely using: - OS keyring (macOS Keychain, Windows Credential Manager, Linux Secret Service) - Encrypted file fallback when keyring is unavailable After saving, session_refresh will automatically use these credentials when your session expires, eliminating manual browser login.

NameTypeReqDescription
emailstringyesYour HEB.com account email address
passwordstringyesYour HEB.com account password

Structured output declared, but exposes no named fields.

No examples provided.

session_save_instructions ~53

Get instructions for saving browser session cookies. Call this to get step-by-step instructions for authenticating via Playwright MCP and saving the session for fast API access. For automatic session extraction, use session_refresh instead.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

session_status ~119

Get current session status including token lifecycle and credential storage. Returns comprehensive session information: - authenticated: Whether session is valid - needs_refresh: Whether refresh is required now (token expired) - refresh_recommended: Whether proactive refresh is advised (< 4 hours remaining) - time_remaining_hours: Hours until token expires - expires_at: ISO timestamp of expiration - message: Human-readable status - credentials_stored: Whether HEB credentials are saved for auto-login Use this to check session health before operations or to decide when to proactively refresh.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

store_change ~130

Change the active store for HEB operations. When authenticated: Changes the store on HEB.com via their API with verification. When not authenticated: Sets a local default for product searches. The store change is VERIFIED by checking the cart's actual store after the mutation. This ensures we never return success when the store didn't actually change (e.g., due to cart conflicts).

NameTypeReqDescription
ignore_conflictsbooleanForce store change even if cart has conflicts (items unavailable, price changes). Default False - will fail safely and report conflicts.
store_idstringyesStore ID to change to

Structured output declared, but exposes no named fields.

No examples provided.

store_get_default ~29

Get the currently set default store. Returns the default store ID if set, otherwise indicates no default.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

store_search ~65

Search for HEB stores near an address. Returns stores sorted by distance, including store ID, name, address, and distance from the search location.

NameTypeReqDescription
addressstringyesAddress or zip code to search near
radius_milesintegerSearch radius in miles

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the io.github.mgwalkerjr95/texas-grocery MCP server?

io.github.mgwalkerjr95/texas-grocery is an MCP server listed in the public MCP registry as io.github.mgwalkerjr95/texas-grocery. MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more. This page covers its PyPI package (texas-grocery-mcp).

Is the io.github.mgwalkerjr95/texas-grocery MCP server safe to use?

io.github.mgwalkerjr95/texas-grocery scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.mgwalkerjr95/texas-grocery MCP server expose?

io.github.mgwalkerjr95/texas-grocery exposes 25 tools: store_search, store_get_default, store_change, product_search, product_search_batch, and 20 more. Their descriptions and schemas cost roughly 2,109 tokens of context every time the server is loaded.

Is the io.github.mgwalkerjr95/texas-grocery MCP server still maintained?

io.github.mgwalkerjr95/texas-grocery is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.mgwalkerjr95/texas-grocery MCP server under?

io.github.mgwalkerjr95/texas-grocery declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.