← Registry

Developer Tools

flowcastle.ai

Provides summaries and details of application components (variables, flows, bots, modules) to assist in development and automation.

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

ENDPOINT 1

https://api.flowcastle.ai/api/mcp

No auth detected

MCP server metadata

Name
telegram-flow-builder-mcp
Version
0.1.0
Capabilities
loggingtools.listChanged

Known tools 31

list_applications

List the applications this API key can access, with the caller role and the permissions it grants.

Inferred read-only
create_application

Create a new application (workspace) owned by the caller.

Potential side effects
update_application

Update application-level settings (name, active state, default language, incoming-message behavior).

Potential side effects
list_watched_groups

List the group/channel chats a telegram_mtproto userbot monitors.

Inferred read-only
set_watched_groups

Replace a telegram_mtproto userbot's watched-groups list — the chats it monitors.

Inferred read-only
sync_dialog_contacts

Import a telegram_mtproto userbot's existing chats as contacts — DM partners, groups, and channels — so everything the account already talks to becomes a valid send_message target without waiting for each chat to message first.

Potential side effects
get_workspace_summary

Return a compact application, flow, sequence, operation, and bot summary — the cheapest way to orient in a workspace.

Inferred read-only
get_variable_context

Search variable definitions by scope and keyword.

Inferred read-only
get_application_context

Return the full application-level automation context in one read-only call: every flow (with folders), connected bots, variables, sequences, and operations.

Inferred read-only
get_module_catalog

Return a compact index of both installed and available marketplace modules, with each module's key, versions, description, actions, and triggers.

Inferred read-only
get_module_details

Return everything needed to use one module: action input fields and their types, trigger configuration, manual setup fields (credentials an operator must fill in the dashboard), and references to already-installed actions.

Inferred read-only
install_module

Install an exact marketplace module version into an application and create any missing installed-template actions.

Potential side effects
get_flow_context

Return one flow's graph topology: its blocks, how they link, and a short summary per block.

Inferred read-only
get_block_details

Return the complete contents of one block: block data, action configs, HTTP request bodies, custom-code files, triggers, menu payloads, and media paths.

Inferred read-only
get_action_schema

Return the action-authoring contract: every supported action kind with its required fields, the placeholder ids for referencing entities created earlier in the same batch, the `{{var|.

Inferred read-only
get_design_guidelines

Return the flow-design rules that validation does NOT enforce: when to split a branch into its own flow, how navigation and menus must be wired, and worked examples.

Inferred read-only
search_flow_examples

Search the library of reusable flow examples covering common business cases (lead capture, onboarding, payments, reminders).

Inferred read-only
get_flow_example

Return one reusable flow example by id, optionally with a complete action batch you can adapt and pass to apply_actions.

Inferred read-only
validate_actions

Dry-run validation of a proposed batch of flow-builder actions.

Inferred read-only
apply_actions

Validate and apply a batch of flow-builder actions — the single write path for editing flows, blocks, variables, broadcasts, sequences, and folders.

Potential side effects
run_flow_autotest

Runs deterministic behavioural tests against flows that are ALREADY applied (compiles them to an AST and simulates a user).

Inferred read-only
send_message

Send a message to ONE contact right now, outside any flow.

Potential side effects
list_contacts

List and search contacts in the application, paginated, newest first.

Inferred read-only
get_contact

Return one contact's full profile plus every contact-variable value stored for them.

Inferred read-only
get_contact_activity

Return one contact's engagement history: goals they achieved and buttons they clicked, newest first, plus all-time goal totals.

Inferred read-only
list_event_contacts

The reverse lookup: which contacts triggered one analytics event — achieved a goal (kind GOAL + goalKey), clicked a button (BUTTON_CLICK + blockId, optionally buttonId/buttonIndex), were sent a block (BLOCK_SENT + blockId), or received a broadcast (BROADCAST_DELIVERED + broadcastId).

Inferred read-only
create_contact

Create a contact manually — for imports or externally-sourced audiences; contacts who message a bot are created automatically.

Potential side effects
update_contact

Update a contact's profile fields and/or contact-variable values.

Potential side effects
list_broadcasts

List broadcasts in the application with status, schedule, and delivery counts.

Inferred read-only
get_broadcast_details

Return full details for a single broadcast: status, schedule, recurrence rule, linked flow, and delivery breakdown by status.

Inferred read-only
get_broadcast_analytics

Return engagement analytics for a broadcast: delivery breakdown by status plus per-message-block sent and clicked counts for its flow, over an optional date window.

Potential side effects

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.telegram-flow-builder-mcp]
url = "https://api.flowcastle.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "telegram-flow-builder-mcp": {
      "type": "http",
      "url": "https://api.flowcastle.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: telegram-flow-builder-mcp
Remote MCP URL: https://api.flowcastle.ai/api/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": {
    "telegram-flow-builder-mcp": {
      "url": "https://api.flowcastle.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "telegram-flow-builder-mcp": {
      "type": "http",
      "url": "https://api.flowcastle.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "telegram-flow-builder-mcp",
  "transport": "streamable-http",
  "url": "https://api.flowcastle.ai/api/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 flowcastle.ai was fetched 2026-07-26T18:02:28.902Z and is being refreshed.

Trust status Trusted

flowcastle.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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