Q: a custom MCP to the custom TinyCommand Agent
Hi
Can I connect a custom MCP with my Custom Ai Agenten that I created in TinyCommand?
Or can I connect the MCP in the workflow with the Agent?
(What I want to do is to tell TinyCommand Agent to build a thing/flow/or get information, using the other programs MCP, that way I can interact with the other system)
Priyanka_TinyCommand
May 6, 2026A: Hi,
Good question, and you’re thinking in the right direction.
Short answer, not today.
We don’t currently support connecting custom MCPs directly to TinyCommand agents or plugging MCPs into workflows as a native layer. So you can’t yet have an agent dynamically call other systems via MCP the way you’re describing.
That said, you can still achieve a similar outcome using APIs and webhooks:
* Your agent or workflow can call external systems via REST APIs
* You can pass inputs, fetch data, and use that inside your flows
* You can chain this with AI steps to simulate “agent using external tools”
So while it’s not MCP-native, you can replicate a good part of the behavior using existing integrations.
Also, this exact idea, making agents more extensible and able to interact with external tools in a modular way, is something we have on the roadmap and are actively exploring.
If you want, share your specific use case and I can suggest the closest working setup today.