MCP Products Info Server
@terciodejesus
MCP Products Info Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"products-info": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/products-info/build/index.js"
],
"env": {
"SHOPIFY_SHOP": "",
"SHOPIFY_STOREFRONT_TOKEN": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Products Info Server?
MCP Products Info Server is a Model Context Protocol server that provides detailed product information from the Caffeine Army store, focusing on SuperCoffee. It integrates with the Shopify API to fetch product names, descriptions, prices, suppliers, and other relevant data, intended for use by LLM clients to enrich conversations with live product details.
How to use MCP Products Info Server?
Clone the repository, install dependencies with npm install, create a .env file, set SHOPIFY_SHOP and SHOPIFY_STOREFRONT_TOKEN, then run npm run build. Finally, configure your LLM client (e.g., Cursor.ai) with the server path and environment variables as shown in the README.
Key features of MCP Products Info Server
- Retrieves detailed SuperCoffee product information via Shopify API
- Provides product title, description, price, and supplier
- Simple environment variable configuration
- Built with TypeScript and the MCP SDK
- Exposes a single
get-productstool
Use cases of MCP Products Info Server
- Allow an LLM to answer questions about SuperCoffee product details
- Enable conversational agents to check current pricing and supplier info
- Integrate live product data into customer support or sales chatbots
- Automate product information retrieval for e-commerce workflows
FAQ from MCP Products Info Server
What information does the get-products tool return?
It returns the product title, complete description, current price, and supplier information for SuperCoffee.
What are the prerequisites for running the server?
Node.js and npm (or Yarn) are required. You also need a Shopify store and a valid Storefront Access Token.
How do I configure the server?
Create a .env file in the project root with the SHOPIFY_SHOP (your Shopify store domain) and SHOPIFY_STOREFRONT_TOKEN (your API token). Then run npm run build before connecting.
What API does the server use to fetch product data?
It uses the Shopify Storefront API via the Axios library to retrieve product details.
What is the build step for?
The npm run build step compiles TypeScript source files into JavaScript, which is necessary for the MCP client to execute the server correctly.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント