Install
$ agentstack add mcp-jx-t11-devices-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
DevicesMCPServer
Devices MCP Server,一个基于 Model Context Protocol (MCP) 的服务端,提供设备控制、设备查询等能力,使AI应用能够与设备进行交互。通过本服务,开发者可以轻松实现对各种设备的开放式控制。
✨ 特性
- 动态工具 - 基于产品和设备的注册信息,动态生成工具列表
- AI互控 - 设备之间进行授权,通过自然语言指令实现设备联动
📁 目录结构
├── src/
│ ├── config/ # 配置
│ ├── types/ # 类型定义
│ ├── entities/ # 模型实体
│ ├── middleware/ # 中间件
│ ├── routes/ # 路由
│ ├── services/ # 业务服务
│ ├── tools/ # 工具函数
│ ├── utils/ # 通用工具
│ ├── app.ts # 应用主类
│ ├── index.ts # 启动入口
│ ├── mqtt-client.ts # MQTT 客户端
│ └── redis.ts # Redis 客户端
├── mcp.sql # 数据库文件
├── package.json # 依赖与脚本
├── tsconfig.json # TypeScript 配置
└── ...
🚀 快速开始
- node 版本 > 18
安装依赖
npm install
开发环境
npm run dev
生产环境
npm run build
npm run start:prod
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JX-t11
- Source: JX-t11/DevicesMCP_Server
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.