k-ruoka-scraper

zeriaxdev/k-ruoka-scraper
★ 0 stars TypeScript 🔌 API Integration Updated 6d ago
K-Ruoka grocery product scraper — REST API, CLI, MCP server, Redis price tracking
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": {
    "k-ruoka-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "zeriaxdev/k-ruoka-scraper"
      ]
    }
  }
}