Both tools reach the same warehoused, deduplicated, time-zone-normalized data that powers your Data Studio and Google Sheets reports. The difference is how you talk to it:
The PMA API is a REST interface to your warehoused marketing data. You generate a key, authenticate with it, and call endpoints from your own code.
authorization: Bearer YOUR_API_KEY.The PMA MCP Server connects Claude, ChatGPT, and other MCP-compatible AI assistants directly to your Hub. Instead of building a report to answer a one-off question, you just ask, and your assistant queries your actual data for you.
|
PMA API
|
PMA MCP Server
|
|
|
Purpose
|
Programmatic REST access for code
|
Natural-language access through an AI assistant
|
|
Who can access
|
All users
|
All users (Beta); no admin role or access request needed
|
|
How you connect
|
Tools > API > + Create API Key
|
Organizations > MCP > Connect AI
|
|
Authentication
|
API key (Bearer token) you generate
|
OAuth flow; token created automatically
|
|
Best for
|
Custom dashboards, scripts, server integrations
|
Ad hoc questions and analysis in Claude or ChatGPT
|