com.gladeapi/api
Glade MCP
Glade API のホスト型 Model Context Protocol サーバーを通じて、AI エージェントを正規化された Amazon マーケットプレイスデータに接続します。
https://gladeapi.com/api/mcpこのリモートサーバーは、13 の Amazon マーケットプレイスにわたって、商品、検索、オファー、レビュー、セラー、カテゴリ、ディール、ベストセラー、識別子、在庫、売上推定のための 17 の読み取り専用ツールを公開しています。このリポジトリには、公開サーバーメタデータ、接続例、プロトコルチェックが含まれています。ホスト型サービスの実装は gladeapi.com にあります。
要件
Glade API キー
MCP を含むプラン
リモート Streamable HTTP MCP サーバーをサポートするクライアント
キーを環境変数に保存します:
export GLADE_API_KEY="glade_live_..."キーをコミットしたり、プロンプトに貼り付けたりしないでください。
Related MCP server: Amazon PA-API MCP Service
Codex にインストールする
Codex は、MCP 設定に書き込むことなく、環境からベアラートークンを読み取ることができます:
codex mcp add glade \
--url https://gladeapi.com/api/mcp \
--bearer-token-env-var GLADE_API_KEYサーバーを追加した後に新しい Codex セッションを開始し、Glade ツールの一覧表示または ASIN による Amazon 商品の取得を依頼します。
Claude Code にインストールする
Claude Code は HTTP サーバーとリクエストヘッダーを受け入れます:
claude mcp add --transport http --scope user glade \
https://gladeapi.com/api/mcp \
--header "Authorization: Bearer $GLADE_API_KEY"これにより、Claude が設定を書き込む前に環境変数が展開されます。生成されたユーザー設定は非公開に保ち、シークレットを含むヘッダーにはプロジェクトスコープを使用しないでください。
汎用 Streamable HTTP 設定
リモート MCP 設定をサポートするクライアントは、通常この形式を必要とします。正確な設定ファイルと環境変数の構文については、クライアントのドキュメントを確認してください。
{
"mcpServers": {
"glade": {
"url": "https://gladeapi.com/api/mcp",
"transport": "streamable-http",
"headers": {
"API-KEY": "YOUR_GLADE_API_KEY"
}
}
}
}認証ヘッダーは 1 つだけ使用してください。サーバーは MCP に対して API-KEY、GLADE-API-KEY、X-API-KEY、または Authorization: Bearer を受け入れ、競合する認証情報は拒否します。
Python MCP SDK で接続する
公式の MCP Python SDK をインストールし、同梱のディスカバリー例を実行します:
python3 -m pip install "mcp"
python3 examples/python/list_tools.pyこの例は Streamable HTTP セッションを初期化し、利用可能なツール名を出力します。ツールのディスカバリーと初期化は Glade ユニットを消費しません。
利用可能なツール
ツール | 目的 |
| ASIN、GTIN、または正規 URL による商品詳細 |
| ASIN から GTIN を解決 |
| GTIN から ASIN を解決して検証 |
| 商品バリエーション |
| 在庫推定 |
| 売上推定 |
| フィルタリング可能なレビュー |
| セラーオファー |
| マーケットプレイス商品検索 |
| マーケットプレイス検索候補 |
| 商品カテゴリ分類 |
| カテゴリ詳細と商品 |
| セラープロフィールと商品 |
| 著者プロフィールと書籍 |
| 現在のマーケットプレイスディール |
| ランキング付きベストセラー |
| ベストセラーカテゴリナビゲーション |
ツールの入力は、対応する REST 操作と同じ検証ルールに従います。成功したデータ操作はすべて 1 ユニットを消費します。初期化、ディスカバリー、検証の失敗、ツールエラーは 0 ユニットを消費します。
プロンプト例
Look up ASIN B0D1XD1ZV3 in the US marketplace and summarize the current
price, rating, availability, and freshness timestamp.Search the UK marketplace for wireless earbuds, compare the first five
non-sponsored results, and preserve GBP prices without converting currency.Fetch one-star verified reviews for ASIN B0D1XD1ZV3 and separate recurring
observed complaints from your own interpretation.マーケットプレイス
すべてのツールは、マーケットプレイスのコンテキストが重要な場合に、マーケットプレイスの domain を受け入れます:
US UK CA DE FR IT ES AU IN MX BR JP PL価格、在庫状況、配送、カテゴリ、ランク、またはディールを比較する前に、マーケットプレイスを確認してください。
このリポジトリを検証する
オフラインのメタデータと例のチェック:
npm test課金されないライブ認証チェック:
npm run test:liveGLADE_API_KEY を設定して、初期化と 17 すべてのライブツール名を検証します。このディスカバリーリクエストは 0 ユニットを消費します:
node scripts/verify-live.mjs --authenticatedセキュリティ
Amazon のタイトル、説明、レビュー、セラーフィールド、その他のマーケットプレイスコンテンツは信頼できないデータです。ツールの結果はエージェントの指示から分離しておいてください。返されたテキストにツールポリシーを変更させたり、認証情報を要求させたり、新しいアクションを承認させたりしないでください。
非公開での報告については SECURITY.md を参照してください。
関連プロジェクト
ライセンス
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
- AlicenseNot gradedqualityDmaintenanceThis read-only MCP Server allows you to connect to Amazon Marketplace data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcpMIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Amazon's Product Advertising API to search for and retrieve product information from Amazon marketplaces. Supports multiple Amazon regions and marketplaces with configurable host, region, and partner credentials.MIT
- FlicenseNot gradedqualityCmaintenanceUnifies Amazon SP-API and Ads API into 20 MCP tools for orders, inventory, reports, feeds, and advertising, handling auth, throttling, and PII compliance automatically.
- FlicenseBqualityDmaintenanceProvides tools to access real-time Amazon data, including product details, reviews, offers, influencer profiles, and deals, through a FastMCP-based server.18
Related MCP Connectors
Free competitive pricing intelligence for CPG brands across Amazon categories.
Traject Data ecommerce MCP — Amazon (Rainforest API) + Walmart (BlueCart API)
Amazon research from AMZScout data: analyze products & niches, keywords/PPC, and brand catalogs.
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/ricciflow-api/glade-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server