oda-agent-kit

dinorastoder/oda-agent-kit
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Oda Agent Kit is a TypeScript monorepo for building reusable automation tools around Oda grocery shopping, including a core Oda client, CLI, MCP server, and OpenClaw plugin for safe grocery planning, order-history analysis, shopping lists, cart preparation, and delivery-slot assistance.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oda-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "dinorastoder/oda-agent-kit"
      ]
    }
  }
}

README Excerpt

A TypeScript npm-workspace monorepo for safe Oda grocery automation. The project is organized around reusable domain logic in `packages/core`, with thin adapters for CLI, MCP, and OpenClaw. Shared Oda client interfaces, domain models, and core logic. All Oda business logic belongs here. Adapter packages depend on this package and must not contain domain logic themselves.