MCP.so
登录

MCP Products Info Server

@terciodejesus

关于 MCP Products Info Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

terciodejesus

配置

使用下面的配置,将此服务器添加到你的 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-products tool

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.

评论

其他 分类下的更多 MCP 服务器