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: SAP Datasphere 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
Latest Blog Posts
- 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