storemetrics-mcp
StoreMetrics MCP Server
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/mcpMachine-readable summary:
/llms.txt·/.well-known/ai-catalog.jsonDocs: 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.
Related MCP server: KrystalView MCP Server
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 |
| Sites this token can read |
| Timezone, currency — call once per site first |
| KPIs: visitors, sessions, orders, revenue, deltas |
| Who is on the site right now |
| Top pages with visitors and engagement |
| Referrers, UTMs, channels |
| Countries and cities |
| Devices, browsers, OS |
| 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).
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenancePrivacy friendly, cookieless web analytics built MCP-first. "Add analytics to my Next.js app" → an AI agent runs the setup_analytics_for_site tool, picks the right install snippet, edits your layout file, and verifies the script is loading. OAuth onboarding, no API keys to paste.28291MIT
- AlicenseAqualityBmaintenanceEnables AI agents to access website analytics, including visitor sessions, UX friction, conversion funnels, and anomaly alerts.6MIT
- Flicense-qualityCmaintenanceHosted MCP server that gives AI agents read and write access to your full marketing & ecommerce stack — Google Analytics, Search Console, Google & Meta Ads, Shopify, WooCommerce, Shopware, Slack and LinkedIn. 100+ tools across 10 connectors. BYOK, OAuth 2.1.
- Alicense-qualityCmaintenanceEnables querying MRRscope analytics (visitors, revenue, MRR, traffic sources, AI crawlers, realtime) via 6 read-only tools for AI agents.62MIT
Related MCP Connectors
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robsannaa/storemetrics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server