Skip to content

Releases: bvenkata/legacy2mcp

Release list

v0.1.0

Choose a tag to compare

@bvenkata bvenkata released this 07 Sep 03:50

First public release of legacy2mcp — turn a legacy SOAP/WSDL service into a safe, typed MCP server.

Install

pip install legacy2mcp

Also on the MCP Registry as io.github.bvenkata/legacy2mcp.

What's in 0.1

  • SOAP/WSDL adapter: one schema-validated MCP tool per WSDL operation, schemas generated from the WSDL's own XSD types
  • Safe by default: write-like operations excluded unless opted in; include_operations / exclude_operations allowlists
  • Every call validated with jsonschema before it reaches the endpoint, and audit-logged
  • legacy2mcp run (stdio MCP server) and legacy2mcp inspect (CI-friendly dry run)
  • Basic auth for the WSDL endpoint; secrets read from env, never config

See the README and docs/security.md.

🤖 Generated with Claude Code