mcpbeat Sign in

Convalytics MCP Server

by dan-cleary Your server? Claim it
answering

Convalytics is answering right now. Last checked 11 min ago. It exposes 15 tools. Last commit 17 Jul 2026.

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

Uptime history 47 days of history · worst day 92%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
15
Tools
read from the server
455 ms
Response time
average over 24h
7
Stars
last commit 17 Jul 2026

What the code does

We read the source, 21 h ago · tools taken from the live server · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call key.writeKey → cli/index.mjs:267, key.writeKey → cli/index.mjs:219
    writeFileSync(dotfilePath, JSON.stringify(dotfileData, null, 2) + "\n");
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but ships mutating tools delete_funnel
заявлено «только чтение», но есть delete_funnel

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add convalytics --transport http https://api.convalytics.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "convalytics": {
      "url": "https://api.convalytics.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.convalytics]
url = "https://api.convalytics.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "convalytics": {
      "url": "https://api.convalytics.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "convalytics": {
      "url": "https://api.convalytics.dev/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

funnel
create_funnel
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.
delete_funnel
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.
get_funnel
Return the full definition of one funnel by id: name, description, ordered steps, and conversion window.
update_funnel
Patch an existing funnel. Any subset of name/description/steps/conversionWindowMs. Refuses updates on deleted funnels.
top
top_pages
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.
top_referrers
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.
compute
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. Returns `truncated` flags if the scan cap was hit.
events
events_count
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.
funnels
list_funnels
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.
pageviews
pageviews_count
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.
projects
list_projects
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.
recent
recent_events
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.
usage
get_usage
Return the current month's custom-event usage, monthly quota, retention days, and plan name for the team.
user
user_activity
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.
weekly
weekly_digest
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.

Endpoints

URLTransportStateLatencyChecked
https://api.convalytics.dev/mcp streamable-http answering 343 ms 11 min ago

Alternatives to Convalytics

same job, measured the same way
I
Scope Analytics
by wally827

Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).

65 installs/wk local only
Logly
by logly-uk

Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client.

23 installs/wk local only
MCP Clickhouse
by infoinlet-marketplace

Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.

29 installs/wk local only
Marketscore Direct MCP
by marketscore

MCP for Yandex Direct: manage ad campaigns & analytics from Claude or ChatGPT

answering
RedirectBoss
by redirectboss

Manage hosts, redirects, SSL, and traffic analytics from Claude and other AI assistants.

answering
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Yandex Analytics
by nozikov

Read-only Yandex analytics for AI agents: Metrika, Webmaster, Direct and Wordstat.

308 installs/wk local only
Lemonado
by lemonadolabs

MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets

answering

Convalytics — questions

Answers built from our own checks of this server.

What can Convalytics do?
It exposes 15 tools, read directly from the server on our last check. Among them: compute_funnel, create_funnel, delete_funnel, events_count, get_funnel, get_usage and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Convalytics mostly used for?
Its tools cluster around funnel and top. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Convalytics working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 455 ms. The bar chart above shows every period we have measured.
How do I connect Convalytics?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Convalytics need an API key?
No. Convalytics completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Convalytics?
It answers our handshake in 455 ms on average, which is faster than 32% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Convalytics open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 7 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.