Skip to main content

MCP (Model Context Protocol) — Overview

AI agents query AI CDP as a tool via MCP endpoints. All calls require consent verification and produce audit logs.

Architecture

AI Agent → MCP Server → Consent Check → Service Layer → Response + Audit

Security

  • Consent checking before any profile access
  • PII masking in all responses
  • Rate limiting per agent (configurable)
  • Full audit logging of every tool call

Available Tools

ToolParametersReturnsConsent
get_profiledtx_id, fields[]Profile subsetMCP_ACCESS
search_profilescriteria, limitDTX_IDs (no PII)ANALYTICS
get_segment_memberssegment_id, sample_sizeSample DTX_IDsANALYTICS
resolve_identityidentifier_type, valueDTX_IDMCP_ACCESS
get_segment_statssegment_idAggregate statsNone
create_segmentname, criteriaSegment IDAdmin only
get_identity_graphdtx_id, depthRelated entitiesMCP_ACCESS

See MCP Tools Reference for detailed schemas.