Skip to main content
The Vero MCP server is in early access. Please provide feedback or issues via email.

Prerequisites

Connect Vero

Add Vero as a remote MCP server with the claude mcp add command:
By default this adds Vero at local scope, available only to you in this project. We recommend keeping it there rather than switching to project scope. Since Vero only supports Bearer token authentication today, project scope would store your API key in .mcp.json, a file that’s typically committed to source control and shared with your whole team. Run /mcp inside Claude Code to confirm Vero shows up as connected.

Try it out

Ask Claude Code things like:
  • “List my draft broadcasts”
  • “Get the details of broadcast [id]”
  • “What journeys do I have active right now?”

Next steps