https://mcp.getvero.com/mcp to a client without an authentication header, the client sends you to Vero to sign in and approve the connection, then manages tokens itself: there’s no key to generate, paste, or rotate.
The setup guide for each client shows where this happens.
The Campaigns API, and the MCP server built on it, is in public preview.
Contact us to request access.
Legacy: bearer token authentication
To migrate an existing integration to OAuth:- Remove the Vero server from your client, or delete its
Authorizationheader. - Add
https://mcp.getvero.com/mcpagain without an authentication header, following the setup guide for your client. - Sign in to Vero and approve the connection when your client prompts you.
- Revoke the API key in your Vero account settings once nothing else uses it.
https://api.getvero.com/mcp. OAuth only works at https://mcp.getvero.com/mcp.
Rate limits
MCP requests have dedicated rate limits:- 600 requests per minute per IP address
- 300 requests per minute per credential
429 Too Many Requests responses by honoring the Retry-After header and retrying with exponential backoff.
