MCP Agent · ADCP v3 · Live

Our Data. Your competitive advantage.

Query and discover high-fidelity intent and interest signals from AffinityAnswers' audience data — directly inside any AI agent workflow.

→ Try it in 30 seconds View tools Try It Live
500+ Signal Segments
$1 CPM Starting Price
2 MCP Tools
ADCP v3 Protocol
20% Increase in Click-Through Rate
70% Video Completion Rate
55% Higher Future Purchase Intent
10% Lift in Purchase Intent

Activate Anywhere — Works With

Built for performance. Designed for AI.

Tested to Perform

Signals validated against real AffinityAnswers audience and digital engagement data — not modeled proxies.

Activate Anywhere

Every signal includes a live agent URL for direct DSP activation — LiveRamp, The Trade Desk, PubMatic, and more.

Certified & Future-Proofed

ADCP v3 compliant, cookie-free, and privacy-safe — built for durable audience targeting beyond third-party cookies.

Custom Audiences

Enterprise clients can request bespoke segments built directly on AffinityAnswers data for exclusive competitive advantage.

Certified. Cookie-free. Future-proofed.

AffinityAnswers MCP signals are built for a post-cookie world — privacy-safe, Neutronian-certified, and compliant with global data regulations. Every signal is verified and ready to activate without relying on third-party tracking.

Neutronian Certified Privacy-Safe Cookie-Free GDPR & CCPA Ready

Up and running in 30 seconds

Connect the AffinityAnswers MCP agent to any Claude or AI workflow and start querying audience signals immediately.

1

Open Connectors

Pro / Max: Navigate to Customize → Connectors, then click + and select Add custom connector.

Team / Enterprise (Owner): Go to Organization settings → Connectors, click Add, hover over Custom, then select Web.

2

Add the MCP Server URL

Enter the Name and URL below, then click Add. No authentication required — skip Advanced settings.

Connector Details
Name  AA-Signal-Agent
URL   https://mcp.affinityanswers.com/mcp
3

Set Tool Permissions

Go to Settings → Connectors, find AA-Signal-Agent and click Configure. Set every tool to Always Allow so Claude can call them without prompting you each time.

4

Enable & Use in Chat

Click the + button at the bottom-left of your chat interface, select Connectors, and enable AA-Signal-Agent. Then ask Claude in natural language.

Example prompts
// Audience discovery
"Find audience segments for frequent
  business travellers with loyalty intent"

// Exact signal lookup
"Look up AffinityAnswers signal aa-88881124"

// Capability check
"What signals data providers are available?"
1

Enable Developer Mode

In ChatGPT, go to Settings → Apps → Advanced Settings and toggle Developer Mode on. This unlocks the ability to add custom MCP apps.

2

Create a New App

Navigate to Settings → Apps and click Create. A New App dialog will open where you register the AffinityAnswers MCP server.

3

Fill in App Details

Enter the Name, Description, and MCP Server URL as shown below. Set Authentication to No auth.

App Details
Name           AA-Signal-Agent
MCP Server URL https://mcp.affinityanswers.com/mcp
Description    Query and discover high-fidelity audience
               intent signals from AffinityAnswers'
               loyalty and digital data assets via
               ADCP v3 MCP tools.
Authentication No auth
4

Acknowledge & Create

Check the "I understand and want to continue" box to acknowledge the MCP server risk notice, then click Create to register the app.

5

Use in Chat

Open a new conversation, click the + button near the message composer, select More, then choose AA-Signal-Agent. Prompt ChatGPT and it will call the MCP server and return results.

Example prompts
// Audience discovery
"Find audience segments for frequent
  business travellers with loyalty intent"

// Exact signal lookup
"Look up AffinityAnswers signal aa-88881124"

// Capability check
"What signals data providers are available?"

Two tools. Infinite signal combinations.

A clean, minimal surface — discover what's possible, then query exactly what you need.

get_adcp_capabilities

Returns ADCP protocol metadata — supported versions, protocols, data provider domains, and feature flags. Always call this first to confirm compatibility.

  • no paramsNo input required
