Product analytics in one binary your AI agent can install and query.
You're looking at this instance's real dashboard — including your own visit, appearing in the live count below.
curl -fsSL https://takas.dev/install.sh | sh
> takas_live {"project": "takas-dev"}
{"visitors": 0, "pageviews": 0, "events": 0}
↑ an agent asking this instance over MCP — same live numbers as the dashboard below
one 14.9MB binary · one SQLite file · no build step · no cookies · source
takas-dev
0 live3 ↓ 57%
visitors
3 ↓ 62%
pageviews
top pages
| / | 3 | 3 |
referrers
nothing yet
countries
| US | 3 | 3 |
devices
| desktop | 3 | 3 |
browsers
| Edge | 3 | 3 |
events
| pageview | 3 | 3 |
connect your agent
claude mcp add --transport http takas https://takas.dev/mcp --header "Authorization: Bearer $TAKAS_TOKEN"
.cursor/mcp.json
{
"mcpServers": {
"takas": {
"url": "https://takas.dev/mcp",
"headers": { "Authorization": "Bearer $TAKAS_TOKEN" }
}
}
}
.vscode/mcp.json
{
"servers": {
"takas": {
"type": "http",
"url": "https://takas.dev/mcp",
"headers": { "Authorization": "Bearer $TAKAS_TOKEN" }
}
}
}
codex mcp add takas --url https://takas.dev/mcp --bearer-token-env-var TAKAS_TOKEN
gemini mcp add --transport http --header "Authorization: Bearer $TAKAS_TOKEN" takas https://takas.dev/mcp
{
"mcpServers": {
"takas": {
"type": "http",
"url": "https://takas.dev/mcp",
"headers": { "Authorization": "Bearer $TAKAS_TOKEN" }
}
}
}
npx add-mcp https://takas.dev/mcp --header "Authorization: Bearer $TAKAS_TOKEN"
one instance, your whole portfolio
Every project you run, one page, one SQLite file. This instance tracks only itself — that's the whole point.
| project | 24h | 7d | trend | |
|---|---|---|---|---|
| takas-dev | 1 | 3 | public |
Can't self-host? (a click lands as an event on this very dashboard — the demo is the survey)