Turn a legacy SOAP/WSDL service into a safe, typed, schema-validated, audit-logged MCP server
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx legacy2mcp
MCP client config
{
"mcpServers": {
"legacy2mcp": {
"command": "uvx",
"args": [
"legacy2mcp"
]
}
}
}