MCP is Mqttable’s main interface for agents
The compact MCP model behind Mqttable: 9 external tools, searchable actions, resources, prompts, and Pro workflows.
Mqttable exposes a compact MCP surface. Agents do not learn dozens of one-off MQTT tools. They learn 9 stable tools, then discover actions, workflows, resources, schemas, examples, and prompts through that surface. This is the main product distinction. The UI is for engineers. MCP is for AI agents that need to do real MQTT work without inventing state or leaking secrets.
Interactive diagram
MCP facade: 9 tools outside, action and workflow catalog inside, resources beside them.
Placeholder for the interactive diagram. Replace with the generated artifact when ready.
The 9 MCP tools
mqttable_runtime_inforeads runtime and MCP status.mqttable_doctorreturns passive diagnostics by default.search_mqttable_capabilitiesfinds actions, workflows, resources, and prompts.get_mqttable_schemaandget_mqttable_exampleexplain one capability.read_mqttable_resourcereads boundedmqttable://resources.plan_mqttable_action,apply_mqttable_plan, andverify_mqttable_planhandle change workflows.
Actions instead of tool sprawl
Free currently exposes the same compact tool list as Pro and includes 60 Free actions. Pro unlocks additional indexed actions and 7 Pro workflows through the same tools. That means the agent workflow stays stable while product depth grows.
The shortest useful agent path
Call runtime info. Run doctor when discovery is confusing. Search only when the capability id is unknown. Read the schema. Plan the action. Let the human inspect the masked diff. Apply with the confirmation token. Verify by rereading state.