> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oviond.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The Oviond MCP server lets Claude and other AI agents manage your Oviond account directly.

Oviond ships a **Model Context Protocol (MCP)** server so AI agents — Claude, ChatGPT, Claude Code, Codex, Cursor, VS Code, Windsurf, and any other MCP-compatible client — can manage your Oviond account programmatically. Ask your agent to *"create a new client and an agency report for them"* and it happens.

## What you can do

The MCP server exposes 20 tool categories that cover most of the Oviond surface area:

* **Clients & folders** — create, rename, delete, move, and organize clients.
* **Projects & pages** — create reports and dashboards, add and reorder pages, duplicate layouts.
* **Widgets** — add, update, move, and remove text, title, image, embed, goal, button, and data widgets.
* **Templates & themes** — browse the template library, apply themes to projects.
* **Data** — query live metric values, test connections, list datasource accounts, refresh widgets, and manage connected data sources.
* **Automations** — schedule, pause, and test automated report deliveries.
* **Branding & company** — update logo, favicon, and company details.
* **Workflows** — multi-step actions, like creating a client with a starter report or auditing a report's health.
* **Agency, assets, media, domains, users, account**, and search.

## How it works

* **Transport** — streamable HTTP at `https://api.oviond.com/mcp`.
* **Auth** — OAuth 2.1 authorization-code flow with PKCE. Your AI agent launches a browser, you sign into Oviond, and the agent gets a scoped access token.
* **Isolation** — every tool call is scoped to the signed-in account. The agent can only touch data the authenticated user has permission for.

## Next steps

* [Connect](/mcp/connect) — wire up Claude, Cursor, or your MCP client to Oviond.
* [Authentication](/mcp/auth) — what the OAuth flow does under the hood.
* [Available tools](/mcp/tools) — the full catalog of MCP tools.
