streamable-httpupdated 1mo ago
Registry entries for the Rootz family of AI-native, origin-verified data services, published to the official Model Context Protocol registry.
Dieses Repository wurde vom Eigentümer archiviert. Es funktioniert weiterhin, erhält aber keine Updates.
Was kannst du mit grocery machen?
Rootz MCP Servers
Registry entries for the Rootz family of AI-native, origin-verified data services, published to the official Model Context Protocol registry.
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. 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.
Installation
grocery zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http grocery https://food.rootz.global/mcpcodex mcp add grocery --url https://food.rootz.global/mcp{
"mcpServers": {
"grocery": {
"url": "https://food.rootz.global/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"grocery": {
"type": "http",
"url": "https://food.rootz.global/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"grocery": {
"url": "https://food.rootz.global/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"grocery": {
"serverUrl": "https://food.rootz.global/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation7/25
- Pflege11/25
- Vertrauen9/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 39 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 2.0.0Aktuell | 30. Juli 2026 |
| 1.0.0Aktuell | 24. Juli 2026 |