Apifox MCP Pro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| APIFOX_BASE_URL | No | Default API base URL | https://api.apifox.com |
| APIFOX_ACCESS_TOKEN | Yes | Your Apifox access token (required by Apifox API). Get it from Apifox personal settings → API Access Token. Format usually: APS-xxxxxxxxxx |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| apifox_project_infoB | 获取Apifox MCP功能说明和限制信息 |
| apifox_check_accessB | 检查当前Token的访问权限 |
| apifox_api_infoB | 获取Apifox开放API的使用说明和限制信息 |
| apifox_check_project_accessB | 检查指定项目的访问权限 |
| apifox_folder_infoC | 获取文件夹管理功能的限制说明 |
| apifox_import_export_infoC | 获取导入导出功能的说明信息 |
| apifox_environment_infoC | 获取环境管理功能的限制说明 |
| apifox_schema_infoC | 获取数据模型管理功能的限制说明 |
| apifox_test_infoB | 获取测试用例管理功能的限制说明 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
All tools are information retrieval functions with overlapping purposes focused on getting metadata or restriction details about different Apifox features. An agent would struggle to choose between them as they all serve similar descriptive roles rather than distinct operational actions. The boundaries are unclear, with tools like apifox_api_info and apifox_project_info potentially covering similar ground.
Tool names follow a highly consistent pattern throughout: all use snake_case with the prefix 'apifox_' followed by a feature name and '_info' or '_access' suffix. This predictable structure makes it easy to understand the naming convention and anticipate tool purposes based on their names.
With 9 tools, the count is reasonable for a documentation/metadata server, but it feels borderline heavy given the narrow scope. All tools serve similar informational purposes rather than covering a broad operational domain, making the set feel somewhat redundant rather than comprehensive for a typical MCP server's action-oriented expectations.
The tool surface is severely incomplete for what appears to be an API testing/management domain. While it provides metadata about various Apifox features, it lacks any operational tools for actually using those features (e.g., creating projects, running tests, managing environments). This creates significant gaps that would prevent agents from performing meaningful work beyond information lookup.