Analytics
staats.ai
Provides website analytics and monitoring, including traffic overview, changes, errors, and site context.
ENDPOINT 1
https://api.staats.ai/functions/v1/mcp
MCP server metadata
- Name
- Staats
- Version
- 0.1.0
Staats: cookieless web analytics your coding agent reads and remembers. This is an unauthenticated discovery connection — tools are listed but cannot run. This connection has no API key, so tools cannot run. Staats is free to try: create an account at https://www.staats.ai, copy the connect snippet from the dashboard, and reconnect with it. Setup takes about two minutes.
Known tools 15
get_site_contextWhat a site is and what the owner wants from it, plus its data-retention settings.
Inferred read-onlywhat_changedNotable movements in the period without scanning raw numbers: statistically unusual traffic days, referrer surges and first-time referrers, pages whose share of traffic jumped, alongside the annotations recorded in the same period.
Inferred read-onlywhat_brokeSigns of visitors hitting problems in the period: JS errors the tracker captured (new_error, error_spike: each with a sanitized sample message, source, line, affected visitor count, and the nearest annotation, i.
Potential side effectsget_overviewTraffic pulse: visitor/pageview totals vs the previous period, top pages, top referrers, and a per-day series.
Inferred read-onlyjourneysThe routes visitors actually take, grouped into identical sequences and counted, busiest first.
Inferred read-onlyrecord_annotationMark a moment on a site timeline: a deploy, a content change, or a campaign start.
Inferred read-onlycompare_aroundBefore/after impact of a recorded annotation: visitors and pageviews in the N days preceding vs following it (window_days, default 7).
Inferred read-onlylist_sitesAll sites on this account, with the public site codes used in their script tags and the ready-to-paste script_tag for each.
Inferred read-onlyportfolio_overviewVisitors and pageviews for every site this account can use, with change vs the previous period.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.staats]
url = "https://api.staats.ai/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"staats": {
"type": "http",
"url": "https://api.staats.ai/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: staats
Remote MCP URL: https://api.staats.ai/functions/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"staats": {
"url": "https://api.staats.ai/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"staats": {
"type": "http",
"url": "https://api.staats.ai/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "staats",
"transport": "streamable-http",
"url": "https://api.staats.ai/functions/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.