Agent-operated web + product analytics. 47 tools + 13 prompts, answers always match the dashboard.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-arjun0606-smolanalytics": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
your ai assistant admits it hallucinates your numbers. mine can't. it's a ci test.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
An MCP server that provides [describe what your server does]
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP server for Dynatrace Managed to access logs, events, and metrics.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
MCP Security Weekly
Get CVE alerts and security updates for io.github.Arjun0606/smolanalytics and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
your ai assistant admits it hallucinates your numbers. mine can't. it's a ci test.
The only analytics whose AI answer provably matches the dashboard. The agreement test runs in CI and fails the build if they ever differ. Ask "did activation improve this week?" right in Cursor or Claude Code and your own model answers from your real data over MCP, so there is no AI bill and no black box. It opens with a verdict that tells you what to fix. One MIT binary you run yourself, and your data never leaves your box.

That's the real product on demo data. Run it yourself in 30 seconds below. (still image)
smolanalytics-demo.fly.dev is the real product on demo data, running right now. The verdict up top, the ask bar, your events and pages as chips. Click checkout, or type "visitors to /pricing", and get the exact computed answer. The whole thing, one click away.
# Docker
docker run -p 8080:8080 ghcr.io/arjun0606/smolanalytics demo
or grab the binary:
curl -fsSL https://raw.githubusercontent.com/Arjun0606/smolanalytics/main/install.sh | sh
smolanalytics demo
or with Go:
go run github.com/Arjun0606/smolanalytics/cmd/smolanalytics@latest demo
Give it a few seconds to pull and seed, then open localhost:8080. Same fully populated dashboard, now on your machine. (If port 8080 is busy, use -p 8081:8080 and open localhost:8081.) The ask bar shows your real event names and pages as chips, so asking is a pick, not a guess: click checkout or type "visitors to /pricing" and get the exact computed answer.
smolanalytics answers plain-English questions on two surfaces. They are different, and keeping them straight is the whole model:
smolanalytics.plan.json), and smolanalytics over MCP, so it bridges the two: ask "what's the MAU for the PQR page" and the agent knows PQR is the /pqr route from your code, then queries smolanalytics for it. This is also where you instrument ("add tracking to the checkout flow I just built") and verify.Recurring metrics never need re-typing: pin any report you build (or have your agent call save_report) and it renders on the dashboard every visit.
Every analytics tool now has an AI assistant, but it's bolted inside their app, you pay for it, and you still leave your editor to use it. smolanalytics flips it: the analytics comes to where you already work, answered by the model you already pay for.