Skip to Content
Build an MCPNew Relic

New Relic MCP

Run NRQL queries, get APM summaries, list alert violations, and create deployment markers in New Relic.

Overview

Catalog IDmcp-newrelic
Categoryobservability
Auth methodAPI key
Blast radiusread-only
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
run_nrqlExecute a NRQL query.
list_applicationsList monitored applications.
get_alert_violationsGet alert violations.
create_deployment_markerCreate a deployment marker.
get_apm_summaryGet APM summary metrics.

Tool parameters

run_nrql

Execute a NRQL query.

ParameterTypeDescription
querystringrequiredNRQL query
account_idstringoptionalAccount ID

list_applications

List monitored applications.

ParameterTypeDescription
filter_namestringoptionalFilter by name

get_alert_violations

Get alert violations.

ParameterTypeDescription
only_openbooleanoptionalOnly open violations

create_deployment_marker

Create a deployment marker.

ParameterTypeDescription
application_idintegerrequiredApplication ID
revisionstringrequiredDeployment revision
descriptionstringoptionalDescription

get_apm_summary

Get APM summary metrics.

ParameterTypeDescription
application_idintegerrequiredApplication ID

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find New Relic and click Install
  3. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
  4. Click Test Connection to run a health check and list available tools

Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.

Blast radius

This MCP is classified read-only, and most of its tools only read data. Note that it does expose one tool that writes back to the connected service: create_deployment_marker.

Review these against your own change-management policy before installing, and use Policies to gate them if agents should not perform those actions unattended.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on