← marumensamurai.com

INDIVIDUAL MCP TOOL

get_product

指定 slug の商品詳細を返す(商品名・説明文・画像 URL・価格・カテゴリ・SKU)。slug は list_products / search_products の戻り値から取得できる。

marumensamurai.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

marumensamurai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.marumensamurai-com]
url = "https://www.marumensamurai.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marumensamurai-com": {
      "type": "http",
      "url": "https://www.marumensamurai.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marumensamurai-com
Remote MCP URL: https://www.marumensamurai.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "marumensamurai-com": {
      "url": "https://www.marumensamurai.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "marumensamurai-com": {
      "type": "http",
      "url": "https://www.marumensamurai.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "marumensamurai-com",
  "transport": "streamable-http",
  "url": "https://www.marumensamurai.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_products — オンラインショップの商品一覧を返す。category を指定するとカテゴリで絞り込み(ラーメン・餃子セット / 餃子セット / 餃子 / ラーメン / 調味料)。各商品の slug / 価格 / カテゴリ / URL を含む(説明文は get_product で取得)。
  • search_products — 商品名・説明文・カテゴリにキーワードを含む商品を検索。
  • get_business_info — 丸麺侍が運営する各拠点の基本情報(住所・電話・営業時間・特徴)を返す。business を指定すると単一拠点、省略時は全 4 拠点を返す。
  • get_menu — 丸麺侍の各店舗メニューを返す。一品香 小山の店内メニュー / 店頭お土産、または 小山餃子(冷凍餃子テイクアウト専門店)の店頭メニュー。一品香 店頭お土産とオンラインショップ、小山餃子 店頭は商品体系・サイズ・価格が異なる。
  • get_holiday_calendar — 一品香小山・小山餃子の定休日カレンダーを返す。定期定休(毎週火曜、両拠点共通)+ 特別休業(夜の部のみ休業 等)+ 特別営業(祝日特例 等)+ 国民の祝日を含む。期間指定が無ければ本日から 60 日間。営業可否を機械的に判定したい AI に最適。