BBB
AEO Score: 0.60 / 1.00

Datadog

DevOps
Adequate — Basic agent connectivity available
Agent Ready
Connectable
MCP Type
API Only
Success Rate
🟡 Medium
Agent Activity
● New
Recipes

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes — kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_servicesget_service_detail

How to Connect Datadog to an AI Agent

Auth setup

1. Go to Datadog > Organization Settings > API Keys, create/copy API key. 2. Organization Settings > Application Keys, create/copy App key. 3. For Claude: install from Claude Connectors Directory (easiest), or claude mcp add datadog -- npx @datadog/mcp-server. 4. Set DD_API_KEY and DD_APP_KEY env vars.

Key facts

Base URLhttps://unknown
AuthDual key authentication: API Key (DD-API-KEY header, for data ingestion) + Application Key (DD-APPLICATION-KEY header, for management operations). Both generated at app.datadoghq.com > Organization Settings > API Keys / Application Keys.
Request bodyapplication/json
Rate limitFollows Datadog API rate limits: 1200 requests/hour for most endpoints. Some endpoints (logs, metrics) have separate limits. Monitor X-RateLimit-Remaining headers.

Key endpoints

MethodPathDescription
toolquery_metricsQuery and retrieve metrics data
toolsearch_logsSearch and filter log entries
toollist_monitorsList and manage monitoring alerts
toolcreate_dashboardCreate monitoring dashboards
toolget_apm_tracesRetrieve APM trace data
toolmanage_downtimeSchedule maintenance downtimes

Quickstart

# Easiest: Install from Claude Connectors Directory
# Or via CLI:
claude mcp add datadog -- npx @datadog/mcp-server

# Set env vars:
export DD_API_KEY=your_api_key
export DD_APP_KEY=your_app_key
export DD_SITE=datadoghq.com  # or .eu, us3, etc.

# Then ask Claude:
# 'Show me error rates for the last hour'
# 'Create a dashboard for my web service latency'
# 'List triggered monitors'

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-06-08. Specs change — verify against the official docs before production use.

Frequently Asked Questions

What is Datadog's AEO score?
Datadog has an AEO score of 0.60 and is rated BBB (Basic agent connectivity available). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is Datadog AI-agent-ready?
Datadog is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Datadog compare to other DevOps services?
In the DevOps category, Datadog is rated BBB. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how Datadog compares.
How can I integrate Datadog with an AI agent?
The fastest way to integrate Datadog with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server — then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with Datadog?
Dual key authentication: API Key (DD-API-KEY header, for data ingestion) + Application Key (DD-APPLICATION-KEY header, for management operations). Both generated at app.datadoghq.com > Organization Settings > API Keys / Application Keys. Setup: 1. Go to Datadog > Organization Settings > API Keys, create/copy API key. 2. Organization Settings > Application Keys, create/copy App key. 3. For Claude: install from Claude Connectors Directory (easiest), or claude mcp add datadog -- npx @datadog/mcp-server. 4. Set DD_API_KEY and DD_APP_KEY env vars.
What are Datadog's API rate limits?
Follows Datadog API rate limits: 1200 requests/hour for most endpoints. Some endpoints (logs, metrics) have separate limits. Monitor X-RateLimit-Remaining headers.