Catalog
io.ezstats/ezstats-mcp
OfficialezStats MCP
Privacy-first website analytics MCP server for ezStats with analytics, SEO, goals, and MCP tools.
Privacy-first website analytics with SEO metrics, goal tracking, and analytics tools.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
EZSTATS_API_URLBase ezStats Agent API URL
EZSTATS_API_KEYrequiredsecretYour ezStats API key
claude_desktop_config.json
{
"mcpServers": {
"ezstats-mcp": {
"command": "npx",
"args": [
"-y",
"@ezstats/ezstats-mcp@0.2.1"
],
"env": {
"EZSTATS_API_URL": "<YOUR_EZSTATS_API_URL>",
"EZSTATS_API_KEY": "<YOUR_EZSTATS_API_KEY>"
}
}
}
}