# Cloudflare Digital Experience Monitoring (verified)

Digital Experience Monitoring. Get insight on critical application performance for your organization.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cloudflare/dex

# Browse available tools
npx -y @smithery/cli@latest tool list cloudflare/dex

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cloudflare/dex accounts_list

# Call a tool
npx -y @smithery/cli@latest tool call cloudflare/dex accounts_list '{}'
```

## Direct MCP Connection

Endpoint: `https://cloudflare-dex.run.tools`

## Tools (20)

- `accounts_list` — List all accounts in your Cloudflare account
- `set_active_account` — Set active account to be used for tool calls that require accountId
- `dex_test_statistics` — Analyze Cloudflare DEX Test Results by quartile given a Test ID
- `dex_list_tests` — Retrieve a list of all Cloudflare DEX Tests configured.
- `dex_http_test_details` — Retrieve detailed time series results for an HTTP DEX test by id.
- `dex_traceroute_test_details` — Retrieve detailed time series results for a Traceroute DEX test by id.
- `dex_traceroute_test_network_path` — Retrieve aggregate network path data for a Traceroute DEX test by id. Use the dex_traceroute_test_result_network_path t…
- `dex_traceroute_test_result_network_path` — Retrieve the hop-by-hop network path for a specific Traceroute DEX test result by id.
- `dex_list_remote_capture_eligible_devices` — Retrieve a list of devices eligible for remote captures. You'll need the device_id and user_email from this response in…
- `dex_create_remote_pcap` — Create a remote packet capture (PCAP) for a device. This is a resource intensive and privacy-sensitive operation on a r…
- `dex_create_remote_warp_diag` — Create a remote Warp Diagnostic (WARP-diag) for a device. This is a resource intensive and privacy-sensitive operation …
- `dex_list_remote_captures` — Retrieve a list of remote captures for device debugging, like PCAPs or WARP Diags.
- `dex_fleet_status_live` — Retrieve details about the real-time status of the fleet of devices broken down by dimension (mode, status, colo, platf…
- `dex_fleet_status_over_time` — Retrieve aggregate time series details about the status of the fleet of devices, or performance metrics for a specific …
- `dex_fleet_status_logs` — Retrieve raw fleet status device logs with a variety of levels of granularity and filtering. Use `source=last_seen` to …
- `dex_list_warp_change_events` — View logs of events when users toggle WARP on or off, or change configurations.
- `dex_list_colos` — View a list of Cloudflare colos sorted alphabetically or by frequency encountered in fleet status or DEX test data.
- `dex_list_remote_warp_diag_contents` — Given a WARP diag remote capture id and device_id, returns a list of the files contained in the archive.
- `dex_explore_remote_warp_diag_output` — Explore the contents of remote capture WARP diag archive filepaths returned by the dex_list_remote_warp_diag_contents t…
- `dex_analyze_warp_diag` — Analyze successful WARP-diag remote captures for common issues. This should be the first place you start when trying to…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cloudflare/dex <tool-name>
```
