fooddb-jp

takakix2/fooddb-jp
★ 0 stars Python Database Updated 12d ago
🍱 Japanese Food Composition Database — 2,541 foods × 353 nutrients. REST API + MCP Server. Based on Standard Tables of Food Composition in Japan (8th ed. 2023)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fooddb-jp": {
      "command": "uvx",
      "args": [
        "fooddb-jp"
      ]
    }
  }
}

Or install with pip: pip install fooddb-jp

README Excerpt

**The complete Japanese Standard Tables of Food Composition (8th ed. 2023) as a structured SQLite database + REST API + MCP Server.** Japan's Ministry of Education (MEXT) provides food composition data only as Excel files. This project converts **2,541 foods × 353 nutrients (440,441 records)** into an [INFOODS Tagname](https://www.fao.org/infoods/infoods/standards-guidelines/food-component-identifiers-tagnames/en/)-compliant SQLite database, queryable via API or AI agents (MCP).

Tools (5)

calculate_nutritionget_food_nutrientslist_food_groupsnutrient_rankingsearch_food
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →