Run Logic Apps Standard as an MCP server in a Docker container on Azure Container Apps — then call it from another Logic App using the built-in MCP client connector inside an agent loop. This post connects two earlier pieces: MCP server setup : Logic Apps ❤️ MCP — Expose Arithmetic Tools — enabling the /api/mcp endpoint and testing the tools Running on ACA : Logic Apps Standard on ACA — we take the same MCP server principles and host it as a Docker container on Azure Container Apps If you haven't read those, here's what's already running before this post starts. What's already deployed Seven arithmetic workflows — add , sub , mul , div , mod , pow , sqrt — each an HTTP trigger workflow that takes inputs and returns a result. They're baked into a Docker image and running as a single container on ACA.…