MCP 是 Mqttable 面向 Agent 的主接口
Mqttable 的紧凑 MCP 模型:9 个外部工具、可搜索的 actions、resources、prompts 和 Pro workflows。
2026年6月24日
Mqttable 工程团队
Mqttable 暴露的是紧凑 MCP 接口。Agent 不需要学习几十个一次性的 MQTT 工具。它只需要学习 9 个稳定工具,再通过这个接口发现 actions、workflows、resources、schemas、examples 和 prompts。 这是 Mqttable 最重要的差异点。UI 面向工程师,MCP 面向需要真实操作 MQTT、但不能乱猜状态和泄露 secrets 的 AI Agent。
Interactive diagram
MCP 外层:9 个 tools;内层:action 与 workflow catalog;旁路:resources。
交互图占位。等图生成后,用正式交互组件替换这里。
9 个 MCP tools
mqttable_runtime_info读取运行时和 MCP 状态。mqttable_doctor默认返回被动诊断。search_mqttable_capabilities搜索 actions、workflows、resources 和 prompts。get_mqttable_schema与get_mqttable_example解释单个能力。read_mqttable_resource读取有界的mqttable://resources。plan_mqttable_action、apply_mqttable_plan、verify_mqttable_plan处理变更工作流。
用 actions 替代工具膨胀
Free 和 Pro 看到同一批紧凑 MCP tools。Free 当前包含 60 个 Free actions。Pro 通过同一批 tools 解锁更多 indexed actions 和 7 个 Pro workflows。这样能力变深时,Agent 的调用模型不需要变。
最短可用 Agent 路径
读 runtime info。发现异常时跑 doctor。不知道能力 id 时再 search。读 schema。生成 plan。让人检查 masked diff。用 confirmation token apply。最后重新读取状态 verify。