DV Neura MCP Server

A live remote Model Context Protocol endpoint that exposes DoubleVerify's media quality, verification and performance data to an AI assistant as the DV Neura Insight Agent. DoubleVerify states that clients can connect from Anthropic Claude today, with Google Gemini and Microsoft Copilot to follow. The endpoint is authenticated with an OAuth 2.1 bearer token issued by DoubleVerify's CIAM Keycloak realm (dv-ciam.doubleverify.com/realms/pinnacle) with the scopes openid, email and profile, so a DV Pinnacle account is required. An unauthenticated tools/list returns HTTP 401, which means the tool manifest and every tool inputSchema are gated; DoubleVerify publishes no OpenAPI and no public tool list, so no tools are recorded.

API entry from apis.yml

apis.yml Raw ↑
name: DV Neura MCP Server
description: A live remote Model Context Protocol endpoint that exposes DoubleVerify's media quality,
  verification and performance data to an AI assistant as the DV Neura Insight Agent. DoubleVerify states
  that clients can connect from Anthropic Claude today, with Google Gemini and Microsoft Copilot to follow.
  The endpoint is authenticated with an OAuth 2.1 bearer token issued by DoubleVerify's CIAM Keycloak
  realm (dv-ciam.doubleverify.com/realms/pinnacle) with the scopes openid, email and profile, so a DV
  Pinnacle account is required. An unauthenticated tools/list returns HTTP 401, which means the tool manifest
  and every tool inputSchema are gated; DoubleVerify publishes no OpenAPI and no public tool list, so
  no tools are recorded.
humanURL: https://doubleverify.com/products/neura
baseURL: https://mcp.doubleverify.com/mcp
tags:
- MCP
- Agent
- Media Measurement
properties:
- type: MCPServer
  url: mcp/doubleverify-mcp.yml
- type: Authentication
  url: authentication/doubleverify-authentication.yml
- type: OAuthScopes
  url: scopes/doubleverify-scopes.yml