Build and activate audiences without leaving your workflow, now with the MCP Server and Platform API
Operate The Predactiv Data Platform from the AI tools you already use, like ChatGPT and Claude, or build its capabilities directly into your own product, going from a plain-language request to a live, activation-ready audience.
What we’re introducing
Two new ways to reach The Predactiv Data Platform, in addition to the Predactiv interface:
- Operate from your AI tools (MCP Server): Connect The Predactiv Data Platform to generative AI tools like ChatGPT, Claude, Cursor, and Manus through the open Model Context Protocol (MCP), then build, plan, and activate audiences in natural language, no dashboard required.
- Embed into your own product (Platform API): Build Predactiv’s capabilities directly into your own products and workflows through a standards-based API and token-based authentication, with no custom infrastructure to stand up.
Both run on the production Predactiv Data Platform and honor the same governance, with feature flags and organization-level entitlements respected on every request.
What you can do
- Build and preview audiences just by describing them in plain language, with live size estimates before activation
- Onboard and manage first-party datasets, ready for audience creation
- Pull audience insights and analysis on demand
- Deliver audiences to the destinations you already use, such as DSPs, SSPs, clean rooms, and identity partners
- Discover and apply predictor signals and demographic and geographic filters
Get in touch
See it live, or get your team access to the MCP Server and Platform API.
More than data access
Connecting The Predactiv Data Platform to a generative AI tool does more than retrieve data. A user might pull the insights for two audience segments, ask which is sharper and why, turn the answer into an executive-ready summary or chart, then bring in public web research to benchmark the segments and surface new signals that expand the stronger one, all in the same conversation.
These capabilities pair The Predactiv Data Platform’s own audience creation, sizing, insights, and activation with the AI tool’s reasoning and reach across the open web, shortening the distance from audience discovery to activation and letting teams build their own audience intelligence layer on top of the platform’s data.
See it in action
The same platform, two ways to work with it.
From an AI tool (MCP)




For teams that already work in AI tools. Connect Predactiv, then build, size, and activate audiences just by describing what you want, no dashboard required. For example:
"Preview an audience of US adults interested in trail running and hiking gear, and show me the size."
"Compare my two most recent segments and tell me which is sharper, and why."
"Create an audience for outdoor enthusiasts and deliver it to LiveRamp."

Predactiv builds the audience, returns a live size estimate, and can deliver it to your destination, all in the same conversation.
From your own product (Platform API)
For engineering teams embedding Predactiv into their own product. Authenticate once with OAuth 2.0, then call the same audience and dataset capabilities directly from your code. For example:
# Get an access token (OAuth 2.0, client credentials)
POST /oauth/token
Authorization: Basic <base64(client_id:client_secret)>
grant_type=client_credentials
# Preview an audience, with a live size estimate (no save)
POST /audiences/preview
Authorization: Bearer <access_token>
Content-Type: application/json
{ "prompt": "US adults interested in trail running and hiking gear" }
# Create the audience and queue delivery
POST /audiences
Authorization: Bearer <access_token>
Content-Type: application/json
{ "prompt": "Outdoor enthusiasts in the US", "destinations": ["liveramp"] }
# Onboard a first-party dataset, then upload to a secure URL
POST /datasets
{ "name": "Q3 Analytics", "format": "csv" }
The same audience and dataset capabilities, on the same platform and governance as the Predactiv interface. Illustrative, your team builds against the full API documentation.
Built on an open foundation
Open by design
Built on open standards, so you decide how Predactiv fits into your stack, not the other way around.
Works with what you use
Activate to the DSPs, SSPs, clean rooms, identity partners, and destinations you already rely on, with no proprietary workflow to adopt.
Enterprise-grade governance
Privacy-centric architecture, with the same controls, feature flags, and entitlements as the rest of the platform.
Bring The Predactiv Data Platform into your workflow
Operate Predactiv from your AI tools, or embed it into your own product.