| name | agent-analytics |
| description | Run analytics end-to-end from your agent without opening a dashboard. English-first workflow, with Chinese docs and content available. Create projects, ship tracking, query results, and run experiments. |
| version | 4.0.3 |
| author | dannyshmueli |
| license | MIT |
| repository | https://github.com/Agent-Analytics/agent-analytics-mcp |
| homepage | https://agentanalytics.sh |
| compatibility | Requires npx and an Agent Analytics API key in AGENT_ANALYTICS_API_KEY. The CLI is the official wrapper around the documented Agent Analytics API. |
| tags | ["analytics","tracking","web","events","experiments","live"] |
| metadata | {"openclaw":{"requires":{"env":"[Truncated]","anyBins":"[Truncated]"},"primaryEnv":"AGENT_ANALYTICS_API_KEY"}} |
Agent Analytics
After install, your agent can create projects, ship tracking, query analytics, run experiments, and iterate without opening a dashboard.
English-first workflow, with Chinese docs and content available for OpenClaw users and teams in China.
Use it when you want an agent to operate growth analytics end-to-end, automate recurring checks, and manage multiple projects from one conversation loop.
Hosted free tier includes 100k events/month across 2 projects.
Chinese support / 中文支持
- Chinese docs and installation content are available on the docs site, including the OpenClaw guide under
/zh/.
- Works through
API, CLI, and MCP, depending on the environment your agent already uses.
- Good fit for closed-loop agent workflows: monitor, analyze, experiment, iterate.
- Supports batch work across many projects instead of a manual dashboard-by-dashboard workflow.
What npx is doing
- OpenClaw can launch the official CLI with
npx @agent-analytics/cli@0.5.1.
- That command runs the published Agent Analytics CLI package from npm.
- The CLI calls the same HTTP API documented at https://docs.agentanalytics.sh/api/.
- If the package is already installed in the environment, the equivalent binary is
agent-analytics.
- Keep
AGENT_ANALYTICS_API_KEY in the environment. Do not ask the user to paste secrets into chat.
Command format
The examples below use the CLI binary form:
agent-analytics <command>
In OpenClaw, that usually means:
npx @agent-analytics/cli@0.5.1 <command>
If the package is already installed, run the same commands directly as agent-analytics <command>.
For the full command list and flags:
agent-analytics --help
Safe operating rules
- Prefer fixed commands over ad-hoc query construction.
- Start with
projects, all-sites, create, stats, insights, , , , , , , , and .