Busymate DevTools

读懂你的应用流量

从 iPhone、Android 和 Chrome 捕获 HTTP(S) 流量。检查请求、测试响应,并请 AI 帮助解释失败原因。

Four labeled capture sources — an iPhone, an Android phone, a Chrome window and a rack of phones — stream live traffic into one large Busymate dashboard of request rows with green 200 and red 500 status codes and a rising sparkline. Under the dashboard, on the same feed, a BusyBro AI chat plays out: the user asks why this 500, the recent_entries and get_entry tool checks resolve, and BusyBro answers that Stripe returned 500 on POST /v1/charges and offers resend_request. ios android chrome farm dash.busymate.dev GET 200 POST 201 GET 500 PUT 200 DEL 204 BusyBro same feed why this 500? tools ran recent_entries get_entry Stripe 500 on POST /v1/charges resend_request?

演示

亲眼看看 真实效果

dash.busymate.dev

一段 18 秒的实时仪表盘录屏:/v1/charge 请求从 iPhone 源源而来,打开其中一条查看请求与响应,再让 BusyBro 解读它。没有样机演示——这就是产品的真实运行。

  • 真实录屏
  • 实时仪表盘信息流
  • 内含 BusyBro

BusyBro

Ask the live feed. Get receipts.

BusyBro 会读取你已捕获的 HTTPS 流量。问它某个应用如何登录、某个 500 为何发生——它会列出运行过的工具、隐去敏感信息,并在重放前先征求确认。

  • Same live feed
  • Tools you can see
  • Confirm-gated replay

On-device

Capture it on the phoneSee it on the phone

Decrypt only the hosts you pick. No Mac, no cable.

  • iOS VPN
  • Android TUN
  • No desktop required
Live HTTPS feed on iPhone
Live HTTPS feed on Android

One live feed

Don't just watch. Change it live

Open a request, pause it, send back a fake response — or hand the same feed to an AI.

  • Breakpoints
  • Mocks
  • JS scripts
Request detail on iPhone

MCP 服务器

接入 你已在用的智能体

454 个 MCP 工具。你的智能体查看同一条实时流,并执行重放、Mock 和设备控制——破坏性操作总会先确认。

  • OAuth 2.1
  • Confirm-gated
  • RBAC-scoped
Add to Claude Code
bash
# Claude Code — add the server, then authorize in your browser:
claude mcp add --transport http busymate-devtools https://mcp.busymate.dev

随处捕获

所有来源。 一条实时流。

手机、Chrome、代理或整机架设备——全部汇入同一张实时表格。

在你的 iPhone 上捕获 HTTPS——无需 Mac。

HTTPS on your Android phone — no computer needed.

全队共享的实时表格。

从浏览器和后端捕获 HTTP(S)。

一条命令捕获 Chrome。

真实手机,从浏览器控制。

How it works

Three steps to a live feed

From a phone you own to a dashboard your team — and Claude — can use.

  1. 下载 iOS 或 Android 应用,或用一条命令连接 Chrome。

  2. 选择要解密的流量,实时查看请求。

  3. 自行修正响应,或让 Claude 帮你处理。

队友与信任

面对 真实流量也安心

有意共享访问权限、审查活动,并将存储的凭证保留在界面之外。

记得你流量的 AI。

作用域访问、审计追踪和只写密钥保管库。

你的用户一键登录。

FAQ

Common questions

Can I capture HTTPS on an iPhone without a Mac?

Yes. The iPhone app captures on the phone itself — no Mac, no cable.

How does Android capture work without a Wi-Fi proxy?

The Android app captures on the phone. You can still use a Wi-Fi proxy for other devices if you want.

Can Claude or Cursor read my captured traffic?

Yes. Connect Claude or Cursor — they see the same live feed you do, limited to your role.

Can an AI agent run destructive actions on my devices?

Only if you confirm. Destructive actions ask first, and everything is logged. Secrets cannot be read back.

这与 Proxyman、Charles、HTTP Toolkit 或 mitmproxy 有什么不同?

这些工具提供不同的本地捕获、共享和自动化工作流。Busymate 结合了托管捕获源、角色作用域访问、具有 454 个 MCP 工具的代理和真实设备控制。查看来源对比以选择最适合的方案。

Is this an LLM observability or tracing platform?

No. It shows the raw HTTPS your apps (and agents) send, so you can inspect and replay. Use it next to a tracing stack, not instead of one.

捕获你的第一个请求

选择您的捕获源并按照设置指南操作。HTTPS 解密需要证书信任和受支持的应用。

Ask your mate