Labsco
MCP SERVER

Yapi

by yyykf

Look up an API's definition in Yapi without leaving the editor.

API Specifications & HTTP Tooling
Summary
The interface definition, fetched instead of remembered.

Search by path or keyword and get the request and response shape back in place, so writing a client stops involving a second window. The cache is under your control — refresh it, clear one project, or check what is in it before you doubt an answer.

What it is

A Java server over the Yapi API management platform: it lists your configured projects and their interface categories, searches interfaces by name or path, and returns the full definition of one.

What you get
  • Configured Yapi projects listed with their IDs and names
  • The interface categories in a project, and the interfaces inside a category
  • Search by project name, keyword or path
  • Full detail for a single interface
  • A local cache you control: statistics, a manual refresh, and a per-project clear
Requirements

Your Yapi instance URL and a token per project, set in application-mcp.yml. JDK 21+ with Maven, or Docker Compose.