Skip to main content
Glama

New Relic MCP Server

by cloudbring

create_browser_monitor

Set up a browser-based Synthetics monitor to track website performance by specifying URL, check frequency, and monitoring locations using the tool.

Instructions

Create a new browser-based Synthetics monitor

Input Schema

NameRequiredDescriptionDefault
frequencyYesCheck frequency in minutes
locationsYesLocation codes for monitoring
nameYesName of the monitor
target_account_idNoOptional New Relic account ID
urlYesURL to monitor

Input Schema (JSON Schema)

{ "properties": { "frequency": { "description": "Check frequency in minutes", "enum": [ 1, 5, 10, 15, 30, 60 ], "type": "number" }, "locations": { "description": "Location codes for monitoring", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Name of the monitor", "type": "string" }, "target_account_id": { "description": "Optional New Relic account ID", "type": "string" }, "url": { "description": "URL to monitor", "type": "string" } }, "required": [ "name", "url", "frequency", "locations" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudbring/newrelic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server