Mmcp.market

Statable MCP server

by statable.com·com.statable/analytics·v1.0.1

Privacy-first, cookieless web analytics: traffic, sources, pages, goals, funnels and site setup.

A96/100grade A
What users say
No reviews yet
Be the first
Safety scan
A96/100

full report

Adoption
Growing

0 stars22 downloads/wk

Reviews

Write one

Nobody has reviewed Statable yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Statable tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan3 source files scanned25/25
  • Live reliabilityremote reachable in 709ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 2 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Overall 96/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Statable repository's README, as published. We do not edit it. Read it on GitHub

Statable MCP server

Ask your AI assistant about your website traffic. This package connects Claude, Cursor, ChatGPT, Claude Desktop and any other MCP client to Statable, a privacy-first, cookieless web analytics service hosted in the EU.

It is a thin stdio bridge to the hosted Statable MCP endpoint (https://mcp.statable.com/mcp). Every tool call is forwarded there with your API key. Nothing is stored locally.

Which way to connect

Quick start

  1. In the Statable dashboard open Settings → API keys → Create API key. Keys start with stbl_. Pick the sites and permissions the assistant may use.
  2. Add the server to your client. Claude Desktop (claudedesktopconfig.json):
{
  "mcpServers": {
    "statable": {
      "command": "npx",
      "args": ["-y", "@statable/mcp"],
      "env": { "STATABLE_API_KEY": "stbl_your_key" }
    }
  }
}

Cursor (~/.cursor/mcp.json) and most other hosts accept the same shape.

Claude Code:

claude mcp add statable --scope user -e STATABLE_API_KEY=stbl_your_key -- npx -y @statable/mcp
  1. Ask: "How many visitors did example.com have last week, and where did they come from?"

Tools (25)

Read: listsites, querystats, toppages, topsources, topcountries, topcustomevents, topgoals, listgoals, listpropkeys, listfunnels, funnelreport, currentvisitors, visitorsovertime, gettrackingsnippet, getsitefilters, get_subscription

Set up: createsite, updatesite, creategoal, updategoal, createfunnel, updatefunnel, gettrackingsettings, updatetrackingsettings, updatesitefilters

query_stats is the general one: aggregates, time series or a top-N breakdown over any metric (visitors, pageviews, bounce rate, engagement, goals, exit rate…), any dimension (source, page, country, device, UTM, custom event property…) and filters, with period-over-period comparison. All numbers come back in the site's own timezone. Full reference: statable.com/docs/integrations/mcp.

Write tools only touch configuration (sites, goals, funnels, tracking features, filters). Nothing deletes data.

Configuration

Without a key the server still starts and advertises its tools (so registries and hosts can inspect it), but every call returns a short message explaining how to add one.

Run from source

git clone https://github.com/key-arg/statable-mcp.git
cd statable-mcp
npm install
STATABLE_API_KEY=stbl_your_key npm test

Docker:

docker build -t statable-mcp .
docker run -i --rm -e STATABLE_API_KEY=stbl_your_key statable-mcp

About Statable

Statable is cookieless web analytics built for the EU: no consent banner needed for the core tracker, data hosted in the Netherlands, a tracker between 0.5 and 2 KB, goals, funnels, custom events, a public Stats API and this MCP server. Free tier for personal, educational and open-source sites.

Support: support@statable.com · Registry: com.statable/analytics in the official MCP registry

MIT © Key Arg B.V.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http analytics https://mcp.statable.com/mcp
Add to Cursor

Statable: common questions

Is Statable MCP server safe?
Yes, by our scan: it is graded A (96/100). Read the Statable safety report
How do I install Statable?
It runs remotely at mcp.statable.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Statable need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Statable maintained?
The last commit was 3 days ago (2026-09-18). The latest release is v1.0.1.
Is Statable up?
100% of our last 8 checks got an answer. We check remote servers about four times a day.

More from statable.com