Last updated: June 2026
PyNet Platform Bridge ("the extension") is an MCP server developed by RAEN Digital Tools that connects AI models with Autodesk desktop applications (Navisworks, Revit, Civil 3D) on your local machine. This policy explains how the extension handles data.
The extension does not collect, store, sell, or transmit any personal data, telemetry, usage analytics, or model data to RAEN Digital Tools or to any third party. There are no tracking pixels, accounts, or external logging services.
All communication happens locally on your computer over a Windows named pipe (IPC) between the MCP server and the PyNet plugin running inside your Autodesk application. Your scripts, model contents, and command results never leave your machine through the extension.
The prompts you type and the tool results returned by the extension are processed by the AI client you connect (for example, Claude Desktop). The handling of that data is governed by the privacy policy of that AI client and its model provider, not by this extension.
Before any AI-generated script is executed, it is statically analyzed locally by the extension against an import/call whitelist. This validation runs entirely on your machine and produces no external requests.
The extension is a professional engineering tool and is not directed to children.
If this policy changes, the updated version will be published at this same URL with a new "Last updated" date.
Questions about this policy: info@raendt.com
Source code: github.com/Rafael-NunezDeArenas/PyNetBridge