AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Devices MCP Server

mcp-jx-t11-devices-mcp-server · by JX-t11

Devices MCP Server,一个基于 Model Context Protocol (MCP) 的设备服务,提供设备控制、设备查询等工具,让AI应用能够无缝控制智能设备。

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add mcp-jx-t11-devices-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-jx-t11-devices-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
10mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Devices MCP Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.