-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.4 KB
/
plugin.json
File metadata and controls
43 lines (43 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "agent-analytics",
"version": "1.0.0",
"description": "Analytics your AI agent can actually use. Track growth, funnels, retention, and experiments from the conversation loop.",
"author": {
"name": "Agent Analytics",
"email": "[email protected]",
"url": "https://agentanalytics.sh"
},
"homepage": "https://agentanalytics.sh",
"repository": "https://github.com/Agent-Analytics/agent-analytics-plugin",
"keywords": [
"analytics",
"tracking",
"web",
"events",
"experiments",
"growth",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Agent Analytics",
"shortDescription": "Track growth, funnels, retention, and experiments.",
"longDescription": "Query analytics, inspect project health, analyze funnels and retention, run experiments, and get growth guidance without leaving the conversation.",
"developerName": "Agent Analytics",
"category": "Analytics",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://agentanalytics.sh",
"privacyPolicyURL": "https://agentanalytics.sh/privacy",
"termsOfServiceURL": "https://agentanalytics.sh/terms",
"defaultPrompt": [
"How is my-site doing this week?",
"What are my top pages and referrers?",
"Set up an A/B experiment for my signup CTA."
],
"brandColor": "#2563EB"
}
}