Skip to main content
Glama

ApiPost MCP

by jlcodes99

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APIPOST_HOSTNoAPI service addresshttps://open.apipost.net
APIPOST_TOKENYesAPI access token (format: apk_xxxxxxxxx)
APIPOST_SECURITY_MODENoSecurity mode (safe/full)safe
APIPOST_DEFAULT_TEAM_NAMENoDefault team name
APIPOST_DEFAULT_PROJECT_NAMENoDefault project name

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jlcodes99/apipost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server