demo-mcps
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@demo-mcpsshow me the list of procurement suppliers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
demo-mcps
独立 Express 实现的制造业演示数据 MCP 服务。从 senti-flow 项目 services/demo-mcp 迁移而来,去除了对原 monorepo 的依赖。
功能
Mock API:19 个制造业演示数据集(采购 / 生产 / 质量 / 仓储 / 财务)
MCP Server:通过 Streamable HTTP 暴露
list_data_types工具,告诉 LLM 如何拉取数据健康检查:
GET /healthz
Related MCP server: PP/DS MCP Server
端点
方法 | 路径 | 说明 |
GET |
| 健康检查 |
GET |
| 获取某个数据集 |
GET |
| 列出所有方法(可按类目过滤) |
GET |
| MCP 服务自描述 |
POST |
| MCP 协议入口(Streamable HTTP transport) |
OPTIONS |
| CORS 预检 |
快速开始
pnpm install
pnpm dev # 热重载开发模式,监听 :4011
# 或
pnpm build && pnpm start环境变量
变量 | 默认 | 说明 |
|
| HTTP 监听端口 |
|
| pino 日志级别 |
在 MCP 客户端配置
{
"mcpServers": {
"demo-mcps": {
"url": "http://localhost:4011/mcp",
"transport": "streamable-http"
}
}
}数据集
19 个,按 5 大类组织,全部存于 resources/<category>/*.json:
类目 | 数量 | 示例方法 |
procurement 采购 | 3 |
|
production 生产 | 4 |
|
quality 质量 | 3 |
|
warehouse 仓储 | 4 |
|
finance 财务 | 5 |
|
调用示例:
curl http://localhost:4011/v1/mock?method=procurement_suppliersThis server cannot be deployed
Maintenance
Related MCP Connectors
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Let AI agents query data and act across all your business apps via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for integrating manufacturing systems (MES/ERP/quality/maintenance) with LLM agents, enabling event ingestion, incident triage, approval workflows, and RAG-based knowledge retrieval.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-assisted planning inquiries by exposing PP/DS OData APIs as MCP tools for SAP S/4HANA, allowing natural language queries about planned orders, production orders, and work centers.-
- FlicenseNot gradedqualityBmaintenanceDemo MCP server that exposes order and customer data as read-only tools for AI assistants, simulating a business API or internal data source.-

erp-mcpofficial
AlicenseNot gradedqualityCmaintenanceExposes ERP data (production orders, inventory, BOM, customers) to any MCP client through a backend-neutral interface, with a mock backend for testing.MIT