cotti-admin-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cotti-admin-mcpList coupon templates for Indonesia"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Admin MCP v2
Cotti Admin 后台 MCP:读 + 私域新品配置写操作(Playwright UI)。
工具
读 / 查
工具 | 说明 |
| 强制刷新 SSO |
| Session 状态 |
| 券模板( |
| 活动 |
| 活动 + 解析 landing(h5Url/longLink) |
| 找最近一条【私域】新品折扣 + 参考券 |
写(Phase 2,Playwright UI Save)
工具 | 说明 |
| 复制参考券 → 只改名称/文案/SPU → Save |
| 复制参考活动 → 改名称/时间/挂券 → saveGeneralActivity |
| 修改已有活动(时间/落地页) |
| 上架 / 下架 |
Related MCP server: wopee-mcp
国家参数
country: ID | MY | VN | HK | MO | SG | AU(新品日历)
安装
cd mcp/admin
npm install
npx playwright install chromiumCredentials via env: ADMIN_USERNAME, ADMIN_PASSWORD (or DAVINCI_*).
Cursor 配置
{
"mcpServers": {
"admin": {
"command": "node",
"args": ["/path/to/mcp/admin/src/index.js"],
"env": {
"ADMIN_USERNAME": "...",
"ADMIN_PASSWORD": "..."
}
}
}
}Skill
配套 Skill:~/.codex/skills/cotti-private-domain-rollout/
Ops 脚本
scripts/ops/ — MCP 写工具底层,也可 CLI:
COUNTRY=ID ACTIVITY_DATE=20260714 SOURCE_TEMPLATE_NO=CT20260612000001 SOURCE_ID=1203 \
PRODUCTS_JSON='[{"spuCode":"SP4680","spuName":"Blueberry & Mulberry Americano"}]' \
node scripts/ops/coupon-copy-save.js机制
Session: ~/.admin-mcp/session.json(Playwright SSO,约 2h)
券/活动保存必须走 UI Save,裸 API 会丢字段或校验失败。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zchangechen/cotti-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server