YYvanYang/yapi-mcp-server
If you are the rightful owner of yapi-mcp-server 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.
A Model Context Protocol (MCP) server for interacting with a YAPI instance, enabling LLMs to retrieve API documentation details from YAPI projects.
The YAPI MCP Server is designed to facilitate seamless interaction between Language Model Machines (LLMs) and YAPI instances. By leveraging the Model Context Protocol, this server allows users to efficiently access and manage API documentation details within their YAPI projects. It provides functionalities to list interface categories and retrieve detailed information about specific interfaces, making it an essential tool for developers and teams working with YAPI. The server requires a running YAPI instance and access to project tokens, which are used to authenticate and authorize requests. Configuration is straightforward, with the base URL of the YAPI instance set via an environment variable. This server is particularly useful for teams looking to integrate YAPI documentation into their workflows, enhancing productivity and collaboration.
Features
- List interface categories and basic interface info within a project.
- Get detailed information for a specific interface by its ID.
Tools
yapi_list_interfaces
Lists all interface categories and the interfaces within them for a specific YAPI project.
yapi_get_interface_details
Gets detailed information for a specific YAPI interface by its ID.