AgenticWindFarm MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgenticWindFarm MCP Servercheck turbine 7's latest SCADA alarms and verify anomalies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ā” Wind Turbine SCADA Agentic AI & MCP Platform
An enterprise-ready industrial AI platform engineered for real-time wind farm telemetry monitoring, ML fault detection, Agentic RAG diagnostics via Model Context Protocol (MCP), and 2-Opt maintenance route optimization.
š Live Demo & Showcase Links
Interactive Streamlit Web App: https://agenticwindfarm-xcfp5xkrdekl2chdrjxraa.streamlit.app/
Bolt Interactive Portal: https://wind-turbine-scada-a-4d92.bolt.host
GitHub Pages Landing Page: https://orcunku.github.io/AgenticWindFarm/
Related MCP server: LangGraph FastAPI MCP Server
š ļø Key System Features
False Alarm Suppression Engine (>83% Noise Reduction): Combines unsupervised Isolation Forest anomaly detection with supervised Random Forest classification to eliminate transient SCADA alarm fatigue.
Maintenance Truck Rollout Optimizer: Compares Greedy Nearest-Neighbor heuristics against 2-Opt Travelling Salesperson Problem (TSP) local search to optimize field engineer routes.
Model Context Protocol (MCP) Integration: Exposes standardized tool discovery endpoints (
/mcp/tools) enabling LLM agents to execute real-time operational diagnostics and action plans.Drone Surface Inspection Vision: Simulates multi-modal computer vision blade analysis to detect micro-cracks and leading-edge erosion defects.
Real-Time Telemetry Streaming: Dynamic WebSocket integration streaming 1-second generator sensor updates directly to interactive telemetry charts.
šļø System Architecture
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā Streamlit / Bolt UI ā ā (Frontend Dashboard & Stream) ā āāāāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāāā ā REST / WebSockets ā¼ āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā FastAPI Backend ā ā ā ā āāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāā ā ā ā Ensemble ML Filter ā ā 2-Opt TSP Optimizer ā ā Model Context Protocol ā ā ā ā (IsoForest + RandForest) ā ā (Field Service Routing) ā ā (/mcp/tools API) ā ā ā āāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāā ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
š» Local Setup & Development
1. Clone the Repository
git clone [https://github.com/orcunku/AgenticWindFarm.git](https://github.com/orcunku/AgenticWindFarm.git)
cd AgenticWindFarm
pip install -r requirements.txt
uvicorn backend:app --port 8000
streamlit run app.py
Developer: Orcun Kusdemir
GitHub: @orcunku
This server cannot be deployed
Maintenance
Related MCP Connectors
Protocol-native energy infrastructure orchestration for AI data centers. Provides 46 MCP tools across 8 grid protocols (IEC-61850, DNP3, Modbus, OCPP, OpenADR, IEEE 2030.5, IEC 60870-5-104, ICCP) with 5 core API primitives: connect, dispatch, settle, comply, and intel. Enables AI agents to programmatically interact with substations, grid interfaces, and energy assets for real-time workload-grid coordination.
Let AI agents query data and act across all your business apps via MCP.
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for PTC ThingWorx, the IIoT platform, providing 8 tools for AI agents to read live state and trigger actions across the industrial asset graph with env-gated safety for writes and invocations.8MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLM-powered agents to securely communicate with and orchestrate downstream microservices via FastAPI endpoints exposed as MCP tools.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to operate a US power-grid data pipeline ā ingest, plan, run, and monitor datasets like CAISO, ERCOT, and EIA-930 through MCP tools that mirror the CLI.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to investigate production incidents by exposing service health, logs, and deployment data through MCP tools.5 npm-