Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by call518 • Uncategorized
An MCP server enabling natural language management of Apache Airflow workflows via REST API abstraction.
Manage and monitor Apache Airflow workflows using natural language commands.
Integrate Airflow cluster status and task execution data into AI-driven automation workflows.
Dynamic support for multiple Airflow API versions with secure remote access.
MCP-Airflow-API transforms Apache Airflow REST API operations into intuitive natural language tools, allowing users to manage Airflow clusters without complex API calls. It supports both Airflow API v1 (2.x) and v2 (3.0+) dynamically, providing comprehensive coverage of Airflow functionalities including DAG management, task monitoring, and asset management. The server supports local and remote deployment modes with secure authentication options, and integrates seamlessly with AI agents via the Model Context Protocol (MCP).
[Tool Role]: Provides comprehensive prompt template for LLM interactions with Airflow operations. Args: section: Optional section name to get specific part of template mode: Optional mode (summary/detailed) to control response verbosity Returns: Comprehensive template or specific section for optimal LLM guidance
[Tool Role]: Lists all DAGs registered in the Airflow cluster with pagination support. Args: limit: Maximum number of DAGs to return (default: 20) offset: Number of DAGs to skip for pagination (default: 0) fetch_all: If True, fetches all DAGs regardless of limit/offset id_contains: Filter DAGs by ID containing this string name_contains: Filter DAGs by display name containing this string Returns: Dict containing dags list, pagination info, and total counts
[Tool Role]: Retrieves detailed information for a specific DAG. Args: dag_id: The DAG ID to get details for Returns: Comprehensive DAG details
[Tool Role]: Retrieves detailed information for multiple DAGs in batch with latest run information.
[Tool Role]: Lists all currently running DAG runs in the Airflow cluster.
Comprehensive Airflow cluster monitoring assistant. Args: dag_name: Specific DAG to focus on (optional) time_range: Time range for analysis (default: "today")
Specialized Airflow troubleshooting assistant. Args: issue_type: Type of issue (failed_tasks, slow_dags, resource_issues, general) severity: Issue severity (low, medium, high, critical)
DAG analysis and optimization assistant. Args: analysis_type: Type of analysis (overview, performance, dependencies, configuration) dag_pattern: Pattern to filter DAGs (optional)
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.