71
/ 100
17 days ago
pulsemcp

Apache Airflow

Integrates with Apache Airflow clusters through REST API to provide complete workflow management including DAG operations, task monitoring, pool and variable management, XCom data access, and performance analytics with event logging and import error tracking.

call518/mcp-airflow-api· pypi: mcp-airflow-api· 77K installs· listed on pulsemcp
Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: AIRFLOW_API_PASSWORD, REMOTE_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAIRFLOW_API_BASE_URL"": "http://localhost:8080/api",
configAIRFLOW_API_URL
configAIRFLOW_API_VERSIONKey Architecture: Single MCP server with shared common tools (43) plus v2-exclusive asset tools (2) - dynamically loads appropriate toolset based on environment variable!
configAIRFLOW_API_USERNAME"": "airflow",
🔐 secretAIRFLOW_API_PASSWORD"": "airflow"
configMCP_LOG_LEVELINFO # DEBUG/INFO/WARNING/ERROR/CRITICAL
configFASTMCP_TYPEstdio # Default: Direct MCP client mode
configFASTMCP_HOST
configFASTMCP_PORT8000 # HTTP server port (Docker internal)
configREMOTE_AUTH_ENABLEfalse # true/false
🔐 secretREMOTE_SECRET_KEYyour-secure-secret-key-here
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/mcp-airflow-api-1kuawy)](https://m8ven.ai/mcp/mcp-airflow-api-1kuawy)
commit: 99d64fe50ea50d0b79a87dbfef21993738e6d96e
code hash: 9edafacb9ba0c2fc0953cb25b5b78badc6c10fbd6cb685f8c01e0329afb3ae92
verified: 6/15/2026, 3:10:13 PM
view raw JSON →