Overview
AudienceLab provides a remote Model Context Protocol (MCP) server that lets AI assistants interact with the AudienceLab API. Create audiences, enrich contacts, manage pixels, and more — all through natural language.Curious how this MCP server was built? It’s generated from our OpenAPI spec — check out openapi-to-mcp on GitHub to see how it works under the hood.
Quick Setup
Add the following to your MCP client configuration:YOUR_API_KEY with your AudienceLab API key.
stdio-only Clients
For MCP clients that only support stdio transport, use mcp-remote as a proxy:Available Tools
The MCP server exposes all AudienceLab API endpoints as tools:Authentication
The MCP server uses your AudienceLab API key for authentication. Pass it in theX-Api-Key header. The server forwards it to the AudienceLab API on each request.
Your API key is never stored on the MCP server.
