← Registry

Analytics

staats.ai

Provides website analytics and monitoring, including traffic overview, changes, errors, and site context.

1 endpoint15 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://api.staats.ai/functions/v1/mcp

No auth detected

MCP server metadata

Name
Staats
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_context

What a site is and what the owner wants from it, plus its data-retention settings.

Inferred read-only
update_site_context

Save or amend what a site is for.

Inferred read-only
what_changed

Notable 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-only
what_broke

Signs 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 effects
get_overview

Traffic pulse: visitor/pageview totals vs the previous period, top pages, top referrers, and a per-day series.

Inferred read-only
query

Break a metric down by a dimension with optional equality filters.

Inferred read-only
funnel

Ordered conversion funnel across up to 5 steps within the period.

Inferred read-only
journeys

The routes visitors actually take, grouped into identical sequences and counted, busiest first.

Inferred read-only
record_annotation

Mark a moment on a site timeline: a deploy, a content change, or a campaign start.

Inferred read-only
list_annotations

Recorded deploy/change markers, newest first.

Inferred read-only
compare_around

Before/after impact of a recorded annotation: visitors and pageviews in the N days preceding vs following it (window_days, default 7).

Inferred read-only
list_sites

All 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-only
create_site

Create a new site on this account and get its script tag.

Potential side effects
delete_site

PERMANENTLY delete a site and ALL its analytics data.

Potential side effects
portfolio_overview

Visitors and pageviews for every site this account can use, with change vs the previous period.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.