MCP Products Info Server
@terciodejesus
About MCP Products Info Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"products-info": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/products-info/build/index.js"
],
"env": {
"SHOPIFY_SHOP": "",
"SHOPIFY_STOREFRONT_TOKEN": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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-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.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments