Yapi-MCP
If you are the rightful owner of Yapi-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Yapi MCP Server is a model context protocol server designed to interact with YApi, providing tools to manage and retrieve API information.
Yapi MCP Server is a specialized server that facilitates interaction with YApi, a popular API management platform. It allows users to configure and manage API tokens, set up server configurations, and retrieve or update API information. The server supports different modes of operation, including SSE and stdio, making it versatile for various development environments. By leveraging the Yapi MCP Server, developers can efficiently manage API documentation and streamline their workflow with automated tools for fetching and updating API details.
Features
- Environment Configuration: Allows setting up server configurations and API tokens through a .env file.
- Multiple Operation Modes: Supports SSE and stdio modes for flexible server operation.
- Token Management: Facilitates easy management of multiple project tokens for YApi.
- Logging Levels: Offers configurable logging levels to control the verbosity of server logs.
- Cache Management: Provides options to set cache expiration times for API data.
Tools
yapi_get_api_desc
获取YApi中特定接口的详细信息。
yapi_save_api
新增或更新YApi中的接口信息。
yapi_search_apis
搜索YApi中的接口。
yapi_list_projects
列出YApi的项目ID(projectId)和项目名称。
yapi_get_categories
获取YApi项目下的接口分类列表,以及每个分类下的接口信息。
get_api_desc
获取指定的yapi接口.