Returns
{ adcp, supported_protocols,
  signals: {
    data_provider_domains,
    features
  }
}

get_signals

Query the AffinityAnswers signal catalog. Supports natural-language discovery, exact ID lookup, or both. Returns segments with coverage, pricing, and deployment info.

  • signal_specoptionalNatural-language audience description
  • signal_idsoptionalArray of {provider, id} for exact lookup
  • filtersoptionalFilter by signal type, category, etc.
  • max_resultsoptionalMax signals to return (default 20)
  • contextoptionalBuyer context object
  • paginationoptionalCursor from a prior response
get_signals — Full Response Example
{
  "signals": [{
    "signal_agent_segment_id": "aa-88881124",
    "name": "AffinityAnswers > Interest > Celebrities > Digital Influencers > Travel",
    "signal_type": "marketplace",
    "coverage_percentage": 18.88,
    "data_provider": "AffinityAnswers",
    "deployments": [{ "type": "agent", "agent_url": "https://mcp.affinityanswers.com/mcp", "is_live": true }],
    "pricing_options": [{ "model": "cpm", "currency": "USD", "cpm": 1 }],
    "categories": ["affinity"],
    "value_type": "binary"
  }]
}

Query the live MCP server.

Real calls to mcp.affinityanswers.com — no auth, no SDK.

Returns ADCP protocol metadata — supported versions, publisher domain, and feature flags. Runs automatically on switch.

ReadyPick a preset or type a query to search live signals.

Real results. Proven performance.

See how brands activate AffinityAnswers MCP signals to drive measurable outcomes across campaigns.

Real segments. Live. Ready to activate.

Browse a sample of what's available — queried live via get_signals.

Segment NameSignal IDCoverageCPMStatus

What you can build

From programmatic media to AI-powered campaign planning — here's how teams use AffinityAnswers MCP signals.

Travel Campaign Targeting

Layer Travel Enthusiast, Influencer Travel, and Travelocity intent signals to build rich audience profiles for airline or hotel campaigns.

Business Traveller Intel

Identify corporate travellers using intent + interest signals — ideal for B2B services, premium cards, and executive travel tools.

AI Agent Audience Planning

Let Claude or any LLM discover and recommend signal combinations for a campaign brief — no manual taxonomy browsing.

Influencer Audience Matching

Match influencer content categories with real audience segments to validate influencer–audience alignment before spend.

Financial Product Activation

Target travel card and insurance prospects using Intent signals — people actively researching travel-linked financial products.

Programmatic Signal Activation

Retrieve live CPM and deployment metadata to plug signals directly into DSPs via the agent URL on every segment.

Connect in any AI environment

Standard MCP over HTTP — works with Claude Desktop, Claude Code, and any ADCP-compatible agent framework.

Why MCP?

The Model Context Protocol lets AI agents natively discover and call tools. No custom SDK — configure the server URL and your agent queries signals in natural language instantly.

  • Works with Claude Desktop & Claude Code
  • Natural-language signal discovery
  • ADCP v3 protocol compliant
  • Live deployment status on every signal
  • Binary & scored value types supported
  • Transparent CPM pricing per segment
  • Cookie-free, privacy-safe architecture
claude_desktop_config.json
{
  "mcpServers": {
    "aa-signals": {
      "url": "https://mcp.affinityanswers.com/mcp",
      "type": "http"
    }
  }
}
Claude Code — .claude/settings.json
{
  "mcpServers": {
    "aa-signals": {
      "type": "http",
      "url": "https://mcp.affinityanswers.com/mcp"
    }
  }
}

Simple, transparent pricing

All signals start at $1 CPM. Access tiers control catalog depth and activation volume.

Sandbox
Free
No credit card required
  • MCP server access
  • get_adcp_capabilities
  • 20 signal lookups / day
  • Read-only catalog access
  • Signal activation
  • Custom segments
Get sandbox access
Enterprise
Custom
Volume discounts available
  • Everything in Pro
  • Custom segment creation
  • Dedicated MCP endpoint
  • SLA guarantees
  • AffinityAnswers data integration
  • White-glove onboarding
Let's Chat