# grocery

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/rootz-global/mcp-servers  
**npm Downloads (last month):** 20  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/grocery

## Description
Signed US food & grocery data: Kroger prices, nutrition, allergens, recalls, diet filters.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "grocery": {
    "command": "npx",
    "args": ["-y","grocery"]
  }
}
```

## Documentation & README

# Rootz MCP Servers

Registry entries for the [Rootz](https://rootz.global) family of AI-native, origin-verified data services, published to the official [Model Context Protocol registry](https://registry.modelcontextprotocol.io).

Each server exposes a live MCP endpoint (`https://<service>.rootz.global/mcp`) that AI agents can call for verified, primary-source data — companies, US politics, vehicles, shipping, rentals, and timeshares. Where a dataset is cryptographically signed, its records verify to a signed origin; where it is not, that is stated plainly.

| Server | Data | Signed records |
|---|---|---|
| `io.github.rootz-global/politics` | 25,546 US officials, bills, votes, positions | ✅ Ed25519 |
| `io.github.rootz-global/origin` | 8,000+ SEC public-company profiles from EDGAR | ✅ origin leaf |
| `io.github.rootz-global/shipping` | Oil/LNG/grain trade, sanctions, fleet, emissions | ✅ signed |
| `io.github.rootz-global/cars` | 247k used vehicles, 507 dealers | source-linked |
| `io.github.rootz-global/rental` | Caribbean vacation-rental registry | source-linked |
| `io.github.rootz-global/timeshare` | Timeshare marketplace + FL DBPR / CFPB data | source-linked |

Publishing is automated via GitHub Actions OIDC — see [`.github/workflows/publish.yml`](.github/workflows/publish.yml). The `io.github.rootz-global/*` namespace is granted by the org identity; no secrets or DNS records are used.

> Principles: Origin not trust · Measurements not trust · Primary sources over fragments.

