Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Dan-Cleary/convalytics

REMOTE · API.CONVALYTICS.DEV · SCANNED AUG 3

Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.

+2 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2011 tokens (~134/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 85% of tool parameters carry a description.Partial
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.convalytics.dev

# add to Claude Code
claude mcp add --transport http dan-cleary-convalytics https://api.convalytics.dev/mcp
# ~/.codex/config.toml
[mcp_servers.dan-cleary-convalytics]
url = "https://api.convalytics.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dan-cleary-convalytics": {
      "type": "remote",
      "url": "https://api.convalytics.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dan-cleary-convalytics --url https://api.convalytics.dev/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  dan-cleary-convalytics:
    url: "https://api.convalytics.dev/mcp"
// mcp.json
{
  "mcpServers": {
    "dan-cleary-convalytics": {
      "type": "http",
      "url": "https://api.convalytics.dev/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.convalytics.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.convalytics.dev CN=WE1,O=Google Trust Services,C=US 19 Jun 2026 17 Sept 2026 ECDSA 256 ECDSA-SHA256 791a3eb565232cd813ee0d7b32c2c6d7
SANs: api.convalytics.dev
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.convalytics.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
convalytics.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.convalytics.dev/mcp Verified 200
http (plaintext) http://api.convalytics.dev/mcp HTTPS enforced 301 https://api.convalytics.dev/mcp
MCP tools — 15 exposed · ~2,011 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compute_funnel ~98

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. Returns `truncated` flags if the scan cap was hit.

NameTypeReqDescription
funnelIdstringyes
sincenumberStart of window as unix milliseconds. Defaults to 7 days ago.
untilnumberEnd of window as unix milliseconds. Defaults to now.

No output schema declared.

No examples provided.

create_funnel ~186

Create a new funnel on a project. Steps are 2–10 ordered events or pageview paths. conversionWindowMs caps how long a visitor has between consecutive steps (default 7 days); this is the step-to-step limit, without which a funnel is just event co-occurrence. Returns { id } on success.

NameTypeReqDescription
conversionWindowMsnumberMax ms between consecutive steps. Default 7 days (604800000). Bounds: 60000 (1 min) to 7776000000 (90 days).
descriptionstringOptional longer description.
namestringyesHuman-readable name.
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.
stepsarrayyesOrdered list of 2–10 steps. Visitors must hit them in order.

No output schema declared.

No examples provided.

delete_funnel ~70

Soft delete a funnel. The row is retained with status='deleted' and excluded from list/get/compute. Idempotent — calling twice is a no-op. Use if the funnel is obsolete; the record is kept for audit and cannot be undone from MCP.

NameTypeReqDescription
funnelIdstringyes

No output schema declared.

No examples provided.

events_count ~246

Count CUSTOM PRODUCT events for a specific project in a time window, optionally filtered to one event name and/or one user. Custom events are emitted by explicit analytics.track() calls in app code (signup_completed, payment_succeeded, etc.). This does NOT count page views — use pageviews_count or weekly_digest for those. Returns count, unique visitors, and a `truncated` flag if the scan hit the maximum scan size.

NameTypeReqDescription
namestringOptional event name to filter by (e.g. 'signup_completed'). If omitted, counts all custom events in the window. Do NOT pass 'page_view' here — page views are in a separate table.
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.
sincenumberStart of window as unix milliseconds. Defaults to 7 days ago.
untilnumberEnd of window as unix milliseconds. Defaults to now.
userstringOptional. Filter to one visitor/user. Accepts userEmail (case-insensitive) or visitorId (exact). For the full per-user snapshot prefer user_activity.

No output schema declared.

No examples provided.

get_funnel ~48

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

NameTypeReqDescription
funnelIdstringyesFunnel id from list_funnels or create_funnel.

No output schema declared.

No examples provided.

get_usage ~29

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_funnels ~79

List active funnels defined on a project. A funnel is a saved ordered sequence of steps (events or pageview paths) that Convalytics computes step-by-step conversion for. Soft-deleted funnels are excluded.

NameTypeReqDescription
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.

No output schema declared.

No examples provided.

list_projects ~38

List all Convalytics projects on the team this token belongs to. Useful when the agent needs to confirm the project it's querying against. No arguments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pageviews_count ~183

Count page views for a specific project in a time window. Page views are the automatic hits captured by the browser script tag (separate from custom events). Use this for web-traffic questions like 'how many pageviews in the last 24 hours'. Default window is the last 7 days. Pass `user` to scope to one visitor.

NameTypeReqDescription
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.
sincenumberStart of window as unix milliseconds. Defaults to 7 days ago.
untilnumberEnd of window as unix milliseconds. Defaults to now.
userstringOptional. Filter to one visitor/user. Accepts userEmail (case-insensitive) or visitorId (exact). For the full per-user snapshot prefer user_activity.

No output schema declared.

No examples provided.

recent_events ~201

Return the most recent custom events for a specific project, optionally filtered to one event name and/or one user. PII (userEmail, userName, props) is redacted by default; pass redact: false to include them.

NameTypeReqDescription
limitnumberMaximum number of events to return. Default 20, max 100.
namestringOptional event name to filter by (e.g. 'signup_completed'). Omit to return events of any name.
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.
redactbooleanIf true (default), userEmail/userName are null and props is {}. Set to false to include them.
userstringOptional. Filter to one visitor/user. Accepts userEmail (case-insensitive) or visitorId (exact). For the full per-user snapshot prefer user_activity.

No output schema declared.

No examples provided.

top_pages ~200

Return the top pages for a specific project, ranked by views in a time window. Default window is the last 7 days. Use list_projects first if you don't know the project name. Returns path, views, uniqueVisitors, and percentage of total views for each page. Pass `user` to see pages a specific visitor hit.

NameTypeReqDescription
limitnumberMaximum number of pages to return. Default 20, max 50.
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.
sincenumberStart of window as unix milliseconds. Defaults to 7 days ago.
untilnumberEnd of window as unix milliseconds. Defaults to now.
userstringOptional. Filter to one visitor/user. Accepts userEmail (case-insensitive) or visitorId (exact). For the full per-user snapshot prefer user_activity.

No output schema declared.

No examples provided.

top_referrers ~137

Return the top referring hosts for a specific project, ranked by visit count in a time window. Includes '(direct)' for visits with no referrer. Default window is the last 7 days.

NameTypeReqDescription
limitnumberMaximum number of referrers to return. Default 10, max 50.
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.
sincenumberStart of window as unix milliseconds. Defaults to 7 days ago.
untilnumberEnd of window as unix milliseconds. Defaults to now.

No output schema declared.

No examples provided.

update_funnel ~72

Patch an existing funnel. Any subset of name/description/steps/conversionWindowMs. Refuses updates on deleted funnels.

NameTypeReqDescription
conversionWindowMsnumber
descriptionstring
funnelIdstringyes
namestring
stepsarray

No output schema declared.

No examples provided.

user_activity ~241

Composite snapshot of a specific user's activity on a project. Returns an identity block (visitorId, userEmail, userName, firstSeen, lastSeen), total pageviews, total custom events, session count, top pages this user visited, their most-fired event names, and their 20 most recent events with props. Use this for 'how is [email protected] using my app?' style questions — one call, full picture. For ad-hoc drill-down (just a count, just recent events) pass `user` to the individual tools instead. Default window is the last 7 days.

NameTypeReqDescription
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.
sincenumberStart of window as unix milliseconds. Defaults to 7 days ago.
untilnumberEnd of window as unix milliseconds. Defaults to now.
userstringyesUser identifier. Accepts userEmail (case-insensitive, e.g. '[email protected]') or visitorId (the exact string passed as userId on the original track() call).

No output schema declared.

No examples provided.

weekly_digest ~183

Composite snapshot of a project's web analytics over a lookback window. Returns unique visitors, pageviews, sessions, bounce rate, average session duration, top 5 pages, top 5 referrers, total custom events, and top 5 event names. Includes period-over-period comparison against the prior equal-length window unless compare: false. Prefer this over chaining top_pages + top_referrers + events_count when the agent just wants to report on the week.

NameTypeReqDescription
comparebooleanInclude period-over-period comparison against the prior equal-length window. Default true. Set false for faster response when only current numbers matter.
daysnumberLookback window in days, 1 to 90. Default 7.
projectstringyesProject name (case-insensitive, e.g. 'slopbench') or project id from list_projects.

No output schema declared.

No examples provided.