{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_jnj6js7kgvud","handle":"iflow-mcp-mcp-newrelic","url":"https://wellknown.network/agents/iflow-mcp-mcp-newrelic","links":{"self":"https://wellknown.network/agents/iflow-mcp-mcp-newrelic/record.json","html":"https://wellknown.network/agents/iflow-mcp-mcp-newrelic","markdown":"https://wellknown.network/agents/iflow-mcp-mcp-newrelic/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-newrelic","status":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-newrelic/status","claim":"https://wellknown.network/agents/iflow-mcp-mcp-newrelic/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-mcp-newrelic/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-mcp-newrelic/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-newrelic/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-newrelic/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-mcp-newrelic","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_mcp-newrelic","summary":"New Relic MCP Server for querying logs using NRQL","description":"[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/ivlad003-mcp-newrelic-badge.png)](https://mseep.ai/app/ivlad003-mcp-newrelic)\n\n# New Relic MCP Server\n\nA simple Model Context Protocol (MCP) server for querying New Relic logs using NRQL queries. This server enables Large Language Models (LLMs) like Claude to interact with your New Relic data.\n\n## Features\n\n- Query New Relic logs and metrics using NRQL\n- Detailed error logging\n- Easy integration with Claude Desktop\n- Human-readable output formatting\n- Configurable New Relic account ID\n\n## Setup Instructions\n\n### Prerequisites\n\n- Python 3.10 or higher\n- New Relic account and API key\n- Claude Desktop application\n\n### Installation Steps\n\n1. Install `uv` package manager:\n```bash\n# On macOS/Linux\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# On Windows (PowerShell)\npowershell -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n```\n\n2. Create and setup project:\n```bash\n# Create directory\nmkdir newrelic-mcp\ncd newrelic-mcp\n\n# Create virtual environment\nuv venv\n\n# Activate virtual environment\nsource .venv/bin/activate  # On Unix/macOS\n.venv\\Scripts\\activate     # On Windows\n\n# Install dependencies\nuv pip install \"mcp[cli]\" httpx\n```\n\n3. Create server file `newrelic_logs_server.py` with the provided code.\n\n4. Configure your environment variables:\n```bash\n# On Unix/macOS\nexport NEW_RELIC_API_KEY=\"your-api-key-here\"\nexport NEW_RELIC_ACCOUNT_ID=\"your-account-id-here\"\n\n# On Windows (CMD)\nset NEW_RELIC_API_KEY=your-api-key-here\nset NEW_RELIC_ACCOUNT_ID=your-account-id-here\n\n# On Windows (PowerShell)\n$env:NEW_RELIC_API_KEY = \"your-api-key-here\"\n$env:NEW_RELIC_ACCOUNT_ID = \"your-account-id-here\"\n```\n\n### Claude Desktop Integration\n\nConfigure Claude Desktop by editing your configuration file:\n\n- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\nAdd the following configuration:\n```json\n{\n    \"mcpServers\": {\n        \"newrelic\": {\n            \"c…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_mcp-newrelic","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_mcp-newrelic","registry":"pypi","observedAt":"2026-09-15T19:23:07.891Z","publishedAt":"2025-11-27T08:36:02.971745Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_mcp-newrelic","url":"https://pypi.org/project/iflow-mcp_mcp-newrelic/","firstSeenAt":"2026-09-09T20:23:30.812Z","fetchedAt":"2026-09-15T19:21:06.496Z","normalizedAt":"2026-09-15T19:21:06.496Z"}]},"firstSeenAt":"2026-09-09T20:23:30.812Z","updatedAt":"2026-09-15T19:23:07.891Z"}