← flowstudio.app

INDIVIDUAL MCP TOOL

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.

flowstudio.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.flowstudio.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_live_flow_trigger_url and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

flowstudio.app

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.

Related tools

  • tool_search — PREFER THIS over guessing tool names when picking from this server.
  • 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).
  • report_bug — Report a Flow Studio MCP bug or missing capability, append text evidence, or check your reports.
  • list_store_flows — [Requires Pro+ plan] List Power Automate flows from the Power Clarity cache.
  • get_store_flow — [Requires Pro+ plan] Get full details for a single Power Automate flow from the Power Clarity cache.
  • 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.
  • get_store_flow_runs — [Requires Pro+ plan] Get cached run history for a flow from the Power Clarity store.
  • 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).