flowstudio-power-automate-mcp

flowstudio-power-automate-mcp is a skill for Claude Code from ninihen1/power-automate-mcp-skills. It costs 151 tokens per session (3,470 once invoked), scanned A, a copy of flowstudio-power-automate-mcp, MIT.

A foundation guide for connecting an AI agent to Power Automate through FlowStudio MCP. Power Automate is Microsoft's service for building automated workflows between apps and services; MCP is a way for software to expose tools to an AI agent.

In plain words
What is it for?
Use it when setting up the connection, finding available Power Automate tools, or troubleshooting authentication and workflow responses.
Why use it?
It explains the connection details, available-tool discovery, login requirements, and how to handle responses that are too large, so the agent can work with the service correctly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the flowstudio-power-automate plugin — 10 skills, 1 MCP server shipped together

Good fit Use it when setting up the connection, finding available Power Automate tools, or troubleshooting authentication and workflow responses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ninihen1/power-automate-mcp-skills/flowstudio-power-automate-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ninihen1/power-automate-mcp-skills --skill flowstudio-power-automate-mcp
Clone the repo
git clone --depth 1 https://github.com/ninihen1/power-automate-mcp-skills

Made for: Claude Code.

Or install flowstudio-power-automate, the plugin that ships this one along with the rest of its 10 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flowstudio-power-automate-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/ninihen1/power-automate-mcp-skills/flowstudio-power-automate-mcp/github.svg)](https://agentmods.dev/skills/ninihen1/power-automate-mcp-skills/flowstudio-power-automate-mcp)
Your own site
<a href="https://agentmods.dev/skills/ninihen1/power-automate-mcp-skills/flowstudio-power-automate-mcp"><img src="https://agentmods.dev/badge/skills/ninihen1/power-automate-mcp-skills/flowstudio-power-automate-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for flowstudio-power-automate-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/ninihen1/power-automate-mcp-skills/flowstudio-power-automate-mcp"><img src="https://agentmods.dev/badge/skills/ninihen1/power-automate-mcp-skills/flowstudio-power-automate-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00151 $0.03470
Opus 5 $0.00076 $0.01735
Sonnet 5 $0.00030 $0.00694
Haiku 4.5 $0.00015 $0.00347

Measured 12d ago against content hash e91667958cb5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

flowstudio-power-automate-mcp scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

All examples in this skill family use **Python with `urllib.request`**
Origin

This is a copy

98% identical to flowstudio-power-automate-mcp — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

awesome-copilot/skills/flowstudio-power-automate-mcp/SKILL.md · 304 lines

How it starts

The opening of the file, as written. The whole thing — 304 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Power Automate via FlowStudio MCP — Foundation

This skill is the plumbing layer. It gives an AI agent a reliable way to talk to a FlowStudio MCP server, discover what tools are available, and handle the responses cleanly. The actual workflow narratives live in four specialized skills that all build on this one.

Real debugging examples: Expression error in child flow | Data entry, not a flow bug | Null value crashes child flow

Requires: A FlowStudio MCP subscription (or compatible Power Automate MCP server). You will need:

  • MCP endpoint: https://mcp.flowstudio.app/mcp (same for all subscribers)
  • API key / JWT token (x-api-key header — NOT Bearer)
  • In ChatGPT or claude.ai there is no key: add https://mcp.flowstudio.app/mcp/oauth as a connector and sign in with Microsoft — see the ChatGPT walkthrough
  • Power Platform environment name (e.g. Default-<tenant-guid>)

Which Skill to Use When

Skills are organized by use-case intent, not by which tools they call. Multiple skills reuse the same underlying tools — pick by what the user is trying to accomplish.

The user wants to… Load this skill
Make or change a flow (build new, modify existing, fix a bug, deploy) flowstudio-power-automate-build
Diagnose why a flow failed (root cause analysis on a failing run) flowstudio-power-automate-debug
See tenant-wide flow health, failure rates, asset inventory flowstudio-power-automate-monitoring (Pro+)
Tag, audit, classify, score, or offboard flows flowstudio-power-automate-governance (Pro+)
Just connect, set up auth, write the helper, parse responses this skill (foundation)

Read the full file on GitHub · 304 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 304 lines · 151 tokens per session scan A e91667958cb5

Subscribe to this mod's changes

flowstudio-power-automate-mcp is a skill published in the GitHub repository ninihen1/power-automate-mcp-skills (32 stars, last pushed 8d ago), licensed MIT. It adds 151 tokens to every session and 3,470 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 98% identical to flowstudio-power-automate-mcp, differing in 3 lines, and is treated as a copy.