Facilitates access to methods and types exposed by SOAP WSDLs.
SOAP provides an MCP server designed to simplify interaction with WSDL-based SOAP services. It operates by accepting a SOAP WSDL URL, subsequently exposing all methods and types defined within that WSDL. This functionality allows clients to effortlessly invoke these methods and examine their corresponding request and response structures, streamlining integration with complex SOAP APIs.