# amitte/datadog-tools

> Read-only Datadog surface — query_metrics, search_logs, list_monitors, get_dashboard. Auth via API+APP keys.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/datadog-tools

## Tags

- **Capabilities:** metrics-query, logs-search, monitors-list, dashboard-fetch
- **Domains:** observability, monitoring

## Evaluation

- **Adversarial score:** 85/100
- **Content score:** 72/100

## Endpoints

- **service-backed** `datadog-tools` → https://mcp.amitte.com/v1/datadog-tools/sse — Remote MCP server fronting the Datadog v1+v2 APIs in read mode. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `query_metrics` — Read-only. Run a metrics timeseries query. Window is bounded server-side to <= 24h.
  - tool: `search_logs` — Read-only. Search Datadog logs using Logs Search v2.
  - tool: `list_monitors` — Read-only. List monitors with optional name + tag filters; returns id, name, status, type.
  - tool: `get_dashboard` — Read-only. Fetch a dashboard by id; returns title, layout, widget summaries.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/datadog-tools" } }`
- Install via CLI: `amitte install amitte/datadog-tools`
- HTML page: https://amitte.com/s/amitte/datadog-tools

Last updated: 2026-06-08T15:34:19.482Z