← Index

io.github.edholofy/eyepup

io.github.edholofy/eyepup·v0.1.1·Analytics
Quality Score
85
/100

Agentic visitor analytics — five tools that hand the next CRO fix to your coding agent.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://eyepup.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "eyepup": {
      "command": "npx",
      "args": [
        "-y",
        "eyepup-mcp"
      ],
      "env": {
        "EYEPUP_API_TOKEN": "<your-eyepup_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "eyepup": {
      "command": "npx",
      "args": [
        "-y",
        "eyepup-mcp"
      ],
      "env": {
        "EYEPUP_API_TOKEN": "<your-eyepup_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y eyepup-mcp
§02  Environment variables
EYEPUP_API_TOKEN
requiredsecret

Eyepup API token (epk_live_*). Mint at https://eyepup.com/integrations.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Analytics