🔹 Feature: Turn Azure Logic Apps Workflows Into Remote MCP Servers
🔹 What It Does: You can now expose Standard Logic App workflows as tools for LLMs, AI agents, and MCP clients — by turning a logic app into one or more remote Model Context Protocol (MCP) servers. Your existing workflows, with 1,400+ connectors behind them, become callable tools an AI agent can invoke to send email, query a database, open a ticket, or trigger any business process. No rebuilding — your integration investment becomes agent-ready. 🤖
What Is It Giving You:
✅ Two Ways to Build — Reuse or Create: Point the MCP server at existing workflows, OR create new ones on the spot. In the “create new” flow you just pick a connector (e.g. Office 365 Outlook) and select the actions you want — each action automatically becomes a workflow that acts as a tool. Send email (V2) → instant agent tool.
✅ 1,400+ Connectors as Tools: Every tool your agent calls is backed by the full Logic Apps connector catalog — cloud and on-premises. Databases, SaaS APIs, line-of-business systems, legacy boxes behind a VNet. If Logic Apps can reach it, your agent now can too.
✅ Workflow = Tool, By Design: Any workflow that starts with the “When an HTTP request is received” (Request) trigger and ends with a Response action qualifies. Add a clear trigger description + JSON schema with per-parameter descriptions, and the agent routes requests accurately and passes the right inputs.
✅ Multiple Logical Servers in One Logic App: Group related workflows into independent MCP server groups inside a single logic app. Each server is discovered and called separately — scalable, organized, and clean to govern.
✅ Model- or User-Sourced Parameters: For each tool parameter, choose the input source: Model (the LLM fills it dynamically from the conversation at runtime) or User (hardcoded static values set at design time). Mix and match per tool.
✅ Enterprise Security by Default: MCP endpoints use OAuth 2.0 via Easy Auth + a Microsoft Entra ID app registration — or key-based API keys if you prefer. Lock calls down by client application, by identity, and by tenant. No open doors.
✅ Streamable HTTP + SSE Transports: Standard logic app MCP servers support both Streamable HTTP and Server-Sent Events, so they plug into modern MCP clients cleanly.
✅ Full Observability Built In: Workflow run history plus Application Insights / Log Analytics integration give you diagnostics, traceability, and auditing for every tool call. Governance and compliance aren’t an afterthought.
✅ Remote by Definition: The MCP server runs in Azure — outside the agent’s environment. Connect from VS Code, GitHub Copilot agent mode, or any MCP client over the network. No local server to babysit.
The thousands of integrations enterprises already built in Logic Apps just became the tool library for their AI agents. That’s the unlock. 🚀