TWFoodMCP
Uses Cloudflare KV and R2 for runtime storage and deploys a Remote MCP endpoint via Cloudflare.
Uses GitHub as the source of truth for food data files and manages versions through GitHub repositories and pull requests.
Automates data validation, indexing, and synchronization using GitHub Actions workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TWFoodMCPsearch for 7-11 鮪魚飯糰"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TWFoodMCP
台灣食品營養、成分與過敏原的開放知識 MCP。
TWFoodMCP 將台灣包裝食品、官方連鎖餐飲品項與一般食品資料整理成可版本化、可追溯、可供 AI Agent 使用的 OKF 文件,並預計透過 Cloudflare Remote MCP 對外提供查詢、營養計算與投稿能力。
Why
一般 AI 雖能搜尋食品資訊,但常遇到產品版本混淆、每份與每 100 g 基準不一致、估算值來源不明、過敏原資訊過期,以及缺值被誤當成 0 等問題。
TWFoodMCP 的目標是讓每一筆資料都能回答:
這是哪一個精確產品與版本?
數值的 serving basis 是什麼?
資料來自包裝、品牌、政府、第三方還是估算?
何時被驗證,現在是否可能過期?
哪些欄位未知,不能進一步推論?
Related MCP server: nutrition-mcp-server
Architecture
Human / Agent
│
├── query ───────────────────────────────┐
│ │
└── create_draft │
│ │
▼ │
Draft OKF │
│ │
validation → comparison → review → commit │
│ │
▼ │
GitHub main │
│ │
▼ │
GitHub Actions build/index/sync │
│ │
▼ │
Cloudflare KV / R2 │
│ │
▼ │
Cloudflare Remote MCP ◄────────────────────┘MVP Principles
GitHub OKF 是 source of truth。
Cloudflare KV / R2 是 runtime storage,不是正式資料來源。
MCP runtime 不直接抓 GitHub。
MVP 使用 deterministic keyword search,不使用 embedding。
Runtime 與 pipeline 不依賴付費 LLM API。
公開寫入只提供
create_draft。Draft 建立後固定進入 validation、comparison、review、commit pipeline。
Draft 不進正式搜尋,也不參與營養計算。
只有真人 reviewer 能標記 human-reviewed。
MCP 是基礎設施;一般使用者仍會有 Web UI。
Planned MCP Tools
Read
search_foodget_foodcalculate_nutritioncompare_foodsget_dataset_status
Write
create_draft
下游驗證、比對、審核與發布步驟屬於固定內部 workflow,不各自暴露為公共 MCP tool。
Specification
完整產品與技術規格:
Current Status
目前處於 specification / repository foundation 階段。下一步將依序建立:
Food OKF schema 與範例資料。
Validator 與 deterministic index builder。
Read-only Remote MCP。
Cloudflare KV versioned deployment。
create_draft與 GitHub PR review pipeline。Public Web UI。
Safety Boundary
本專案提供食品標示與公開資料整理,不構成醫療、營養治療或疾病管理建議。產品配方與標示可能變動;過敏或特殊飲食需求請以最新實體包裝、品牌資訊與專業人員意見為準。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides access to a comprehensive food database with 300,000+ items, enabling nutritional data lookups, food searches, and barcode scanning with all processing happening locally for privacy and speed.Last updated197MIT
- AlicenseAqualityCmaintenanceEnables natural language access to USDA's FoodData Central database with 1M+ foods, supporting search, nutrition facts, food comparison, and daily value calculations.Last updated8MIT
- AlicenseBqualityDmaintenanceProvides tools to search Korean food nutrition data from the Ministry of Food and Drug Safety (MFDS) database, enabling natural language queries for food composition details.Last updated2145ISC
- Alicense-qualityDmaintenanceEnables searching and retrieving nutrition data, recipes, and managing food diary entries through the FatSecret API.Last updatedMIT
Related MCP Connectors
Barcode lookup, nutrition search, and product comparison for 3M+ crowd-sourced food products.
Resolve Japanese food names to nutrition facts. All 2,538 foods from Japan's official tables.
Personal nutrition tracking — log meals, track macros, review history, import from another app.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NTUT-Vincent/TWFoodMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server