health_checkAlangflow-mcp-serverVerify that the Langflow API is accessible and operational by checking instance health status and retrieving system information.MIT
list_usersAlangflow-mcp-serverRetrieve a paginated list of users from a Langflow instance. Requires admin privileges.MIT
get_registrationAlangflow-mcp-serverCheck if the user is registered in Langflow and retrieve their email if available.MIT
list_store_componentsAlangflow-mcp-serverFind Langflow components from the store. Use pagination, tags filter, and search to discover needed components.MIT
list_starter_projectsAlangflow-mcp-serverLists available starter project templates to quickly bootstrap new Langflow projects.MIT
list_componentsAlangflow-mcp-serverRetrieve all available Langflow components with their types, names, and descriptions to plan workflows.MIT
langflow-mcp-serverApp AutomationAI & Machine LearningRAG Systemsnobrainer-techAlicenseCqualityBmaintenanceA Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to Langflow workflow automation platform. Updated 7 days ago (2026-08-10 07:31 UTC)1002469MIT
Langflow MCP ServerAI & Machine LearningRAG SystemsAgent OrchestrationmdnazisharmanAlicense-qualityDmaintenanceMCP Server for interacting with the Langflow API via a natural language interface. It exposes Langflow functionalities as tools for LLMs. Updated a year ago (2025-06-24 04:57 UTC)MIT
check_storeAlangflow-mcp-serverCheck if the Langflow component store is enabled and accessible to ensure components can be retrieved.MIT
save_store_api_keyAlangflow-mcp-serverSave the Langflow Store API key to authenticate store operations for the current user.MIT
get_a2a_agent_cardAlangflow-mcp-serverRetrieve the A2A agent card for a Langflow flow. Requires server-side A2A enablement and the flow ID as input.MIT
get_health_checkAlangflow-mcp-serverCheck the health status of your Langflow server by obtaining a detailed report from the /health_check endpoint.MIT
list_a2a_agentsAlangflow-mcp-serverLists available Agent-to-Agent (A2A) agents for Langflow workflows. Requires server-side A2A enablement.MIT
like_store_componentBlangflow-mcp-serverToggle like on a Langflow Store component by providing its component ID.MIT
invoke_a2a_jsonrpcBlangflow-mcp-serverInvoke a Langflow flow using A2A JSON-RPC. Pass through JSON-RPC envelope with flow ID and method; server-side validation.MIT
check_store_api_keyBlangflow-mcp-serverValidate a store API key to confirm access to the Langflow component store.MIT
run_public_workflowBlangflow-mcp-serverRun a public Langflow workflow by providing a Flow ID and optional inputs. Supports streaming execution.MIT
create_store_componentBlangflow-mcp-serverPublish a new component to the Langflow Store by providing its name, definition, and optional metadata like tags or privacy settings.MIT
create_userClangflow-mcp-serverCreate a new Langflow user account by providing a username and password, with optional opt-in preferences.MIT
list_flowsAlangflow-mcp-serverRetrieve and browse Langflow flows with pagination and folder filtering to discover workflows and manage collections.MIT
delete_flowAlangflow-mcp-serverPermanently delete a flow from Langflow to remove obsolete workflows or clean up test flows. This operation is irreversible.MIT
create_flowAlangflow-mcp-serverCreate a new Langflow workflow. Initialize a flow with optional configuration, description, and folder organization.MIT