# BugEzy (remote · bugezy.dev)

Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.

- Trust score: 58/100 (low)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `bugezy.dev`: 58/100 (this document), [markdown](https://verifymcp.io/servers/dev-bugezy-bugezy/bugezy.md), [page](https://verifymcp.io/servers/dev-bugezy-bugezy/bugezy)

## Channel facts

- Endpoint: `https://bugezy.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 875 tokens (~67/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 44% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dev-bugezy-bugezy https://bugezy.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-bugezy-bugezy]
url = "https://bugezy.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-bugezy-bugezy": {
      "type": "remote",
      "url": "https://bugezy.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-bugezy-bugezy --url https://bugezy.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-bugezy-bugezy:
    url: "https://bugezy.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-bugezy-bugezy": {
      "type": "http",
      "url": "https://bugezy.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 56, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 56, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 54, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 54)

First indexed and scored.

## MCP tools (13)

### `list_reports` (~121 tokens)

列出某使用者的 Bug 報告（需提供 user_email + session_token 驗證身分）。List a user's bug reports — requires user_email and session_token.

Input parameters:

- `limit` (number)
- `session_token` (string): BugEzy session token（如果 MCP URL 已帶 ?token= 則不需提供）。
- `url` (string)
- `user_email` (string): 使用者 email；只回傳該 email 的報告。未提供則不回任何報告（安全預設）。

### `get_report_overview` (~51 tokens)

取得報告概覽（metadata + 各筆數 + AI Bug 導航摘要，不含原始資料）。Report overview with AI bug summary.

Input parameters:

- `report_id` (string, required)

### `get_console_logs` (~30 tokens)

取得 Console 記錄（warn/error）。Console logs.

Input parameters:

- `report_id` (string, required)

### `get_network_errors` (~35 tokens)

取得 Network 錯誤（4xx/5xx）。Network errors.

Input parameters:

- `report_id` (string, required)

### `get_voice_transcript` (~35 tokens)

取得開發者語音描述（中文轉錄）。Developer voice transcript.

Input parameters:

- `report_id` (string, required)

### `get_page_info` (~38 tokens)

取得頁面資訊（URL/標題/瀏覽器/解析度）。Page info.

Input parameters:

- `report_id` (string, required)

### `get_rrweb_summary` (~44 tokens)

DOM 軌跡摘要（事件數/時長/類型分布，不回完整資料）。rrweb summary.

Input parameters:

- `report_id` (string, required)

### `get_rrweb_events` (~38 tokens)

取得完整 DOM 事件（⚠ 資料量大）。Full rrweb events.

Input parameters:

- `report_id` (string, required)

### `get_live_errors` (~104 tokens)

取得某使用者當前頁面的即時 Console/Network 錯誤（需 user_email + session_token 驗證身分）。Live console/network errors — requires user_email and session_token.

Input parameters:

- `session_token` (string): BugEzy session token（如果 MCP URL 已帶 ?token= 則不需提供）。
- `user_email` (string, required): 你的 BugEzy email（只讀你自己的即時錯誤）

### `get_terminal_logs` (~129 tokens)

取得某使用者終端機的即時錯誤日誌（stderr/throw/crash，需 user_email + session_token 驗證；付費功能）。開發者需執行 npx bugezy-watch -- <command>。Terminal error logs — requires user_email and session_token, paid feature.

Input parameters:

- `session_token` (string): BugEzy session token（如果 MCP URL 已帶 ?token= 則不需提供）。
- `user_email` (string, required): 你的 BugEzy email（只讀你自己的終端機日誌）

### `get_usage_stats` (~37 tokens)

取得當月的 MCP 使用量統計（呼叫次數、token 消耗、省了多少）。Monthly MCP usage stats.

### `get_screenshots` (~101 tokens)

高畫質 AI 分析：取得報告截圖圖片（視覺 Bug 用）。⚠ 圖片消耗較高 Token（每張 ~3,000-8,000），建議只在需要看畫面時使用。Report screenshots.

Input parameters:

- `include_images` (boolean): 開啟高畫質 AI 分析（預設 false，只回 metadata 省 Token）
- `report_id` (string, required)

### `get_timeline` (~112 tokens)

取得一份報告的完整時間軸（時序麵包屑）。把 Console、Network、語音、標記、網路環境、儲存狀態全部按時間排序成一條故事線，AI 只需呼叫這一個 tool 就能掌握完整 Bug 脈絡（省去逐一呼叫 console/network/voice 各 tool）。Full report timeline.

Input parameters:

- `report_id` (string, required): 報告 ID

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-bugezy-bugezy/bugezy#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 57
- 2026-07-31: 56
- 2026-07-30: 56
- 2026-07-29: 56
- 2026-07-28: 55
- 2026-07-27: 54
- 2026-07-26: 54

## Links

- Remote endpoint: https://bugezy.dev/mcp
- Repository: https://github.com/fox100039-design/bugezy
- Website: https://bugezy.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-bugezy-bugezy/bugezy/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-bugezy-bugezy/bugezy/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-bugezy-bugezy/bugezy
