← convalytics.dev
INDIVIDUAL MCP TOOL
events_count
Count CUSTOM PRODUCT events for a specific project in a time window, optionally filtered to one event name and/or one user.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.convalytics]
url = "https://api.convalytics.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"convalytics": {
"type": "http",
"url": "https://api.convalytics.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: convalytics
Remote MCP URL: https://api.convalytics.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"convalytics": {
"url": "https://api.convalytics.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"convalytics": {
"type": "http",
"url": "https://api.convalytics.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "convalytics",
"transport": "streamable-http",
"url": "https://api.convalytics.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List all Convalytics projects on the team this token belongs to.get_usage— Return the current month's custom-event usage, monthly quota, retention days, and plan name for the team.top_pages— Return the top pages for a specific project, ranked by views in a time window.top_referrers— Return the top referring hosts for a specific project, ranked by visit count in a time window.pageviews_count— Count page views for a specific project in a time window.recent_events— Return the most recent custom events for a specific project, optionally filtered to one event name and/or one user.user_activity— Composite snapshot of a specific user's activity on a project.weekly_digest— Composite snapshot of a project's web analytics over a lookback window.