Analytics
convalytics.dev
Provides analytics data for projects, including usage, page views, and top referrers.
ENDPOINT 1
https://api.convalytics.dev/mcp
MCP server metadata
- Name
- convalytics
- Version
- 1.0.0
Known tools 15
get_usageReturn the current month's custom-event usage, monthly quota, retention days, and plan name for the team.
Inferred read-onlytop_pagesReturn the top pages for a specific project, ranked by views in a time window.
Inferred read-onlytop_referrersReturn the top referring hosts for a specific project, ranked by visit count in a time window.
Inferred read-onlyevents_countCount CUSTOM PRODUCT events for a specific project in a time window, optionally filtered to one event name and/or one user.
Inferred read-onlyrecent_eventsReturn the most recent custom events for a specific project, optionally filtered to one event name and/or one user.
Inferred read-onlyweekly_digestComposite snapshot of a project's web analytics over a lookback window.
Inferred read-onlyget_funnelReturn the full definition of one funnel by id: name, description, ordered steps, and conversion window.
Inferred read-onlycompute_funnelRun a funnel over a time window and return per-step visitor count, conversion from previous step, conversion from start, and average time to convert between steps.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for convalytics.dev was fetched 2026-07-31T03:52:53.532Z and is being refreshed.
convalytics.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.