Retail MCP Server
@tsynode
About Retail MCP Server
A Model Context Protocol (MCP) server implementation for retail product information
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
4Get information about a specific product by ID
Search for products by query and/or category
Get a list of all available product categories
Check if a product is in stock
Overview
What is Retail MCP Server?
Retail MCP Server is a Model Context Protocol (MCP) server that provides tools for accessing and searching retail product information. It is designed to be used with MCP clients like Claude or other AI assistants that support the protocol.
How to use Retail MCP Server?
Install Node.js 18 or higher, clone the repository, run npm install, then start the server with npm start. MCP clients can connect to http://localhost:3000/mcp. Docker installation is also supported.
Key features of Retail MCP Server
- Get product information by ID
- Search products by query and/or category
- List all available product categories
- Check product availability
Use cases of Retail MCP Server
- An AI assistant retrieving detailed product info by ID
- Searching products across categories using natural language
- Checking real-time inventory availability for a product
- Browsing all product categories to narrow down searches
FAQ from Retail MCP Server
What tools does Retail MCP Server provide?
It provides get-product, search-products, get-categories, and check-availability.
What are the runtime requirements?
Node.js 18 or higher. Docker can be used as an alternative.
How do I connect an MCP client?
Clients connect to http://localhost:3000/mcp via SSE or HTTP endpoints.
What data does the server use?
The README does not specify the data source or storage backend.
Does the server support authentication?
The README does not mention authentication or authorization methods.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments