Datadog
An observability platform for accessing metrics, logs, monitors, dashboards, and incidents.
https://api.datadoghq.com
https://mcp.datadoghq.com/v1/mcp
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Datadog account the connection is authenticated as.
Unified API Endpoints
/me
Retrieve the Datadog account this connection is authenticated as. Datadog returns the user in its JSON:API shape, and `icon` is a Gravatar URL derived from the address rather than an uploaded picture.
