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.
このリポジトリは所有者によってアーカイブされました。動作はしますが、更新はされません。
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.
インストール
grocery をクライアントに追加します。お使いのものを選んでください。
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`.
スコア
39 / 100
情報不足
- ドキュメント7/25
- メンテナンス11/25
- 信頼性9/20
- 機能0/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 2.0.0最新 | 2026年7月30日 |
| 1.0.0最新 | 2026年7月24日 |