Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

FlowCastle

ai.flowcastle/flowcastle

Build, edit, and deploy Telegram bots on FlowCastle's hosted visual flow platform.

Uptime
12.5%
8 probes
Response
135ms
last probe
Tools
16
callable

Tools · 16

get_workspace_summary

Return compact application, flow, and bot summary without variables or full graph details.

get_variable_context

Search variables by scope/query. Values are omitted unless includeValues is true.

get_application_context

Return application-level automation context: flows, bots, and variables.

get_module_catalog

Return a compact installed and marketplace module index with names, descriptions, actions, and triggers.

get_module_details

Return full details for one selected module, including action input fields, trigger config, manual setup fields, and installed action references.

get_flow_context

Return compact flow graph topology and block summaries without full block data or action configs.

get_block_details

Return full details for one selected block, including block data, action configs, HTTP bodies, custom code files, triggers, menu payloads, and media paths.

get_action_schema

Return supported action kinds and important invariants for draft/apply flow edits.

get_design_guidelines

Return shared flow-design guidance and examples used by both AI prompt assembly and MCP consumers.

search_flow_examples

Search compact reusable flow examples by keyword or tag for common business cases.

get_flow_example

Return one reusable flow example by id, optionally including its full action-batch schema example.

validate_actions

Dry-run validation of a proposed batch of flow-builder actions without mutating state. OPTIONAL: apply_actions runs this same validation itself and applies nothing when invalid, so calling validate_ac…

apply_actions

Validate and apply a batch of flow-builder actions. Validation always runs first; when it fails, nothing is applied and the same errors validate_actions would return are reported. Call this directly —…

list_broadcasts

List broadcasts in the application, with status, schedule, and delivery counts. Supports filtering by status/bot/recurrence and pagination.

get_broadcast_details

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

get_broadcast_analytics

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

Similar MCP servers embedding-nearest

HuangtingFlux — Huangting Protocol MCP Server live
Reduces AI Agent token usage by 40% via three-stage SOP workflow.
4 tools · streamable-http
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http
ai.quantifyme/quantifyme live
Describe a trading strategy in plain English and deploy a live signal model in one call. No signup.
11 tools · streamable-http
ai.plith/plith live
AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence.
15 tools · streamable-http
ai.sitepulsar/mcp live
SitePulsar AEO audits: fetch FIND/READ/USE agent-readiness scores for any website.
13 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "flowcastle": {
      "url": "https://api.flowcastle.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}