I made legacy SOAP APIs usable by AI agents (github.com)

🤖 AI Summary
A new tool called **legacy2mcp** has been released, enabling organizations to seamlessly integrate legacy SOAP/WSDL systems with AI agents without the need for hand-written adapters. By simply pointing legacy2mcp at a WSDL URL, the tool introspects operations and generates JSON Schemas, creating a safe, typed server that supports multiple clients. This allows easier access to long-standing services that many organizations rely on, while ensuring each call is schema-validated, logged, and defaults to read-only operations unless explicitly allowed. The significance of legacy2mcp for the AI/ML community lies in its ability to unlock valuable legacy data without exposing systems to security risks. It addresses common pain points associated with integrating older SOAP services, including the need for bespoke adapters and the risk of operation schema drift. With features like strict input validation, an audit log for every action, and easy CI integration, legacy2mcp not only streamlines the process but also enhances security. Organizations can now safely expose necessary data for reporting and AI-related tasks, paving the way for smoother transitions towards more modern architectures while retaining critical legacy functionality.
Loading comments...
loading comments...