Storemetrics
БесплатноНе проверенReal-time e-commerce analytics MCP server. Agents can self-register a website with one no-auth POST and get a scoped read-only token back.
Описание
Real-time e-commerce analytics MCP server. Agents can self-register a website with one no-auth POST and get a scoped read-only token back.
README
mcp-name: io.github.robsannaa/storemetrics
Real-time e-commerce analytics your AI agent can adopt end-to-end: register a website, install tracking, and query visitors, revenue, funnels, and live activity — all without a human account.
- Endpoint (remote, streamable HTTP):
https://storemetrics.pl/api/mcp - Machine-readable summary: /llms.txt · /.well-known/ai-catalog.json
- Docs: Agent API · MCP reference
Zero-signup start (agents)
Register a site with one call — no account, no email, no OAuth:
curl -s -X POST https://storemetrics.pl/api/agent/register \
-H "Content-Type: application/json" \
-d '{"website_url":"https://example.com"}'
The 201 response contains the tracking snippet, a site-scoped read-only MCP token, and a claim URL for the site owner. Install the snippet, fire one page view, then query analytics with the token.
Connect (existing users)
Claude Code:
claude mcp add --transport http storemetrics https://storemetrics.pl/api/mcp \
--header "Authorization: Bearer YOUR_TOKEN"
Cursor / any MCP client (mcp.json):
{
"mcpServers": {
"storemetrics": {
"url": "https://storemetrics.pl/api/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}
Claude.ai connectors: add the endpoint URL — OAuth sign-in, no token needed.
Tokens come from Settings → Integrations → MCP, or from /api/agent/register (site-scoped).
Tools (all read-only)
| Tool | Returns |
|---|---|
list_sites |
Sites this token can read |
get_site_context |
Timezone, currency — call once per site first |
get_overview |
KPIs: visitors, sessions, orders, revenue, deltas |
get_live |
Who is on the site right now |
get_pages |
Top pages with visitors and engagement |
get_traffic_sources |
Referrers, UTMs, channels |
get_geo |
Countries and cities |
get_audience |
Devices, browsers, OS |
get_funnel |
Visitors → product views → cart → checkout → orders |
Money fields ending in _formatted are display-ready; use raw numbers for math. MCP calls require Accept: application/json, text/event-stream.
Safety model
- Registration creates nothing billable and holds no credentials.
- Agent tokens are read-only and scoped to a single site; requests for other sites return a scope error, never data.
- Unclaimed sites are garbage-collected after 7 days without a tracked event.
- The claim URL hands full ownership to the human (20-day free trial, no card; $19/mo after).
Reproduce the one-prompt demo
See AGENTS.md for the instruction agents follow, and demo.tape (render with vhs).
Установка Storemetrics
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/robsannaa/storemetrics-mcpFAQ
Storemetrics MCP бесплатный?
Да, Storemetrics MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Storemetrics?
Нет, Storemetrics работает без API-ключей и переменных окружения.
Storemetrics — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Storemetrics в Claude Desktop, Claude Code или Cursor?
Открой Storemetrics на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Storemetrics with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
