Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
APIPOST_HOST | No | API service address | https://open.apipost.net |
APIPOST_TOKEN | Yes | API access token (format: apk_xxxxxxxxx) | |
APIPOST_SECURITY_MODE | No | Security mode (safe/full) | safe |
APIPOST_DEFAULT_TEAM_NAME | No | Default team name | |
APIPOST_DEFAULT_PROJECT_NAME | No | Default project name |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
apipost_test_connection | 测试ApiPost MCP连接状态和配置信息,验证服务可用性 |
apipost_workspace | 工作空间管理:查看当前工作空间、列出团队和项目、切换工作空间 |
apipost_create_folder | 创建API文档目录,支持在指定父目录下创建新的文件夹 |
apipost_smart_create | API接口文档生成器。支持通过分离参数创建完整的API文档,包括请求参数、响应格式、认证方式等。 |
apipost_list | 查看项目API列表,支持强化的目录层级搜索和父子关系定位 |
apipost_update | 修改API接口文档,支持增量更新和字段删除。更新规则:不提供的字段保持不变,提供空值的字段会被删除,提供新值的字段会被替换。 |
apipost_detail | 查看API接口的详细配置信息,包括完整的请求参数、响应格式、认证设置等。 |
apipost_delete | 批量删除API接口文档,支持单个或多个接口删除。删除前先用apipost_list查看接口列表获取ID |