← Registry

Developer Tools

flowstudio.app

Manages Power Automate flows and provides tool search capabilities for automation.

1 endpoint34 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.flowstudio.app/mcp

No auth detected

MCP server metadata

Name
Flow Studio MCP
Version
1.2.48
Capabilities
tools
Server instructions

Flow Studio MCP exposes ~20 tools for inspecting and modifying Microsoft Power Automate flows. When the user request maps to one of these named workflows, prefer the matching skill bundle: - diagnose-connection-references: inspect solution connection-reference failures with read-only Dataverse checks - build-flow: read or modify a flow definition - debug-flow: investigate failed runs, drill into action errors - monitor-flow: start/stop, trigger, cancel, or resubmit a run - discover: enumerate environments, flows, connections in a tenant - governance: tag, monitor, and audit flows (Pro+ only; not available over SSO) To find the right tool, use the meta-tools: - `list_skills` — enumerate the bundles above with their member tools - `tool_search` — fetch tool schemas by skill, exact selector, or free-text query: "skill:debug-flow" (load a whole bundle) query: "select:get_live_flow,update_live_flow" (exact tools) query: "cancel run" (keyword match) If a tool misbehaves or a capability is missing, call `report_bug` — it is free and can attach session diagnostics. All three support/meta-tools are non-billable and remain available after quota exhaustion. Prefer them over guessing tool names. Tools prefixed `[DEPRECATED]` will be removed — use the suggested replacement.

Known tools 34

tool_search

PREFER THIS over guessing tool names when picking from this server.

Inferred read-only
list_skills

List all skill bundles — named groups of tools the agent typically uses together for a single user intent (diagnose-connection-references, build-flow, debug-flow, monitor-flow, discover, governance).

Inferred read-only
report_bug

Report a Flow Studio MCP bug or missing capability, append text evidence, or check your reports.

Inferred read-only
list_store_flows

[Requires Pro+ plan] List Power Automate flows from the Power Clarity cache.

Inferred read-only
get_store_flow

[Requires Pro+ plan] Get full details for a single Power Automate flow from the Power Clarity cache.

Inferred read-only
get_store_flow_trigger_url

[Requires Pro+ plan] [DEPRECATED — scheduled for removal] Get the trigger URL and trigger type for an HTTP-triggered flow from the Power Clarity cache.

Inferred read-only
get_store_flow_runs

[Requires Pro+ plan] Get cached run history for a flow from the Power Clarity store.

Inferred read-only
get_store_flow_errors

[Requires Pro+ plan] [DEPRECATED — scheduled for removal] Get cached failed run history for a flow from the Power Clarity store (convenience wrapper around get_store_flow_runs with status=Failed).

Inferred read-only
get_store_flow_summary

[Requires Pro+ plan] Get aggregated run statistics for a flow from the Power Clarity cache: total runs, success count, failure count, success rate, fail rate, and average/max duration over a time window.

Inferred read-only
set_store_flow_state

[Requires Pro+ plan] [DEPRECATED — scheduled for removal] Start or stop a Power Automate flow via the live Power Automate API, then persists the updated state back to the Power Clarity store.

Inferred read-only
update_store_flow

[Requires Pro+ plan] Update governance/metadata fields on a flow record in the Power Clarity store (description, business impact, owner team, tags, monitor flag, notification settings, etc.

Potential side effects
list_store_environments

[Requires Pro+ plan] List all Power Platform environments from the Power Clarity cache.

Inferred read-only
list_store_makers

[Requires Pro+ plan] List all makers (citizen developers / AAD users) from the Power Clarity cache.

Inferred read-only
get_store_maker

[Requires Pro+ plan] Get details for a single maker from the Power Clarity cache by their key (usually the AAD object ID).

Inferred read-only
list_store_power_apps

[Requires Pro+ plan] List all Power Apps canvas apps from the Power Clarity cache.

Inferred read-only
list_store_connections

[Requires Pro+ plan] List all Power Platform connections from the Power Clarity cache.

Inferred read-only
get_live_flow_trigger_url

[DEPRECATED — scheduled for removal] Fetch the live trigger URL and method for an HTTP-triggered flow directly from the Power Automate API.

Inferred read-only
get_live_flow_runs

Fetch live run history for a flow directly from the Power Automate API using impersonation — not the cached store.

Inferred read-only
get_live_flow_run_error

Fetch error details for a specific flow run from the live Power Automate API.

Inferred read-only
get_live_flow_run_action_outputs

Download inputs and outputs for actions in a flow run via SAS blob links from the live Power Automate API.

Inferred read-only
trigger_live_flow

Run a flow that has a Request trigger — HTTP request, manual Button, or PowerApps.

Inferred read-only
cancel_live_flow_run

Cancel a currently running Power Automate flow run via the live PA API.

Inferred read-only
resubmit_live_flow_run

Resubmit a failed or cancelled Power Automate flow run via the live PA API, re-using the original trigger payload.

Inferred read-only
set_live_flow_state

Start or stop a Power Automate flow via the live Power Automate API using an impersonated service account.

Inferred read-only
get_live_flow

Fetch the full native Power Automate flow JSON from the PA API, including the complete flow definition (triggers, actions, parameters, outputs).

Inferred read-only
update_live_flow

Update or create a Power Automate flow via the live PA API.

Potential side effects
get_live_flow_http_schema

[DEPRECATED — scheduled for removal] Inspect the HTTP interface of a Power Automate Request-triggered flow: returns the JSON schema the trigger URL expects as the POST body, any required headers, the HTTP method, and the JSON schema(s) defined on any Response action(s) in the flow.

Potential side effects
list_live_environments

List all Power Platform environments directly from the Power Automate API — not the cached store.

Inferred read-only
list_live_flows

List Power Automate flows in an environment.

Inferred read-only
list_live_connections

List Power Platform connections in an environment directly from the Power Automate API — not the cached store.

Inferred read-only
describe_live_connector

Describe a live Power Platform connector/API and its operations.

Inferred read-only
get_live_dynamic_options

Resolve live dynamic dropdown/list options for a connector operation parameter.

Inferred read-only
get_live_dynamic_properties

Resolve live dynamic schema/properties for a connector operation parameter.

Inferred read-only
add_live_flow_to_solution

Migrate a non-solution Power Automate flow into a solution via the admin migrateFlows API.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flow-studio-mcp]
url = "https://mcp.flowstudio.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flow-studio-mcp": {
      "type": "http",
      "url": "https://mcp.flowstudio.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flow-studio-mcp
Remote MCP URL: https://mcp.flowstudio.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flow-studio-mcp": {
      "url": "https://mcp.flowstudio.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flow-studio-mcp": {
      "type": "http",
      "url": "https://mcp.flowstudio.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flow-studio-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.flowstudio.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for flowstudio.app was fetched 2026-08-29T16:12:26.119Z.

Trust status Trusted

flowstudio.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.