Skip to main content
Vero’s Model Context Protocol (MCP) server connects your broadcasts and journeys to AI assistants like Notion, ChatGPT and Claude Code, so you can create, review, and manage campaigns in natural language instead of clicking through the UI or writing API calls by hand.
The Vero MCP server is in early access. Contact us for access. The tools listed below reflect what’s shipped to date. Please get in touch to share which tools you’d like to see next: we’ll be prioritising releases based on requests.

Why MCP

  • One integration, many assistants. MCP is an open standard: connect once and use Vero from any MCP-compatible client, not just the ones we document here.
  • Your data stays in Vero. The server calls the same Campaigns API that powers the dashboard, so nothing about your account changes: it’s just a new way to manage it.
  • Built for the workflows you already have. Ask your assistant to draft a broadcast, check a journey’s status, or list what’s scheduled this week, in plain language.

Server

The Vero MCP server is available at:
It authenticates with a Bearer token: the same API secret key used for the Campaigns API. See Authentication for how to generate one.

Available tools

The MCP server wraps the same Campaigns API endpoints that power broadcasts and journeys in the dashboard.

Read tools

Write tools

Journeys are currently read-only in the Vero MCP: there’s no journey_create or journey_update tool yet. Broadcasts support full read and write.

Get started

ChatGPT

Connect Vero as a custom connector in ChatGPT.

Claude Code

Add Vero as an MCP server in Claude Code.

Notion

Add Vero as a custom MCP connection to a Notion Custom Agent.

Authentication

Learn how to generate an API secret key and authenticate the Vero MCP server.

Prefer working with raw docs?

If you’d rather point an LLM at our documentation directly instead of connecting to your Vero data, see Use our docs with AI.