Yes. The Newrelic MCP includes a create_dashboard tool that lets Claude create dashboards in your Newrelic account from a plain-English prompt. You can also update and delete dashboards — no Newrelic UI needed.
Yes. The Newrelic MCP has search and list tools for entities. Ask Claude to find entities by any criteria and it runs the Newrelic API query for you, returning results directly in the conversation.
Yes. The Newrelic MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 21 Newrelic tools are available everywhere you connect it — install once on Aerostack.
Yes. The Newrelic MCP includes run and trigger tools that let Claude execute Newrelic actions on demand. This is useful for automating repetitive Newrelic tasks directly from a Claude or Cursor session.
Query APM metrics, infrastructure data, run NRQL queries, manage dashboards and alerts with New Relic.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"newrelic": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-newrelic",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify new relic credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Query APM metrics, run NRQL, manage dashboards, inspect alert incidents, and list infrastructure entities — all from any AI agent via the New Relic GraphQL API.
New Relic is a leading observability platform used by engineering and SRE teams worldwide to monitor applications, infrastructure, and user experience. This MCP server gives your agents full access to New Relic's NerdGraph GraphQL API: searching and inspecting entities, running arbitrary NRQL queries, using pre-built APM/infra metric shortcuts, managing dashboards, and inspecting alert policies and open incidents.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-newrelic
| Tool | Description |
|---|---|
list_entities | List entities by type: HOST, APPLICATION, BROWSER, MOBILE, MONITOR, DASHBOARD |
get_entity | Get full entity details by GUID including tags and alert severity |
search_entities | Search all entities by name substring |
get_golden_metrics | Get golden metrics (response time, throughput, error rate) for an entity |
get_entity_tags | Get all tags on a New Relic entity |
run_nrql | Execute an arbitrary NRQL query against a New Relic account |
run_nrql_timeseries | Run NRQL with TIMESERIES appended — returns time-bucketed chart data |
query_apm_metrics | Pre-built APM query: response time + throughput for a named application |
query_error_rate | Pre-built error rate query for a named application |
query_infrastructure | Pre-built infra query: CPU and memory for a named host |
list_dashboards | List all dashboards with optional name filter |
get_dashboard | Get a dashboard by GUID including pages and widget count |
create_dashboard | Create a new empty dashboard (PUBLIC_READ_WRITE) |
delete_dashboard | Delete a dashboard by GUID (irreversible) |
list_alert_policies | List alert policies for an account |
get_alert_conditions | Get NRQL alert conditions for a specific alert policy |
list_incidents | List open/active/closed alert incidents for an account |
get_incident_details | Get detailed information about a specific incident |
list_accounts | List all New Relic accounts accessible by the API key |
get_current_user | Get the authenticated user associated with the API key |
get_account_info | Get details for a specific account by ID |
| Variable | Required | Description | How to Get |
|---|---|---|---|
NEW_RELIC_API_KEY | Yes | New Relic User API Key | New Relic → Profile → API Keys → Create a key (type: User). Do not use the License key. |
The API key must be a User key, not a License (Ingest) key. User keys have read/write access to NerdGraph. License keys are for data ingestion only and will return 401.
NEW_RELIC_API_KEY under Project → SecretsOnce added, every AI agent in your workspace can query New Relic observability data automatically.
"Show me the response time and throughput for the checkout-service over the last hour"
"List all open alert incidents in account 1234567"
"Run a NRQL query to find the top 5 slowest database operations in the last 30 minutes"
"What's the error rate for payment-api over the past 24 hours?"
"Create a new New Relic dashboard called 'Platform Health'"
# Get current user (ping / auth check)
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-newrelic \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-NEW-RELIC-API-KEY: your-user-api-key' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_current_user","arguments":{}}}'
# Run a NRQL query
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-newrelic \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-NEW-RELIC-API-KEY: your-user-api-key' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"run_nrql","arguments":{"account_id":1234567,"nrql":"SELECT count(*) FROM Transaction SINCE 1 hour ago"}}}'
# Get APM metrics without writing NRQL
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-newrelic \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-NEW-RELIC-API-KEY: your-user-api-key' \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"query_apm_metrics","arguments":{"account_id":1234567,"app_name":"checkout-service","since":"30 minutes ago"}}}'
https://api.newrelic.com/graphql.API-Key, not Authorization: Bearer. This is a New Relic-specific convention.MTIzNDU2N3xBUE18QVBQTElDQVRJT058MTIzNDU2Nzg5. Use list_entities or search_entities to discover them.list_accounts.MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-newrelic
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.