Everything you need to know about SOAR MCP connectors. Can't find your answer? Contact us.
常見問題解答
pip. Python provides cross-platform compatibility and a rich ecosystem for automation. We use Python 3.10+ for modern async features. The MCP protocol itself is language-agnostic, but our connectors leverage Python's COM automation (via pywin32) and subprocess capabilities for desktop app control.
soar-license.soarmcp.workers.dev for license verification. Add this domain to your firewall allowlist. All MCP operations run locally and don't require internet access after initial license verification. If you're behind a corporate proxy, set the HTTPS_PROXY environment variable.
python --version in your terminal. If you have multiple Python versions installed, ensure the correct one is in your PATH or use py -3.12 on Windows.
soar-license.soarmcp.workers.dev. (3) If behind a proxy, set HTTPS_PROXY. (4) Try running curl https://soar-license.soarmcp.workers.dev/health to test connectivity. If the issue persists, it may be a temporary Cloudflare edge issue — wait a few minutes and retry.
pip show soar-autocad-mcp. (2) Your MCP client config points to the correct Python path. (3) The target application (e.g., AutoCAD) is running and accessible. (4) On Windows, run your AI client as the same user that has the application installed. Check the connector logs in %APPDATA%\soar\logs\ for detailed error messages.
%APPDATA%\soar\license_cache.json. (4) Contact soardesignjimmy@gmail.com if the issue persists.
E001 — License invalid. E002 — Device limit exceeded. E003 — Application not running. E004 — COM connection failed. E005 — Network timeout. For unlisted error codes, open a GitHub issue with the full error message and we'll help diagnose.