MCP ServerOfficialHTTP

New Relic MCP Server

New Relic runs a hosted MCP server at mcp.newrelic.com. Its centre of gravity is NRQL — the query language — which means an agent can go from a vague question to a precise timeseries without you remembering the syntax.

Hosted URL

https://mcp.newrelic.com/mcp

Suggested model

Claude Sonnet 4.5

Chat with 60+ AI models on the same workflow — switch to a different model mid-conversation and re-run the same prompt, or use Compare mode to put several side-by-side and balance quality vs. cost.

Auth

A New Relic User API key, sent as an api-key header. The key carries your account scope, so it decides which accounts the agent can read.

What the New Relic MCP server does

How models use it and what it is built for.

The server is built around New Relic’s query layer rather than around dashboards. NRQL is the primary tool: an agent composes a query against events, metrics, logs or traces and reads the result, which covers most of what the platform can answer. Entity search sits alongside it, so a model can resolve "the checkout service" to a real entity GUID before querying it — the step that otherwise produces confidently wrong answers. Alert and incident state is readable for triage, and APM data covers throughput, error rate and transaction traces. Because NRQL spans every telemetry type in one syntax, this server tends to need fewer tool round-trips than observability servers that split logs and metrics into separate tools, which is a real advantage on token cost.

Tools the New Relic MCP server exposes

Typical tools an AI model can call. Exact names vary by version.

  • NRQL query — run an arbitrary NRQL statement and read the result set
  • entity search — resolve a service or host name to its entity GUID
  • APM data — throughput, error rate and transaction detail for a service
  • alerts and incidents — read current alert conditions and open incidents
  • logs — query log data through the same NRQL surface

Example prompts to try

Copy any of these into MCP Agent Studio after connecting.

  • Write and run the NRQL for error rate by transaction on the checkout service, last 24 hours.

  • Which entities in this account have an open alert right now?

  • What is the slowest transaction in the API service this week, and how has it trended?

  • Compare Apdex for the web tier before and after yesterday’s deploy.

Models on MCP Playground

This is not a single-model product: you get the same MCP connection with 60+ models (Claude, GPT, Gemini, DeepSeek, open-weight, and more), you can switch mid-conversation, and you can open Compare mode to run the same prompt against multiple models at once. The card above is a suggested starting point for this server — not the only choice.

Default pick for New Relic

Claude Sonnet 4.5

NRQL has its own FACET and TIMESERIES semantics that superficially resemble SQL. Sonnet 4.5 writes it correctly; weaker models produce SQL-shaped queries that fail or silently mislead.

Check an AI agent can actually use the New Relic MCP server

Listing tools proves the server is reachable, not that a model can work with it. Evals go further: they read every tool on the server, write a test suite from its real schemas, and run it — code decides pass/fail on the responses (schema conformance, error codes, pagination, result caps) while a scoring model grades plain-English tasks driven through the tools.

Get a pass/fail report per tool with the evidence behind each verdict — and replay the same suite after every schema change. Destructive tools are excluded from the run.

Run evals

Try the New Relic MCP server in your browser

Open MCP Agent Studio with the connection pre-filled. Add your token, pick any of 60+ models, and start chatting — no install required.

Open Agent Studio

New Relic MCP server — FAQ

Common questions about connecting, scoping and using it safely.

What is the New Relic MCP server?

New Relic’s hosted MCP server at mcp.newrelic.com. It gives an AI assistant NRQL query access plus entity search, APM metrics and alert state, so you can investigate telemetry in conversation rather than in the query builder.

Do I need to know NRQL to use it?

No — that is largely the point. You describe what you want and the model writes the NRQL. It is still worth reading the query it produces, because a subtly wrong FACET or time window returns a plausible number rather than an error.

What key does it need?

A User API key, passed as an api-key header. It inherits that user’s account access, so create a dedicated key with the narrowest account scope you need rather than reusing an admin key.

How does it compare with the Datadog MCP server?

New Relic routes almost everything through NRQL, so one flexible tool answers most questions. Datadog exposes more separate, purpose-built tools. In practice New Relic needs fewer round-trips, Datadog needs less query correctness from the model.

Can an agent change anything?

The server is oriented toward reading telemetry and alert state rather than mutating configuration. Treat the key as the real boundary: scope it to read-only access and the question stops being about what the tools might allow.

Other MCP servers

More on MCP Playground

New Relic MCP Server — AI Agent for NRQL and Alerts