apifox-mcp

Juzisuan965/apifox-mcp

3.3

If you are the rightful owner of apifox-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.

This server implements the Model Context Protocol (MCP) via Stdio to access Apifox API data, enabling AI assistants to directly retrieve API interface definition information.

The Apifox-MCP-Server is a specialized server designed to facilitate seamless interaction between AI assistants and the Apifox platform. By implementing the Model Context Protocol (MCP) through standard input/output (Stdio), this server allows for efficient retrieval of detailed API interface definitions from Apifox. This capability is particularly useful for developers and AI systems that require precise and up-to-date API information for integration and development purposes. The server supports the retrieval of comprehensive API details, including request headers, methods, parameters, and response structures, thereby streamlining the process of API consumption and integration. With the Apifox-MCP-Server, users can automate the acquisition of API data, reducing manual effort and minimizing the potential for errors. The server is configured to work with the Apifox authentication token, ensuring secure and authorized access to API data.

Features

  • Efficient retrieval of Apifox API interface definitions
  • Supports detailed API information including headers, methods, and parameters
  • Facilitates seamless integration with AI assistants
  • Secure access through Apifox authentication token
  • Automates API data acquisition to reduce manual effort

Usages

usage with Cursor

{
  "mcpServers": {
    "Apifox-MCP": {
      "command": "npx",
      "args": ["@juzi965/apifox-mcp-server"],
      "env": {
        "APIFOX_AUTH": "..."
      }
    }
  }
}

Tools

  1. get_api_endpoint_info

    Retrieves detailed API definition information from Apifox using projectId and endpointId.