关于
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.
主要功能
- Enables LLMs to interact with REST APIs.
- Supports HTTP API calls (GET, PUT, POST, PATCH).
- Allows for whitelisting and blacklisting of operationIds.
- Supports proxy configurations (HTTP, HTTPS, NO_PROXY).
- Configurable via environment variables.
- 4 GitHub stars
使用案例
- Allowing LLMs to access and manipulate data through APIs.
- Automating tasks by enabling LLMs to trigger API calls.
- Building conversational interfaces that interact with external services.