3,400+ MCP servers ready to use
Vinkius

Bring Full Stack Monitoring
to Vercel AI SDK

Learn how to connect Datadog to Vercel AI SDK and start using 16 AI agent tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code.

Check Datadog StatusCreate EventGet DashboardGet IncidentGet MonitorList DashboardsList EventsList HostsList IncidentsList MetricsList MonitorsList SlosMute MonitorQuery MetricsSearch LogsSearch Monitors

What is the Datadog MCP Server?

Connect your Datadog account to any AI agent and take full control of your observability stack through natural conversation.

What you can do

  • Monitor Management — List, search, inspect, and mute monitors to control alert noise during maintenance windows
  • Dashboard Inspection — Browse dashboards and retrieve full layouts, widgets, and template variables
  • Metric Queries — Run time-series queries using Datadog syntax (e.g., avg:system.cpu.user{*}) with custom time ranges
  • Log Search — Search log events using Datadog query syntax across all indexed log sources
  • Event Tracking — Browse platform events and create custom events with tags and priority levels
  • Incident Management — List active incidents with severity, status, responders, and timeline details
  • SLO Monitoring — Review Service Level Objectives with targets, error budgets, and compliance status
  • Host Inventory — Access all reporting hosts with metadata, tags, and agent versions

How it works

1. Subscribe to this server
2. Enter your Datadog API Key and your site URL (e.g., https://api.datadoghq.com for US or https://api.datadoghq.eu for EU)
3. Start monitoring your infrastructure from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • SRE / DevOps Engineers — query monitors, mute noisy alerts, and inspect incidents without opening the Datadog dashboard
  • Platform Teams — run metric queries and validate SLO compliance through conversational AI
  • On-Call Engineers — triage incidents, search error logs, and check host health during outages via natural language

Built-in capabilities (16)

check_datadog_status

Verify connectivity

create_event

Create an event

get_dashboard

Get dashboard details

get_incident

Get incident details

get_monitor

Get monitor details

list_dashboards

List dashboards

list_events

List events

list_hosts

List hosts

list_incidents

List incidents

list_metrics

List metrics

list_monitors

List monitors

list_slos

List SLOs

mute_monitor

Mute a monitor

query_metrics

Query metric data

search_logs

Search logs

search_monitors

Search monitors

Why Vercel AI SDK?

The Vercel AI SDK gives every Datadog tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 16 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.

  • TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box

  • Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Datadog integration everywhere

  • Built-in streaming UI primitives let you display Datadog tool results progressively in React, Svelte, or Vue components

  • Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency

See it in action

Datadog in Vercel AI SDK

AI AgentVinkius
High Security·Kill Switch·Plug and Play
Why Vinkius

Datadog and 3,400+ other MCP servers. One platform. One governance layer.

Teams that connect Datadog to Vercel AI SDK through Vinkius don't need to source, host, or maintain individual MCP servers. Every tool call runs inside a hardened runtime with credential isolation, DLP, and a signed audit chain.

3,400+MCP Servers ready
<40msCold start
60%Token savings
Raw MCP
Vinkius
Server catalogFind and host yourself3,400+ managed
InfrastructureSelf-hostedSandboxed V8 isolates
Credential handlingPlaintext in configVault + runtime injection
Data loss preventionNoneConfigurable DLP policies
Kill switchNoneGlobal instant shutdown
Financial circuit breakersNonePer-server limits + alerts
Audit trailNoneEd25519 signed logs
SIEM log streamingNoneSplunk, Datadog, Webhook
HoneytokensNoneCanary alerts on leak
Custom domainsNot applicableDNS challenge verified
GDPR complianceManual effortAutomated purge + export
Enterprise Security

Why teams choose Vinkius for Datadog in Vercel AI SDK

The Datadog MCP Server runs on Vinkius-managed infrastructure inside AWS — a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts. All 16 tools execute in hardened sandboxes optimized for native MCP execution.

Your AI agents in Vercel AI SDK only access the data you authorize, with DLP that blocks sensitive information from ever reaching the model, kill switch for instant shutdown, and up to 60% token savings. Enterprise-grade infrastructure, zero maintenance.

Datadog
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

The Vinkius Advantage

How Vinkius secures Datadog for Vercel AI SDK

Every tool call from Vercel AI SDK to the Datadog MCP Server is protected by DLP redaction, cryptographic audit chains, V8 sandbox isolation, kill switch, and financial circuit breakers.

< 40msCold start
Ed25519Signed audit chain
60%Token savings
FAQ

Frequently asked questions

01

Can I silence noisy monitors during scheduled maintenance?

Yes. The mute_monitor action silences a specific monitor by its ID, suppressing all alert notifications. This is ideal during deployment windows or planned maintenance. Use search_monitors to find the monitor by name or tag first, then mute it by ID.

02

Does Datadog require two credentials to connect?

Yes. You need your API Key (found in Organization Settings > API Keys) and your Base URL, which depends on your Datadog site region: https://api.datadoghq.com for US1, https://api.datadoghq.eu for EU, or https://api.us3.datadoghq.com for US3. The API Key is sent via the DD-API-KEY header.

03

Can I run time-series metric queries with custom time ranges?

Yes. The query_metrics tool accepts a Datadog metric query string (e.g., avg:system.cpu.user{host:web-01}), a start epoch timestamp, and an end epoch timestamp. It returns the time-series data points for that metric across the specified window.

04

How does the Vercel AI SDK connect to MCP servers?

Import createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.

05

Can I use MCP tools in Edge Functions?

Yes. The AI SDK is fully edge-compatible. MCP connections work on Vercel Edge Functions, Cloudflare Workers, and similar runtimes.

06

Does it support streaming tool results?

Yes. The SDK provides streaming primitives like useChat and streamText that handle tool calls and display results progressively in the UI.

07

createMCPClient is not a function

Install: npm install @ai-sdk/mcp