AgentHubAgentHub

eyepup

MCP ServerMCP Registry官方收录

io.github.edholofy/eyepup · v0.1.1

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

概览

eyepup 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "eyepup": {
      "command": "npx",
      "args": [
        "-y",
        "eyepup-mcp"
      ],
      "env": {
        "EYEPUP_API_TOKEN": "<EYEPUP_API_TOKEN>"
      }
    }
  }
}

环境变量

EYEPUP_API_TOKEN必填secret

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

相关资源

统一 Manifest

{
  "id": "io.github.edholofy/eyepup",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "eyepup",
  "description": "Agentic visitor analytics — five tools that hand the next CRO fix to your coding agent.",
  "repository": {
    "url": "https://github.com/edholofy/agentic-analytics",
    "source": "github",
    "subfolder": "mcp"
  },
  "homepage": "https://eyepup.com/mcp-analytics",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "eyepup-mcp",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "EYEPUP_API_TOKEN",
            "description": "Eyepup API token (epk_live_*). Mint at https://eyepup.com/integrations.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://eyepup.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.edholofy/eyepup",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.edholofy%2Feyepup/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
eyepup — MCP Server 安装与配置 · AgentHub