소개
This server acts as an intermediary, translating ABLESTACK MOLD APIs into the Model Context Protocol (MCP). It empowers users, particularly via MCP clients like Claude Desktop, to directly invoke, explore, and debug MOLD APIs using a suite of `mold_*` prefixed tools. Key functionalities include managing connection configurations, dynamically registering all available ABLESTACK APIs as individual MCP tools, supporting asynchronous API polling, and intelligently handling complex nested parameters by transforming them into bracket notation for seamless interaction.
주요 기능
- 0 GitHub stars
- Supports asynchronous API polling with configurable wait, timeout, and interval options.
- Offers signature debugging to verify normalized strings, signatures, and final URLs for API requests.
- Provides dedicated `mold_*` tools for managing ABLESTACK MOLD API connection details.
- Enables generic API calls to any ABLESTACK MOLD API via `mold_call`.
- Dynamically registers all ABLESTACK APIs as individual `mold_<API name>` tools for direct invocation.
사용 사례
- Automating and scripting ABLESTACK cloud infrastructure management tasks.
- Debugging and verifying ABLESTACK API call signatures and parameters.
- Interacting with ABLESTACK MOLD APIs through MCP-compatible clients like Claude Desktop.