Datadog

Connect Datadog to Copilot Studio

Search, read and write Datadog from Copilot Studio. Arlet links the two through one MCP connection and takes care of keys and authentication.

Arlet makes Datadog's official MCP server available from the AI client you already use. Signing in to Datadog completes the connection.

The AI can search logs, metrics, traces, monitors, incidents, dashboards and RUM events and create notebooks (core toolset). This targets the US1 site (datadoghq.com), and your role needs the mcp_read permission (mcp_write for writes). The available tools are those provided by Datadog's official server.

How to connect Datadog to Copilot Studio

  1. 1

    In the Arlet dashboard, open Integrations → Add an integration and choose Datadog. Sign in with Link Datadog, name the connection and click Create.

  2. 2

    Sign in to Copilot Studio with your work account, create a new agent (or open an existing one), and in the Build tab choose Tools → + → Add → Model Context Protocol (MCP) in the right panel.

  3. 3

    In the Add MCP server form, enter "Arlet" as the Server name, https://mcp.arlet.dev/mcp/ as the Server URL, choose OAuth 2.0 for Authentication and "Dynamic (detected)" for Configuration type, then click Add. No Client ID / Secret is needed.

  4. 4

    On the Select a connection screen, choose Create new connection → Create, then sign in with Google on the Arlet authorization screen and click Allow. Click Add to attach the tool to the agent, then Publish to use it from Microsoft 365 Copilot.

Requires a Microsoft work account and a Copilot Studio license (or trial). MCP is available only for agents using generative orchestration and not in Copilot Studio in Teams.

What you can do

Datadog tools that Copilot Studio can call.

  • search_datadog_logs

    Search logs.

  • analyze_datadog_logs

    Aggregate and analyze logs.

  • search_datadog_metrics

    Search metrics.

  • get_datadog_metric

    Get metric values.

  • search_datadog_spans

    Search APM spans.

  • get_datadog_trace

    Get a trace.

  • search_datadog_monitors

    Search monitors.

  • search_datadog_incidents

    Search incidents.

  • get_datadog_incident

    Get an incident's details.

  • search_datadog_events

    Search events.

  • search_datadog_hosts

    Search hosts.

  • search_datadog_dashboards

    Search dashboards.

  • search_datadog_rum_events

    Search RUM events.

  • search_datadog_notebooks

    Search notebooks.

  • create_datadog_notebook

    Create a notebook.

The tool list follows what Datadog's official MCP server provides and may change.

Example uses

  • Investigate an outage

    Start from the firing monitors, follow the related logs and traces, and list likely causes.

  • Understand error trends

    Aggregate recent error logs by service and error type.

  • Write a postmortem

    Collect an incident's timeline and related metrics into a notebook.

  • Check performance

    Query latency metrics and spans to find the slowest endpoints.

Prompts you can use as-is

  • List the monitors currently alerting and show five related error logs for each
  • Aggregate the last hour of error logs for the checkout service by error type
  • Collect the timeline and related metrics for incident #123 and create a postmortem notebook
  • Show the five endpoints in the api service with the highest p95 latency

Use Datadog with other AI clients