Defines and executes API tools using the Model Context Protocol, offering a lightweight and extensible server.
API is a lightweight and extensible server designed to define and execute API tools through the Model Context Protocol (MCP). It supports dynamic HTTP requests, allowing for flexible interaction with various APIs, and handles typed arguments for robust data exchange. The server offers multiple transport options, including `stdio` and `sse`, and provides features like environment variable substitution in tool configurations for adaptable deployments and optional Bearer token authentication for SSE transport, ensuring secure API operations.
主要功能
011 GitHub stars
02Typed Argument Handling
03Lightweight & Extensible Server
04Environment Variable Substitution in Configurations
05Dynamic HTTP Request Support
06Multiple Transport Options (stdio, SSE)
使用案例
01Automating GitLab issue management via API
02Interacting with public APIs like JSONPlaceholder