This tool acts as an MCP server, enabling Claude Code users to seamlessly interact with Swagger and OpenAPI-documented APIs. It allows for the registration and management of multiple API endpoints, supports various authentication methods (Bearer, Basic, API Key), and provides capabilities to list categories, search for endpoints, and directly invoke APIs using natural language commands within Claude Code. This streamlines API exploration, testing, and interaction, making development workflows more efficient by keeping API management integrated into the coding environment.
主な機能
01Manage multiple named API servers/environments
02Browse API categories and specific endpoints
03Search APIs by keywords for quick discovery
04Directly call APIs using natural language commands in Claude Code
05Configure authorization headers (Bearer, Basic, API Key) per API
062 GitHub stars
ユースケース
01Streamline API calls during development and debugging sessions using natural language commands
02Manage interactions with different API environments (e.g., local, development, production)
03Explore and test APIs documented with Swagger/OpenAPI directly from Claude Code