Track MCP
Supports the generation of enterprise-grade tracking code specifically configured for Alipay mini-programs (alipaymp).
Analyzes local Git branch names to automatically extract JIRA task keys for automated metadata enrichment in generated tracking code.
Integrates JIRA task identifiers into tracking events by automatically extracting and including JIRA keys in the generated tracking snippets.
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., "@Track MCPGenerate a web click track for the 'submit' button on the order page banner."
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.
埋点 MCP 工具
基于 Model Context Protocol (MCP) 的专业埋点代码生成工具,自动生成符合企业级标准的跟踪代码。
🚀 快速开始
安装配置
在支持 MCP 的客户端中添加服务器配置:
{
"mcpServers": {
"mcp-ai-track": {
"command": "npx",
"args": ["-y", "mcp-ai-track"],
"env": {
"ENVIRONMENT": "h5",
"BUSINESS": "jk"
}
}
}
}本地配置
{
"mcpServers": {
"mcp-ai-track": {
"command": "node",
"args": ["/path/to/mcp-ai-track/dist/server.js"],
"env": {
"ENVIRONMENT": "h5",
"BUSINESS": "jk"
}
}
}
}不同环境配置示例
通过环境变量设置默认的 environment 和 business 参数:
微信小程序:
{
"mcpServers": {
"mcp-ai-track": {
"command": "node",
"args": ["/path/to/mcp-ai-track/dist/server.js"],
"env": {
"ENVIRONMENT": "wxmp",
"BUSINESS": "jk"
}
}
}
}支付宝小程序:
{
"mcpServers": {
"mcp-ai-track": {
"command": "node",
"args": ["/path/to/mcp-ai-track/dist/server.js"],
"env": {
"ENVIRONMENT": "alipaymp",
"BUSINESS": "bx"
}
}
}
}原生应用:
{
"mcpServers": {
"mcp-ai-track": {
"command": "node",
"args": ["/path/to/mcp-ai-track/dist/server.js"],
"env": {
"ENVIRONMENT": "app",
"BUSINESS": "jkyx"
}
}
}
}Related MCP server: Iteration MCP
🛠️ 核心工具
1. api_data - API 调用埋点
事件类型: api_data
参数: state(pre/success/failed) + action(order/login/get 等) + description(自定义)
用途: API 调用前后的状态跟踪
2. web_click - 页面点击埋点
事件类型: $WebClick
参数: subject(page/pop) + scene(order/banner 等) + description(submit/close 等)
用途: 用户点击行为跟踪
3. popup - 弹窗显示埋点
事件类型: Popup
参数: scene(splash/collection 等) + description(自定义)
用途: 弹窗展示事件跟踪
4. focus_related - 焦点事件埋点
事件类型: focus_related
参数: subject(page/pop) + focus(focus/blur) + description(input*/select*等)
用途: 表单元素焦点跟踪
📋 参数规范
固定参数值
环境 (environment): h5 | wxmp | alipaymp | ksmp | app 业务 (business): jk | bx | wa | qsgy | jkyx | mg |
API 埋点参数
状态 (state): pre | success | failed 动作 (action): order | login | imageupload | get | add | update | delete 描述 (description): 自定义,如 phone、userinfo、gominepage
点击埋点参数
主体 (subject): page | pop 场景 (scene): order | condition | banner | promotion | progress | recomm | tabbar 描述 (description): laststep | nextstep | continue | submit | receive | confirm | close
弹窗埋点参数
场景 (scene): splash | collection | remind | confirmationmodal 描述 (description): 自定义,描述弹窗用途
焦点埋点参数
主体 (subject): page | pop 焦点 (focus): focus | blur 描述 (description): input* | select* | search* + 上下文(如 inputname、selectcity)
⚙️ 高级功能
自动配置
环境、业务默认值:环境:environment=h5,业务: business=jk (可手动指定 AI 更换)
JIRA 集成: 自动从 git 分支提取 JIRA Key (格式: XXXX-1234) (分支名必须包含 XXXX-1234,也可手动指定 AI 更换)
可选参数
jiraKey: JIRA 任务号environment: 环境business:业务
输出格式
window.sa.track("事件类型", {
jiraKey: "BASESERVER-2411222", // 可选
fileName: "环境_业务_参数组合", // 必需
chineseDesc:'中文描述' //必须
fileValue: window.sa.fv(), // 可选,当前路由
});🔧 本地开发
# 克隆项目
git clone <repository-url>
cd mcp-ai-track
# 安装依赖
npm install
# 构建项目
npm run build
# 启动服务器
npm startThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables intelligent workflow automation for JD's FOP platform, supporting PRD analysis, code generation, and flowchart creation with smart retrieval optimization and standardized file naming rules.687
- Alicense-qualityDmaintenanceAutomates iteration management and code review submission workflows with DingTalk authentication. Supports interactive 5-step iteration creation, Git integration, smart time estimation, and automatic submission to company CodeReview systems.71ISC
- Alicense-quality-maintenanceAn automated MCP server for Google Stitch that enables AI-driven UI design generation, screen management, and design system extraction. It provides 19 professional tools for creating consistent web interfaces, conducting accessibility audits, and exporting design tokens.
- AlicenseAqualityDmaintenanceAn AI-powered toolkit for the M8 mobile development framework that enables automated generation of Vue pages, low-code components, and mock data. It provides real-time code standard validation and a comprehensive UI component knowledge base to streamline development in AI editors.46MIT
Related MCP Connectors
Define, ship & query your analytics tracking from one source of truth, trusted by humans and agents.
Generate answers & visualizations from your engineering data to track software development health.
Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/twelve-web/track-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server