OPC UA MCP server that connects to industrial automation systems and exposes their data points through a standardized interface. Built with FastMCP and asyncua, it provides tools for reading and writing OPC UA node values while handling connection lifecycle management. Particularly valuable for industrial automation engineers and system integrators who need to monitor and control OPC UA-enabled devices through AI assistants.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Read the value of a specific OPC UA node. Parameters: node_id (str): OPC UA node ID (e.g., 'ns=2;i=2'). Returns a string with the node ID and its value.
Write a value to a specific OPC UA node. Parameters: node_id (str): OPC UA node ID (e.g., 'ns=2;i=3'), value (str): Value to write (converted based on node type). Returns a success or error message.
Request to list all OPC UA nodes.
Retrieve multiple real-time values from specified OPC UA nodes.
Control devices by writing values to multiple specified OPC UA nodes.