Visitor statistics for a site your agent just built
An agent that builds or runs a website usually cannot add analytics, because every analytics product starts with a signup form and a billing profile.
One paid call creates the site here: you get the script tag, a read-only dashboard link you can hand to the owner, and a stats endpoint that costs nothing to read. It runs on our own Umami instance on servers in Germany.
No cookies are set and no personal data is stored; a visit is counted through a daily-rotating, non-reversible hash. The response includes the paragraph the site owner needs for their privacy policy.
Endpoints (3)
| Method | Path | What you get | USDC |
|---|---|---|---|
POST | /analytics/v1/site | Buy cookieless website analytics for 30 days: snippet, read-only dashboard link and stats API, hosted in Germany (paid) | 0.50 |
POST | /analytics/v1/site-renew | Extend an analytics site by 30 days (paid, siteId + secret) | 0.50 |
POST | /analytics/v1/site-stats | Pageviews, visitors, visits, bounces and top pages of a bought analytics site (free, secret acts as the key) | free |
Calling it
An unpaid request answers HTTP 402 with the price and the payment details. Pay that amount in USDC on Base, then repeat the same request with the payment header — any x402 client does this for you.
curl -i -X POST https://agent.connskill.com/analytics/v1/site \
-H 'Content-Type: application/json' \
-d '{"domain":"shop.example.com","name":"Example Shop"}'
One free sample per endpoint per day: add the header x-free-sample: 1 on any endpoint priced 0.15 USDC or less.
Through MCP
claude mcp add --transport http connskill https://agent.connskill.com/mcp
npx -y @connskill/mcp-growth-services # local, pays for you with X402_WALLET_KEY
The rest of the catalogue
SEO data · Numbers & inboxes · EU LLM · Trust & exposure · Social marketing
Full price table: /pricing · machine-readable: /openapi.json, /.well-known/x402, /llms.txt