{
  "markdown": "# Azure Logic Apps MCP Server\n\n[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-io.github.laveeshb%2Flogicapps--mcp-blue)](https://registry.modelcontextprotocol.io/)\n[![npm](https://img.shields.io/npm/v/logicapps-mcp)](https://www.npmjs.com/package/logicapps-mcp)\n\n<img src=\"https://raw.githubusercontent.com/benc-uk/icon-collection/master/azure-icons/Logic-Apps.svg\" alt=\"Azure Logic Apps\" width=\"80\" align=\"right\">\n\nManage and debug Azure Logic Apps using natural language. Ask your AI assistant to investigate failed runs, explain workflows, or make changes—no portal clicking required.\n\n```\nYou:  Why did my order-processing workflow fail this morning?\n\nAI:   Looking at the run history... Found a failed run at 10:15 AM.\n      The HTTP action \"Call-Payment-API\" failed with 503 Service Unavailable.\n      The payment service at api.payments.com was down for 3 minutes.\n\nYou:  Add retry logic to that action - 3 attempts with exponential backoff.\n\nAI:   Done. Updated the workflow with retry policy. Want me to test it?\n```\n\nWorks with **GitHub Copilot**, **Claude Desktop**, or any MCP-compatible AI client. Supports both Consumption and Standard Logic Apps.\n\n## Quick Start\n\n```bash\n# 1. Install\nnpm install -g logicapps-mcp\n\n# 2. Login to Azure\naz login\n\n# 3. Configure your AI assistant (example for VS Code)\n```\n\nAdd to `.vscode/mcp.json` in your workspace:\n\n```json\n{\n  \"servers\": {\n    \"logicapps\": {\n      \"type\": \"stdio\",\n      \"command\": \"logicapps-mcp\"\n    }\n  }\n}\n```\n\nReload VS Code and start chatting with Copilot about your Logic Apps!\n\n> **Cloud MCP Server**: Need a hosted deployment? See the [Getting Started Guide](docs/GETTING_STARTED.md#cloud-mcp-server-setup) for Azure deployment instructions.\n\n## Features\n\n- **40 Tools** for Logic Apps operations: list, debug, create, update, delete workflows\n- **Dual SKU Support**: Works with both Consumption and Standard Logic Apps\n- **Run Debugging**: Trace failures through actions, loops, and scopes\n- **Write Operations**: Create workflows, run triggers, cancel runs\n- **Connector Support**: Discover connectors, create connections\n\n## Example Prompts\n\n```\n\"List my Logic Apps in subscription xyz\"\n\"Show failed runs from the last 24 hours\"\n\"What went wrong in run ID abc123?\"\n\"Add retry logic to the HTTP action\"\n\"Disable the order-processing workflow\"\n```\n\n## Documentation\n\n- [Getting Started Guide](docs/GETTING_STARTED.md) - Setup for Claude, Copilot, Cloud MCP Server\n- [Available Tools](docs/TOOLS.md) - All 40 tools with descriptions\n- [Configuration](docs/CONFIGURATION.md) - Environment variables, auth, SKU differences\n- [Changelog](CHANGELOG.md) - Release history\n\n## Development\n\n```bash\nnpm run dev              # Run in development mode\nnpm test                 # Run unit tests\nnpm run test:integration # Run integration tests (requires Azure setup)\nnpm run test:all         # Run all tests\n```\n\n### Integration Testing\n\nIntegration tests run against real Azure resources. They auto-discover your subscriptions and Logic Apps:\n\n```bash\naz login                     # Login to Azure\nnpm run test:integration     # Tests find resources automatically\n```\n\n## License\n\nMIT\n",
  "bytes": 3167,
  "sha": "73e29a3d8709d1f23c6b82ccdf298b0f6b70a68dfc5345e31a0386b930c90dd4",
  "repo_slug": "laveeshb/logicapps-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_laveeshb_logicapps_mcp_1e8c8c3e/readme"
}