Skip to content
Back to search
100
MCP live http

Busymate DevTools

dev.busymate/busymate-devtools

Capture, inspect & debug HTTPS traffic across iOS, Android, browsers & backends — 304 MCP tools.

Uptime
25.0%
4 probes
Response
1297ms
last probe
Tools
32
callable

Tools · 32

get_device

Get one device row by uuid OR name. Returns the canonical record (uuid, name, model, os_version, setup, last_seen_at).

list_devices

List devices — YOUR OWN by default (owner-scoped to the calling account: the same reach the dashboard gives you), or the WHOLE fleet with `all:true` (devices:view operators only; re-verified server-si…

get_device_status

Get the latest device_status row (online flag, last_heartbeat_at, ip, vpn_state, source).

get_my_account

YOUR account at a glance — ONE self-scoped read returning the calling account's profile (name, display_name, email, role, sign-in providers, user_id, created_at), your per-user default connection type…

get_entry_count

Count entries in a workspace (workspace_id or workspace_slug) with optional device/host/method/status/search filters.

search_entries

LOCATE captured entries by host/url substring (`q`). Optionally scope to a device_uuid and an absolute date range. Returns SLIM locator rows ({id, ts, device_uuid, kind, request_id, host, path, method…

export_har

Export captured entries as a HAR 1.2 log. Optionally scope by device, host, and date range.

inspect_requests

Deep-inspect FULL captured request/response detail for ONE host — method, URL, request + response HEADERS, and request + response BODIES (size-capped). The tool for reverse-engineering how a real app/…

summarize_device_traffic

BOUNDED traffic aggregation for ONE device — the FIRST tool to call to report what a device is doing, find the busy/flooding host, or pick a host to clean up. NEVER scans or returns raw rows (use it i…

list_service_groups

List every service group (full rows incl. ssl_proxy_domains) with each group's primary_agent + ordered agents[] from the service_group_agents join.

get_service_group

Get one service group by id or name.

list_tags

List every tag (id, name, color, patterns).

get_device_settings

Read settings_device for one device (device_uuid or deviceName).

get_subscription

Return the caller's OWN Stripe subscription(s) — status/price/product/quantity/period/trial/cancel-at-period-end (from stripe_subscriptions, owner-scoped to the caller's OAuth sub). A billing:view ope…

list_invoices

List the caller's OWN Stripe invoices — status/amounts (minor units)/currency/hosted_invoice_url/period (from stripe_invoices, owner-scoped to the caller's OAuth sub), newest first. Optional `limit` (…

get_usage

Return the caller's OWN metered usage rollup (metric `captured_entries` = count of captured entries per device per period; from stripe_usage_events, owner-scoped to the caller's OAuth sub) aggregated …

list_todos

List YOUR to-dos from the /todo app (public.todos) — the shared "what to do / what's done" list you + the user both maintain. Owner-scoped to the calling account. Filters: `status` (open|in_progress|d…

get_todo

Get ONE of YOUR to-dos by id — its full row. Owner-scoped: an id you don't own returns not-found (never reveals another user's to-do). Returns { todo }.

list_advisor_findings

Browse the ADVISOR CENTER findings (public.advisor_findings) — the advisor-monitor's deduped audit/health findings you see on the dashboard /advisor view. Filter by `severity` (info|warning|alert), `k…

get_advisor_finding

Get ONE advisor finding in FULL by its `fingerprint` (from list_advisor_findings) — with its up-to-20 resolved (already-redacted) audit EVENTS, the SCOPED /audit deep link, and the /advisor permalink,…

share_advisor_finding

Build a SHAREABLE package for ONE advisor finding — the max-context markdown + flat LLM prose + the permalink, so it can be dropped into a doc/chat/issue with full context (Finding · Analysis · Eviden…

list_workspaces

List workspaces (omit archived unless include_archived).

get_workspace

Get one workspace by id or slug.

list_tabs

List a workspace's tabs (workspace_id or workspace_slug).

list_snapshots

List snapshot files in the snapshots storage bucket.

download_snapshot

Get a 5-minute signed download URL for a snapshot file (name from list_snapshots).

list_push_tokens

List registered APNs push tokens (masked). Optionally scope to one device.

get_push_response

Read back a device's answer to an actionable push (#75) by the correlation_id returned from send_push. Returns the push_responses row { correlation_id, device_uuid, action (accept|reject|skip), contex…

get_stats

Return the live stats snapshot (get_stats RPC).

get_status

Return the latest infra status snapshot (service_status) MERGED with the Edge tier's self-reported deployed build. The VPS posts the StatusBody (overall, host{cpu,load,mem,uptime}, components[]); this…

list_audit_events

Read the platform AUDIT TRAIL (public.audit_log) — the unified who-did-what-when-how ledger across every surface (mcp / busybro / dashboard / rest / db / auth / proxy / daemon / cron / ios / cdp / far…

get_audit_event

Get ONE audit-trail row in FULL by its `id` (from list_audit_events) — including the fields the list omits: the REDACTED `detail` (old→new diffs for allowlisted keys, redacted at write time — never ra…

Similar MCP servers embedding-nearest

io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
io.github.TrackingTime/mcp-server live
TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.
26 tools · streamable-http
Dynamoi live
Promote music on Spotify and grow YouTube channels through AI-powered Meta and Google ad campaigns.
22 tools · streamable-http
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
19 tools · streamable-http
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
6 tools · streamable-http

How to use

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

{
  "mcpServers": {
    "busymate_devtools": {
      "url": "https://mcp.busymate.dev/mcp",
      "transport": "http"
    }
  }
}