npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fs-mcp/wms-server

v0.1.6

Published

基于 MCP 协议的 WMS 服务,提供WMS库存查询,订单查询,FS成员查询,天气查询等功能。

Readme

测试 WMS MCP Server

题目

功能

  • [x] 实现天气查询
  • [x] 实现库存查询
  • [x] 实现 users 查询
  • [x] 实现 orders 查询
  • [x] 实现 sql 查询
  • [x] 实现 students 成绩分析并发送飞书消息
  • [x] 实现 发送飞书消息

MCP 使用配置

支持本地调用,已发布 npm,可远程调用。

本地调用

{
  "mcpServers": {
    "fs-mcp-wms": {
      "command": "npx",
      "args": ["-y", "${PATH}/src/index.js"],
      "env": {
        "PORT": "8090"
      }
    }
  }
}

远程调用

{
  "mcpServers": {
    "fs-mcp-wms": {
      "command": "npx",
      "args": ["-y", "@fs-mcp/wms-server"],
      "env": {
        "PORT": "8090"
      }
    }
  }
}

env 参数说明

| 参数名 | 说明 | | --------- | --------------------------------------------------------------------- | | PORT | 端口,默认 8090 | | receiveId | 接收消息的飞书 receive_id (注意是 user_id),默认 djp 本人 178549517 |

使用演示

告诉我 fs-mcp-wms 这个 mcp-server 有哪些功能。

帮我查询武汉的天气,近日是否适合出门钓鱼。

帮我查询FS的成员,告诉我Buck的邮箱。

帮我查询FS的订单,告诉我有哪些客户。

帮我查询 John Bergman 订单。

帮我查询库存情况,对比分析蔡甸和其他仓的情况。

帮我查询 11552 的库存情况。

执行 sql。

查询 武汉 的天气情况,并将结果发送给178549517。
查询 张三 的成绩情况,并将结果发送给178549517。

演示

演示

演示 演示

演示 演示

其他问题

权限,提权

sh: /src/index.js: Permission denied
chmod +x ./src/index.js