Enables semantic search and API request execution for OpenAPI specifications within the Claude Desktop environment.
This tool provides a scalable solution for discovering and interacting with APIs defined by OpenAPI specifications, particularly large ones. It uses in-memory semantic search powered by a MiniLM-L3 model to quickly find relevant API endpoints based on natural language queries. The server then returns complete endpoint documentation, allowing Claude Desktop to construct and execute API requests with full parameter details. It also provides a tool to make the actual restful request.