Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mrslbt/tabedata-mcp

NPM · TABEDATA-MCP · SCANNED AUG 3

Bilingual JP/EN Japanese food nutrition for AI: 460 sourced konbini, chain & brand items.

Available components

+18 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2089 tokens (~298/item across 7 items; 6 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · tabedata-mcp

# add to Claude Code
claude mcp add mrslbt-tabedata-mcp -- npx -y tabedata-mcp
# add to Codex CLI
codex mcp add mrslbt-tabedata-mcp -- npx -y tabedata-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mrslbt-tabedata-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tabedata-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mrslbt-tabedata-mcp --command npx --arg -y --arg tabedata-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mrslbt-tabedata-mcp:
    command: "npx"
    args: ["-y", "tabedata-mcp"]
// mcp.json
{
  "mcpServers": {
    "mrslbt-tabedata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tabedata-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 335 → 298 functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → partial functional
    • First check of Capabilities: pass functional
    • Licence: MIT functional
    • Package version: 1.2.0 → 1.5.0 functional
  • 31 Jul 26 −8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 50

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~1,836 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_meal ~274

PREFERRED tool whenever the user describes a whole meal (two or more items): resolves every item in ONE call and returns macro totals plus target comparison. Do NOT decompose a meal into separate konbini_item/restaurant_meal/search_food lookups. In clients that support MCP Apps it also renders a visual nutrition label. Recognizes counts ('2 eggs'), weights ('200g rice'), fractions ('half avocado', '3/4 portion'), and restaurant size names ('Nakau large oyakodon'). Optional user_profile compares totals against personalized targets (pass it whenever the user shares their stats). 自然言語の食事リストを解析し、PFC・繊維・ナトリウムの合計を返します。「2個」「200g」「半分」「3/4」「Nakau 大盛」など多様な指定に対応。user_profile を渡すと個別目標との差分も返します。

NameTypeReqDescription
itemsarrayyesFree-form meal items (EN or JP). Examples: ['1 oikos plain', '200g rice', 'Nakau large oyakodon, 3/4 rice']. 食事項目。
user_profileobjectOptional user profile. When present, totals are compared against personalized targets. ユーザー情報。

No output schema declared.

No examples provided.

daily_targets ~312

Calculate personalized daily calorie, protein, carb, fat, fiber, and water targets. Uses Mifflin-St Jeor for BMR, an activity multiplier for TDEE, and a goal-driven deficit/surplus. Diabetes risk shifts the macro split toward fat (35%) to lower carb load. Hypertension surfaces a sodium guidance note. 個別の1日あたりカロリー・PFC・繊維・水分量を算出します。BMR は Mifflin-St Jeor、TDEE は活動係数、目標から赤字・黒字を決定。糖尿病リスクがある場合は脂質比率を高めて糖質負荷を抑えます。

NameTypeReqDescription
activitystringyesActivity level. 活動レベル。
ageintegeryesAge in years, e.g. 30. 年齢。
conditionsarrayOptional health conditions. Adjusts macro split (diabetes_risk shifts toward fat) and surfaces guidance notes (hypertension flags sodium ceiling). 持病。
goalstringyesBody composition goal. 目標。
height_cmnumberyesHeight in centimeters, e.g. 175. 身長(cm)。
sexstringyesBiological sex (used by the BMR formula). 性別。
weight_kgnumberyesBody weight in kilograms, e.g. 70. 体重(kg)。

No output schema declared.

No examples provided.

find_alternatives ~204

Find alternatives for a food along a chosen axis: higher protein, lower calorie, or lower sodium. Returns each alternative with its improvement and tradeoff. ある食品の代替案を、たんぱく質・カロリー・ナトリウムなど指定軸で提案します。改善点とトレードオフを併記します。

NameTypeReqDescription
constraintstringRestrict alternatives to the same chain, same category, or any. Defaults to any. 制約条件。
current_foodstringyesCurrent food (EN or JP), e.g. 'tuna mayo onigiri' or 'ツナマヨおにぎり'. 改善したい現在の食品。
max_resultsintegerMaximum alternatives to return (1–10, default 3). 最大件数。
optimize_forstringyesWhich axis to improve along. 改善したい指標。

No output schema declared.

No examples provided.

konbini_item ~266

Look up konbini items (7-Eleven, Lawson, FamilyMart, Ministop) by chain. Most items are AI-compiled from official product labels; a small share are flagged estimates where label data was unavailable — each item returns its source URL, type, and confidence so you can check the value. Values are not individually human-verified; treat them as a reference. コンビニ商品(セブン-イレブン・ローソン・ファミリーマート・ミニストップ)をチェーン別に検索します。多くは公式の商品表示からAIが編集していますが、一部は表示が入手できず推定値です。各商品に出典URL・種別・信頼度を付与しているため値を確認できます。人手による個別検証は行っていないため参考値としてご利用ください。

NameTypeReqDescription
categorystringSubcategory filter. Defaults to any. サブカテゴリ。
chainstringyesKonbini chain. コンビニチェーン。
searchstringOptional search within the chain (EN or JP). Omit to list the whole chain. 店内検索(英語または日本語)。

No output schema declared.

No examples provided.

restaurant_meal ~406

Look up a restaurant chain meal with size variants, AI-compiled from official chain nutrition PDFs, allergen tables, and product labels — cited per item, with a small share flagged as estimates where official figures were unavailable. Values are not individually human-verified; treat them as a reference. Default size is 並 (regular); the modifications field is recorded but not yet applied to nutrition totals. 飲食チェーンのメニューをサイズ違いで検索します。各社公式の栄養PDF・アレルゲン表・商品表示をもとにAIが編集し、商品ごとに引用URLを保持(一部は公式値が入手できず推定値)。人手による個別検証は行っていないため参考値としてご利用ください。既定サイズは並。「玉子追加」などの変更項目は記録のみで、栄養への反映は未対応です。

NameTypeReqDescription
chainstringyesRestaurant chain slug. Live for 17 chains; saizeriya, pepper-lunch, kichiri-misshoku, starbucks-jp, and burger-king-jp are coming soon and currently return no items. 飲食チェーン。17チェーンが利用可能。サイゼリヤ・ペッパーランチ・…
itemstringyesMenu item to look up (EN or JP), e.g. 'gyudon' or '牛丼'. 検索するメニュー名。
modificationsarrayModifications such as 'no rice' or '玉子追加'. Recorded but not yet applied to nutrition totals. メニューの変更指示。
sizestringSize variant. Defaults to regular (並). サイズ。既定値: regular(並)。

No output schema declared.

No examples provided.

search_food ~374

Search an AI-compiled 460-item Japanese food database by English or Japanese keyword (e.g. 'salad chicken' or 'サラダチキン'), returning macros, allergens, and a cited source per item. Sources are manufacturer labels, restaurant nutrition PDFs, Japan's MEXT food-composition database, or flagged estimates; each item carries a confidence level and a source URL to check the value against. Values are AI-compiled from those sources, not individually human-verified — treat them as a reference. AIが編集した日本の食品データベース(460件)を日本語・英語のキーワードで検索し、各商品のマクロ栄養素・アレルゲン・出典を返します。出典はメーカー表示・飲食店の栄養PDF・文部科学省食品成分データベース・推定値のいずれかで、各商品に信頼度と確認用の出典URLが付きます。値はAIが各出典から編集したもので、人手による個別検証は行っていません。参考値としてご利用ください。

NameTypeReqDescription
categorystringRestrict to a category. Omit to search all. カテゴリで絞り込み。
languagestringMatch against EN names, JP names, or both. Defaults to both. 検索対象の言語。
max_resultsintegerMaximum number of results (1–50, default 10). 最大結果数。
querystringyesSearch term (English or Japanese), e.g. 'salad chicken' or 'サラダチキン'. 検索語(英語または日本語)。

No output schema declared.

No examples provided.