MCP.so
Sign In
Servers

MCP Products Info Server

@terciodejesus

Overview

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.

Tags

More from Other