goods-mcp-server
商品ビッグデータサービス
この MCP サービスは、企業キーワード検索、商品検索、企業商品、海外店舗商品、ブランド、EC チャネルの照会機能を提供し、ユーザーの選品、競合調査、商品資格検証、チャネル分析を支援します。
主な機能
🏢 企業略称・キーワード検索
🔍 小売商品・海外オンラインストア検索
🧾 企業の小売商品・EC 商品照会
🌍 海外店舗の商品カタログ照会
🏷️ 美容業界企業のブランド・製品効能分析
🛒 国内・グローバルオンラインストアのチャネル分析
Related MCP server: Enterprise Operation Insight MCP Server
サービス設計の説明
サービスは実際の利用対象に応じて 6 つの Tool を提供し、上流 API の数に合わせてツールを並べることはしません。
ユーザーが企業略称のみを提供する場合、まず
goods_enterprise_searchを使用して企業の正式名称または安定した ID を取得します。企業商品と海外店舗商品にはそれぞれ独立した Tool を提供し、同じパラメータが異なるソースで異なる対象を表すことを避けます。
goods_enterprise_productsは小売商品または EC 商品を選択できますが、1 回の呼び出しでアクセスする Product ID は 1 つのみです。企業の小売商品は 1 ページあたり最大 10 件、その他のページング照会は 1 ページあたり最大 50 件です。
ページング結果のビジネス外層は
totalとresultListに統一されています。第三者の商品に依存する店舗の売れ筋、月間売上、累計売上の機能は削除され、価格や売上トレンドの Tool は登録されなくなりました。
Tool 成功時は、HandaaS Integrator Gateway が抽出したビジネス
dataを返します。
環境要件
Python 3.10+
依存パッケージ:python-dotenv、requests、mcp
ローカルでのクイックスタート
1. プロジェクトディレクトリに移動
cd goods-mcp-server2. 仮想環境を作成し依存関係をインストール
python3 -m venv mcp_env
source mcp_env/bin/activate
pip install -r requirements.txt3. 環境変数の設定
cp .env.example .env.env を編集:
INTEGRATOR_ID=your_integrator_id
SECRET_ID=your_secret_id
SECRET_KEY=your_secret_key
HANDAAS_REQUEST_TIMEOUT=30HANDAAS_REQUEST_TIMEOUT はオプション設定で、単位は秒、デフォルト値は 30 です。
4. サービスの起動
python server/mcp_server.py streamable-httpサービスのデフォルトアドレスは http://localhost:8000/mcp です。
以下の方法も使用できます:
./start_mcp_server.sh streamable-httpstdio、sse、streamable-http の 3 つの起動方式に対応しています。
5. Cursor / Cherry Studio の設定
{
"mcpServers": {
"goods-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:8000/mcp"
}
}
}STDIO 版のインストールとデプロイ
{workdir} をプロジェクトの絶対パスに置き換えます:
{
"mcpServers": {
"goods-mcp-server": {
"command": "{workdir}/mcp_env/bin/python",
"args": [
"{workdir}/server/mcp_server.py",
"stdio"
]
}
}
}INTEGRATOR_ID、SECRET_ID、SECRET_KEY は、HandaaS にログインしてインテグレーターを登録・開通した後に取得します。実際の認証情報はローカルの .env またはデプロイメントキーにのみ保存してください。
利用可能な Tool と Product ID
MCP Tool | シナリオまたはオプション | Product ID |
| 企業略称・ブランド・製品キーワードで企業を検索 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 海外オンラインストアの商品 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1. goods_enterprise_search
機能:企業略称、ブランド、製品、その他のキーワードで候補企業を検索します。
主なパラメータ:
matchKeyword(必須):企業略称または関連キーワード。pageIndex(オプション):ページ番号。1 から始まります。pageSize(オプション):デフォルト 10、最大 50。
戻り値:候補企業の total/resultList。企業を確認したら、企業の正式名称、企業 ID、または統一社会信用コードを企業商品・ブランド・チャネルの Tool に優先的に渡します。
2. goods_search
機能:小売商品または海外オンラインストアを検索し、選品、商品発見、越境チャネルの絞り込みに使用します。
主なパラメータ:
matchKeyword(オプション):商品名、オンラインストア名、または商品キーワード。source(オプション):retail小売商品、overseas海外オンラインストア。デフォルトはretail。pageIndex(オプション):ページ番号。1 から始まります。pageSize(オプション):最大 50。小売検索はデフォルト 10、海外検索はデフォルト 50。eshopSource、eshopCategories、eshopSalesLevel(オプション):海外オンラインストア検索でのみ使用します。operationStatus、hasAssociateEnterprise(オプション):海外オンラインストアのステータスと関連企業の絞り込み。
戻り値:total と resultList。
3. goods_enterprise_products
機能:企業ごとに小売商品または EC 商品を照会します。商品資格検証、企業商品の棚卸し、競合調査に適しています。
主なパラメータ:
matchKeyword(必須):企業名、企業 ID、登録番号、または統一社会信用コード。productType(オプション):retail企業の小売商品、ecommerce企業の EC 商品。デフォルトはretail。keywordType(オプション):name、nameId、regNumber、またはsocialCreditCode。pageIndex(オプション):ページ番号。1 から始まります。pageSize(オプション):小売商品は最大 10、デフォルト 10。EC 商品は最大 50、デフォルト 50。
小売商品の戻りフィールド:
商品名、商品バーコード、出品日
企業名、企業 ID
ブランド名、GPC 分類
EC 商品の戻りフィールド:
商品名、画像リンク、価格、商品の出所
4. goods_overseas_store_products
機能:海外オンラインストア ID で店舗の商品カタログを照会します。
主なパラメータ:
storeId(必須):goods_search(source=overseas)が返すオンラインストアの_id。pageIndex、pageSize(オプション):MCP ローカルページング。pageSizeは最大 50。
戻り値:商品数、レビュー、BSR、カテゴリ、商品名、リンクなどの情報を返し、total/resultList に統一します。
5. goods_brand
機能:美容業界企業のブランド明細、またはブランド製品の効能概要を照会します。
主なパラメータ:
matchKeyword(必須):企業識別子。view(オプション):brand_detailブランド明細、product_overview製品効能概要。keywordType(オプション):企業識別子のタイプ。
6. goods_channel
機能:企業の国内 EC 店舗リスト、または国内外オンラインストアの全体明細を照会します。
主なパラメータ:
matchKeyword(必須):企業識別子。source(オプション):domestic_store国内 EC 店舗、global_store国内外オンラインストア。keywordType(オプション):企業識別子のタイプ。pageIndex、pageSize(オプション):国内店舗のみで使用。pageSizeは最大 50。
利用シーン
企業の特定:略称、ブランド、製品キーワードで候補企業と安定した識別子を見つけます。
商品発見:商品キーワードで小売商品を発見したり、商品とプラットフォームで海外オンラインストアを絞り込みます。
企業商品の棚卸し:企業の小売商品のバーコード、ブランド、GPC 分類、EC 商品の価格を照会します。
商品資格検証:企業識別子で商品の主体を特定し、商品名、バーコード、出品情報を照合します。
越境競合調査:海外オンラインストア検索から指定店舗の商品カタログに入り、カテゴリと BSR を分析します。
ブランド分析:美容業界企業のブランド、主力製品、製品効能の構成を把握します。
チャネル分析:企業の国内 EC 店舗と国内外オンラインストアの構成を比較します。
利用上の注意事項
単一データソース呼び出し:1 回の呼び出しでは、
source、productType、viewで選択した 1 つの Product ID のみにアクセスします。ページング制限:企業の小売商品は
pageSize最大 10、その他のページングツールは最大 50。略称の処理:企業略称で直接照会できない場合は、まず
goods_enterprise_searchを呼び出します。識別子の優先順位:候補を確認したら、企業 ID または統一社会信用コードを優先的に使用します。
海外店舗 ID:
storeIdは海外オンラインストアの検索結果に由来する必要があり、企業名で代用することはできません。空の結果:
total=0、resultList=[]は正当なビジネス結果です。機能の範囲:本サービスは、店舗の売れ筋、月間売上額、累計販売数、売上トレンドの照会を提供しません。
利用質問の例
goods_enterprise_search
「小米」に対応する企業はどれですか?
「格力」を通じて正確な企業名と企業 ID を見つけてください。
goods_search
小売市場のコーヒー商品を検索して、最初の 10 件を見せてください。
coffee を販売する 亚马逊 の海外オンラインストアを検索してください。
goods_enterprise_products
小米科技有限责任公司の小売商品の名称、バーコード、ブランドを照会してください。
ある企業が EC プラットフォームで公開している商品の名称、価格、出所を確認してください。
goods_overseas_store_products
この海外オンラインストアの商品カタログと BSR を確認してください。
指定した海外店舗の商品とレビュー数をページングで一覧表示してください。
goods_brand
上海家化联合股份有限公司のブランド明細を照会してください。
欧莱雅(中国)有限公司のブランド製品の効能概要を分析してください。
goods_channel
珠海格力电器股份有限公司にはどのような国内 EC 店舗がありますか?
北京京东世纪贸易有限公司は国内外にどのようなオンラインストアチャネルがありますか?
テスト検証
python -m py_compile server/mcp_server.py
python -m unittest discover -s tests -v単体テストは Mock HTTP レスポンスを使用し、実際の HandaaS 商品 API を呼び出しません。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Product intel: Amazon, AliExpress, Shopify, TikTok Shop, ads and search interest.
Real-time Amazon product, seller, and search data for AI agents across 21 marketplaces.
E-commerce competitor intelligence, VOC sentiment, Amazon ASIN analysis, Reddit growth playbooks.
Amazon keyword volume, reverse-ASIN, and SERP data across 11 marketplaces.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive access to Chinese bidding and tendering data, enabling users to search for companies, analyze bidding statistics, query tender announcements, and discover project opportunities for market analysis and business development.10-
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive data insights into enterprise operations, including company trends, financing history, market rankings, and sentiment analysis. It enables users to perform keyword-based searches and evaluate business scale, tax qualifications, and competitive project profiles.3-
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive enterprise e-commerce data including global store profiles, product category statistics, and sales performance analysis. It enables users to search for companies and evaluate their domestic and international e-commerce business layouts across various platforms.2-
- FlicenseNot gradedqualityCmaintenanceMonitors and analyzes product prices across major e-commerce platforms (Taobao, JD, PDD, 1688, Amazon) with tools for price alerts, competitor comparison, market trends, and deal detection.-
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/handaas/goods-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server