← Registry

Analytics

convalytics.dev

Provides analytics data for projects, including usage, page views, and top referrers.

1 endpoint15 known toolsFirst detected May 12, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.convalytics.dev/mcp

No auth detected

MCP server metadata

Name
convalytics
Version
1.0.0
Capabilities
tools

Known tools 15

list_projects

List all Convalytics projects on the team this token belongs to.

Inferred read-only
get_usage

Return the current month's custom-event usage, monthly quota, retention days, and plan name for the team.

Inferred read-only
top_pages

Return the top pages for a specific project, ranked by views in a time window.

Inferred read-only
top_referrers

Return the top referring hosts for a specific project, ranked by visit count in a time window.

Inferred read-only
pageviews_count

Count page views for a specific project in a time window.

Inferred read-only
events_count

Count CUSTOM PRODUCT events for a specific project in a time window, optionally filtered to one event name and/or one user.

Inferred read-only
recent_events

Return the most recent custom events for a specific project, optionally filtered to one event name and/or one user.

Inferred read-only
user_activity

Composite snapshot of a specific user's activity on a project.

Inferred read-only
weekly_digest

Composite snapshot of a project's web analytics over a lookback window.

Inferred read-only
list_funnels

List active funnels defined on a project.

Inferred read-only
get_funnel

Return the full definition of one funnel by id: name, description, ordered steps, and conversion window.

Inferred read-only
create_funnel

Create a new funnel on a project.

Potential side effects
update_funnel

Patch an existing funnel.

Inferred read-only
delete_funnel

Soft delete a funnel.

Potential side effects
compute_funnel

Run 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-only

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.

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.

Trust status Neutral

convalytics.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.