Docs
Browse docs

MCP Server Overview

VOTLI exposes a VOT (Model Context Protocol) server that lets AI agents - like Claude, Cursor, or any MCP-compatible client - read and manage your app's pages and settings programmatically.

This is useful for:

  • Letting an AI agent generate and publish compliance pages as part of a larger workflow
  • Automating content updates via scripts or CI pipelines
  • Managing multiple apps without opening the dashboard

Authentication

The MCP server uses per-app API keys. Each app has its own API key, scoped only to that app's data.

To create an API key:

  1. Go to your app in the dashboard
  2. Navigate to Integration → API Keys
  3. Click Create API key
  4. Copy the key - it won't be shown again

Plan limits

Plan Access
Free Read always enabled. Write limited to 20 calls within a 7-day window
Paid Read + write, unlimited

On the free plan, read operations (listing pages, getting content) are always available. Write operations (creating/updating pages, publishing, generating content) are limited to 20 calls within the first 7 days of creating your team - whichever limit is reached first. After that, upgrade to a paid plan to continue writing.

MCP endpoint

The VOT MCP server is available at:

https://votli.app/mcp/vot

Supports HTTP and SSE transport.

What you can do

See Available Tools for the full list of operations.