demo-mcps
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP 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
- Flicense-qualityDmaintenanceEnables 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.
- Flicense-qualityBmaintenanceDemo 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
Alicense-qualityBmaintenanceExposes ERP data (production orders, inventory, BOM, customers) to any MCP client through a backend-neutral interface, with a mock backend for testing.MIT
Related MCP Connectors
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Viyozc/enterprise-mcps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server