FlowCastle
ai.flowcastle/flowcastleBuild, edit, and deploy Telegram bots on FlowCastle's hosted visual flow platform.
Tools · 16
Return compact application, flow, and bot summary without variables or full graph details.
Search variables by scope/query. Values are omitted unless includeValues is true.
Return application-level automation context: flows, bots, and variables.
Return a compact installed and marketplace module index with names, descriptions, actions, and triggers.
Return full details for one selected module, including action input fields, trigger config, manual setup fields, and installed action references.
Return compact flow graph topology and block summaries without full block data or action configs.
Return full details for one selected block, including block data, action configs, HTTP bodies, custom code files, triggers, menu payloads, and media paths.
Return supported action kinds and important invariants for draft/apply flow edits.
Return shared flow-design guidance and examples used by both AI prompt assembly and MCP consumers.
Search compact reusable flow examples by keyword or tag for common business cases.
Return one reusable flow example by id, optionally including its full action-batch schema example.
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…
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 in the application, with status, schedule, and delivery counts. Supports filtering by status/bot/recurrence and pagination.
Return full details for a single broadcast: status, schedule, recurrence, linked flow, and delivery breakdown by status.
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
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"flowcastle": {
"url": "https://api.flowcastle.ai/api/mcp",
"transport": "streamable-http"
}
}
}