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.
主な機能
01Accepts SOAP WSDL URLs as input
02Exposes all methods defined in WSDLs
03Provides access to all types defined in WSDLs
04Enables easy calling of SOAP methods
050 GitHub stars
06Allows inspection of request and response types
ユースケース
01Integrating with legacy or existing SOAP APIs
02Simplifying client interactions with WSDL-defined services
03Automating calls to SOAP endpoints in scripts or applications