Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

io.github.edholofy/eyepup

io.github.edholofy/eyepup

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

Uptime
5.0%
20 probes
Response
1095ms
last probe
Tools
5
callable

Tools · 5

eyepup_ask

Ask a natural-language question about your site visitors. Use this when the user asks 'why are people bouncing from /pricing', 'who's hot right now', 'what changed this week', or any other free-text q…

eyepup_todo

Get the top friction patterns ranked by impact score. Use BEFORE making any UX edit — the highest-impact pattern is usually a more valuable fix than whatever the user just asked about. Each row carrie…

eyepup_visitors_hot

Return the top high-intent visitors currently active. Use when the user asks 'who's hot', 'who's about to convert', 'who should I focus on'.

eyepup_visitor

Fetch the full LLM-written profile for a single visitor by distinct_id. Use after eyepup_visitors_hot or eyepup_todo to dig into a specific visitor.

eyepup_log

Log a change you just shipped. The dossier agent reasons about every visitor profiled AFTER this log row, so it can grade whether the friction pattern recovered. CALL THIS after every UX edit.

Similar MCP servers embedding-nearest

Eyepup
Agentic visitor analytics with five tools for CRO and session analysis.
0 tools
io.github.digitaldatadriven/agentaeo-mcp-server
AEO audit tool — measure brand visibility across ChatGPT, Perplexity, Claude, and Google AI.
0 tools
io.github.rog0x/web
Web scraping, search, monitoring, and HTML-to-markdown for AI agents
0 tools
io.github.sudomichael/gizmoanalytics
Cookieless analytics for AI coding agents. Install in one prompt, 28 tools, OAuth onboarding.
0 tools
gasoline-agentic-browser
Gasoline Agentic Browser is an AI Debugger, Inspector, and Observability toolkit. It acts as Chrome DevTools for AI Agents using the Model C
0 tools
iflow-mcp_brennhill-gasoline-agentic-browser
Gasoline Agentic Browser is an AI Debugger, Inspector, and Observability toolkit. It acts as Chrome DevTools for AI Agents using the Model C
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.edholofy/eyepup": {
      "url": "https://eyepup.com/mcp",
      "transport": "streamable-http"
    }
  }
}