Skip to main content
The Oviond MCP server exposes 100+ tools across 19 categories. Each tool maps to one or more REST API operations — the MCP server is a thin wrapper that lets your AI agent call the Oviond API with natural language.

Categories

CategoryWhat the agent can do
AccountRead account info and usage.
AgencyList and manage account-level reports not tied to a client.
AssetsManage saved widget sections.
AutomationsCreate, pause, test, and delete scheduled deliveries.
BrandingUpdate logo, favicon, and brand colors.
ClientsCreate, rename, move, delete, and bulk-delete clients.
CompanyUpdate agency-level company info.
DomainManage custom white-label domains.
FoldersCreate, rename, and delete client folders.
IntegrationsList connected data sources and their profiles.
MediaUpload, rename, and delete media files.
PagesAdd, reorder, rename, and delete pages inside projects.
ProjectsCreate, duplicate, bulk-delete, and share reports/dashboards.
SearchSearch clients, projects, and assets by name.
TemplatesBrowse and apply templates.
ThemesCreate, update, and apply themes.
UsersList, invite, update, and remove team members.
WidgetsAdd every widget type (KPI, chart, table, text, image, embed, goal, button, data).

Conventions

  • Identifiers — tool calls return resource IDs that the agent uses to chain subsequent calls. You never see the IDs in chat; the agent handles them behind the scenes.
  • Multi-tenancy — every call is automatically scoped to the authenticated account. You don’t pass an account_id or similar.
  • Rate limits — the same per-account rate limits that apply to the REST API apply to MCP calls.

Reference

Each MCP tool is a thin wrapper around a single REST operation. For the exact parameters and response shape, see the API Reference.