{ "name": "tabedata-mcp", "version": "1.5.0", "mcpName": "io.github.mrslbt/tabedata-mcp", "description": "Japanese food nutrition for AI assistants. Bilingual JP/EN lookups across konbini, restaurant chains, grocery brands, and generic staples. Macros, allergens, sodium. 460 items, each carrying its source (official labels, restaurant PDFs, MEXT government data, or flagged estimates) and a confidence level.", "type": "module", "main": "dist/index.js", "bin": { "tabedata-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsup", "start": "node dist/index.js", "start:http": "MCP_TRANSPORT=http node dist/index.js", "dev": "tsx src/index.ts", "dev:http": "MCP_TRANSPORT=http tsx src/index.ts", "test": "npm run build && SKIP_LIVE=1 node test/integration.test.mjs", "test:live": "npm run build && node test/integration.test.mjs", "test:unit": "node --import tsx/esm --test test/unit/*.test.mjs", "verify-data": "tsx scripts/verify-data.ts", "stats": "tsx scripts/stats.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm run typecheck" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "modelcontextprotocol", "nutrition", "japanese-food", "japan", "food-database", "restaurant-nutrition", "konbini", "7-eleven", "lawson", "familymart", "ministop", "mcdonalds", "kfc", "subway", "allergens", "sodium", "macros", "carbs", "calories", "protein", "meal-tracking", "japan-travel", "claude", "claude-desktop", "claude-code", "cursor", "windsurf", "anthropic", "ai-agent" ], "author": { "name": "Marsel Bait", "url": "https://marselbait.me" }, "license": "MIT", "homepage": "https://github.com/mrslbt/tabedata-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/mrslbt/tabedata-mcp.git" }, "bugs": { "url": "https://github.com/mrslbt/tabedata-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.9.1", "tsup": "^8.5.1", "tsx": "^4.22.4", "typescript": "^6.0.3" } }