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.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with grocery?
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.
Install
Add grocery to your client. Pick the one you use.
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
Incomplete
- Documentation7/25
- Maintenance11/25
- Trust9/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Jul 30, 2026 |
| 1.0.0Latest | Jul 24, 2026 |