-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
92 lines (92 loc) · 2.49 KB
/
Copy pathserver.json
File metadata and controls
92 lines (92 loc) · 2.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.verygoodplugins/mcp-pirsch",
"title": "MCP Pirsch",
"description": "Pirsch Analytics with natural language queries and trend analysis",
"version": "0.1.2",
"websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry",
"repository": {
"url": "https://github.com/verygoodplugins/mcp-pirsch",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "@verygoodplugins/mcp-pirsch",
"version": "0.1.2",
"transport": {
"type": "stdio"
}
}
],
"tools": [
{
"name": "pirsch_list_domains",
"description": "List all domains in your Pirsch account"
},
{
"name": "pirsch_overview",
"description": "Get the cached overview snapshot for a domain; filters do not apply"
},
{
"name": "pirsch_total",
"description": "Get total visitors, views, sessions, bounce rate, conversion rate, and custom metrics"
},
{
"name": "pirsch_visitors",
"description": "Get visitor time-series data"
},
{
"name": "pirsch_pages",
"description": "Get page-level analytics"
},
{
"name": "pirsch_entry_pages",
"description": "Get entry page analytics"
},
{
"name": "pirsch_exit_pages",
"description": "Get exit page analytics"
},
{
"name": "pirsch_referrers",
"description": "Get referrer statistics"
},
{
"name": "pirsch_goals",
"description": "Get conversion goals and their performance"
},
{
"name": "pirsch_events",
"description": "Get event statistics"
},
{
"name": "pirsch_event_pages",
"description": "Get pages on which a specific event fired"
},
{
"name": "pirsch_utm",
"description": "Get UTM campaign statistics"
},
{
"name": "pirsch_growth",
"description": "Get growth rates for key metrics"
},
{
"name": "pirsch_active",
"description": "Get currently active visitors"
},
{
"name": "pirsch_sessions",
"description": "Get session list with entry, exit, and device/source details"
},
{
"name": "pirsch_session_details",
"description": "Get the full page-view and event timeline for a single session"
},
{
"name": "pirsch_compare",
"description": "Compare true period totals and visitor series between two time periods"
}
]
}