Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fuser-guides%2Fmcp-server%2Ftools%2Frum.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fuser-guides%2Fmcp-server%2Ftools%2Frum.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

# Real User Monitoring

Use the Coralogix MCP server to query and analyze Real User Monitoring (RUM) data directly from your IDE. Find top errors, track user interactions, monitor Web Vitals, and troubleshoot frontend and mobile application performance without leaving your coding environment.

Setup requirements are identical to the existing MCP server configuration.

## Example prompts[​](#example-prompts "Direct link to Example prompts")

### Error and crash analysis[​](#error-and-crash-analysis "Direct link to Error and crash analysis")

```
What are the top errors in my web app this week?
```

```
Show me the most impactful frontend errors by affected users.
```

```
Are there any network request failures in the dashboard app?
```

```
What crashes are happening in our mobile app?
```

### Performance monitoring[​](#performance-monitoring "Direct link to Performance monitoring")

```
Which pages have the slowest load times?
```

```
Show me Web Vitals (LCP, CLS, FID) trends for our portal.
```

```
Are there any long tasks blocking the main thread?
```

### User behavior analysis[​](#user-behavior-analysis "Direct link to User behavior analysis")

```
What are users clicking on the checkout page?
```

```
Show me the most common user interactions on the settings page.
```

### Mobile monitoring[​](#mobile-monitoring "Direct link to Mobile monitoring")

```
Show me CPU and memory usage from our Android app.
```

```
What's the crash rate on iOS this week?
```

```
Are there any ANR issues on Android?
```

## Tools[​](#tools "Direct link to Tools")

| Tool                | Description                                                                                                                                  |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `read_rum_sdk_docs` | Loads the Coralogix RUM SDK setup guide and API reference for a chosen SDK. Useful for troubleshooting SDK integration issues from your IDE. |

`read_rum_sdk_docs` takes a `topic` parameter—one of `BROWSER_SDK`, `SOURCE_MAPS`, `REACT_NATIVE_SDK`, `FLUTTER_SDK`, `ANDROID_SDK`, or `IOS_SDK`.

RUM telemetry itself is queried with the general [`query_dataprime`](https://docs-docusaurus.kinsta.page/user-guides/mcp-server/tools/logs-and-traces/.md) tool and explored with [`search_for_fields`](https://docs-docusaurus.kinsta.page/user-guides/mcp-server/tools/reference/.md); the example prompts above resolve to DataPrime queries against your RUM data.

## Common use cases[​](#common-use-cases "Direct link to Common use cases")

* Find top RUM errors for your application, filter by team or URL, and fix them in your code—without leaving your editor.
* Understand what users are clicking, what they abandon, and identify drop-off patterns that surface underlying errors.
* Track Core Web Vitals and load time trends across pages to catch regressions before they affect users.

## Next steps[​](#next-steps "Direct link to Next steps")

Explore the foundational [Reference tools](https://docs-docusaurus.kinsta.page/user-guides/mcp-server/tools/reference/.md) for understanding and querying your data.
