📦
Shop
mcp.shop storefront/app for MCP Night
0 installs
1 forks
Trust: 52 — Fair
Devtools
Installation
npx mcp-server-shopAsk AI about Shop
Powered by Claude · Grounded in docs
I know everything about Shop. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Server Shop
Model Context Protocol (MCP) server that exposes product, cart, and order tools backed by our shop API at https://github.com/joefazee/learning-go-shop.
Prerequisites
- Go 1.24 or newer
Configuration
Set environment variables directly or via a .env file before starting the server:
API_URL(defaulthttp://localhost:8080/api/v1)AUTH_TOKENorJWT_TOKENLOG_LEVEL(defaultdebug)TRANSPORT(defaultstdio)
Run Locally
go run ./cmd/server
Using It With Claude Desktop
This is an example config for your Claude Desktop mcpServers settings:
{
"mcpServers": {
"shop": {
"command": "mcp-server", // path to your binary
"env": {
"JWT_TOKEN": "",
"API_URL": "http://localhost:8080/api/v1"
}
}
}
}
Tooling Overview
The server registers toolsets for products, carts, and orders. They are surfaced over MCP streams so AI clients can browse products, manage carts, and review orders through the underlying REST API.
