Serversio.ezstats/ezstats-mcp
M

ezStats MCP

io.ezstats/ezstats-mcp · v0.2.1
▦ npm
v0.2.1npm npm: @ezstats/ezstats-mcp🌐 https://go.ezstats.io/mcp/sse
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.ezstats/ezstats-mcp",
  "description": "Privacy-first website analytics MCP server for ezStats with analytics, SEO, goals, and MCP tools.",
  "title": "ezStats MCP",
  "version": "0.2.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ezstats/ezstats-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base ezStats Agent API URL",
          "format": "string",
          "name": "EZSTATS_API_URL"
        },
        {
          "description": "Your ezStats API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EZSTATS_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "sse",
      "url": "https://go.ezstats.io/mcp/sse"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}