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 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| apifox_project_info | 获取Apifox MCP功能说明和限制信息 |
| apifox_check_access | 检查当前Token的访问权限 |
| apifox_api_info | 获取Apifox开放API的使用说明和限制信息 |
| apifox_check_project_access | 检查指定项目的访问权限 |
| apifox_folder_info | 获取文件夹管理功能的限制说明 |
| apifox_import_export_info | 获取导入导出功能的说明信息 |
| apifox_environment_info | 获取环境管理功能的限制说明 |
| apifox_schema_info | 获取数据模型管理功能的限制说明 |
| apifox_test_info | 获取测试用例管理功能的限制说明 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |