Skip to main content
The Vero MCP server uses the same authentication as the Campaigns API: a Bearer token passed in the Authorization header.
The Campaigns API, and the MCP server built on it, is in public preview. Contact us to request access.

Generate an API key

  1. Go to your Vero account settings.
  2. Create a new API secret key.
  3. Copy it immediately: Vero only shows the key once, at creation. If you lose it, you’ll need to generate a new one.
See the Campaigns API reference for full authentication details.

Use it with the MCP server

Add the same header when connecting an AI tool to the MCP server:
Treat your API key like a password: anyone with it can read and write broadcasts in your Vero project. Don’t commit it to source control or a shared config file.

Rate limits

MCP requests have dedicated rate limits:
  • 600 requests per minute per IP address
  • 300 requests per minute per credential
Clients should handle 429 Too Many Requests responses by honoring the Retry-After header and retrying with exponential backoff.