Token导航 LogoToken导航TokenDH.com
MCP Server Shop logo
AI代理未说明官方级别未说明来源级核验

MCP Server Shop

MCP Server

一个基于Model Context Protocol (MCP)的服务器,提供产品、购物车和订单管理工具,通过REST API与商店系统交互。

工具数

3

提示词数

0

GitHub Stars

0

资源数

0
产品管理GoClaude订单管理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

joefazee

提供方

joefazee

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

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 (default http://localhost:8080/api/v1)
  • AUTH_TOKEN or JWT_TOKEN
  • LOG_LEVEL (default debug)
  • TRANSPORT (default stdio)

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.

目录标签

目录标签

产品管理GoClaude订单管理购物服务本地部署协议服务器RESTAPI

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

3

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP