☁️
Shopy MCP Server
MCP Server for shopy serverless.
0 installs
Trust: 41 — Fair
Cloud
Installation
npx shopy-mcp-serverAsk AI about Shopy MCP Server
Powered by Claude · Grounded in docs
I know everything about Shopy MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Shopy MCP Server
Shopy MCP Server is a backend service written in Go that provides APIs for managing categories and products in an e-commerce platform. It is designed to be lightweight, efficient, and easy to deploy using Docker.
Available Tools
The following tools are available via the MCP server:
- get_categories: Get all categories in store.
- get_products_by_category_uuid: Get all products in a category. Requires a parameter:
category_uuid(string, required): Category UUID.
