Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Storemetrics

FreeNot checked

Real-time e-commerce analytics: visitors, Shopify/Stripe revenue attribution, funnels, and a live visitor feed. Agents can self-register a website with one no-a

GitHubEmbed

About

Real-time e-commerce analytics: visitors, Shopify/Stripe revenue attribution, funnels, and a live visitor feed. Agents can self-register a website with one no-auth POST and get a site-scoped read-only MCP token back.

README

mcp-name: io.github.robsannaa/storemetrics

storemetrics-mcp MCP server

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.

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

from github.com/robsannaa/storemetrics-mcp

Installing Storemetrics

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/robsannaa/storemetrics-mcp

FAQ

Is Storemetrics MCP free?

Yes, Storemetrics MCP is free — one-click install via Unyly at no cost.

Does Storemetrics need an API key?

No, Storemetrics runs without API keys or environment variables.

Is Storemetrics hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Storemetrics in Claude Desktop, Claude Code or Cursor?

Open Storemetrics on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

$5

Stripe

Payments, customers, subscriptions

Stripeby Stripe

malamutemayhem/unclick-agent-native-endpoints

110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n

malamutemayhemby malamutemayhem

whiteknightonhorse/APIbase

Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa

whiteknightonhorseby whiteknightonhorse

trackerfitness729-jpg/sitelauncher-mcp-server

Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr

trackerfitness729-jpgby trackerfitness729-jpg

embeddedlayers/mcp-analytics

Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources

embeddedlayersby embeddedlayers

carrierone/verilexdata-mcp

20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit

carrieroneby carrierone

tipdotmd/tip-md-x402-mcp-server

MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.

tipdotmdby tipdotmd

laundromatic/shopgraph

Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev

laundromaticby laundromatic

mrslbt/xendit-mcp

Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal

mrslbtby mrslbt

@arbitova/mcp-server

Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create

jiayuanliang0716-maxby jiayuanliang0716-max

Compare Storemetrics with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs