Enables large language models to interact with and utilize REST APIs by providing configured REST APIs as context.
Openapi allows large language models (LLMs) to interact with REST APIs. It installs a Model Context Protocol (MCP) Server that provides configured REST APIs as context to LLMs, enabling them to perform API calls using natural language prompts. It currently supports HTTP API calls (GET, PUT, POST, PATCH) and allows for whitelisting and blacklisting of specific API operations, as well as proxy configurations.
Key Features
01Enables LLMs to interact with REST APIs.
02Supports HTTP API calls (GET, PUT, POST, PATCH).
03Allows for whitelisting and blacklisting of operationIds.