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

# MCP overview

> Connect Claude, ChatGPT, Cursor, Lovable, and other MCP clients to your Mentionpath workspace.

Mentionpath exposes a [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server so AI assistants can read your AI visibility data and propose changes (new prompts, audits, Webflow drafts) with the same permissions and approval rules as the REST API.

## Endpoint

|               |                                                      |
| ------------- | ---------------------------------------------------- |
| **URL**       | `https://api.mentionpath.ai/mcp`                     |
| **Transport** | Streamable HTTP (`POST` only)                        |
| **Auth**      | OAuth 2.1 with PKCE (hosted clients) or bearer token |

Call `workspace_how_to_use` after connecting for a short playbook, or `workspace_list_domains` to list domain IDs for domain-scoped tools.

## What you can do

<CardGroup cols={2}>
  <Card title="Read analytics" icon="chart-line" href="/mcp/tools-reference#visibility--mentions">
    Visibility KPIs, platform comparisons, brand rankings, mention and citation analytics, and traffic summaries.
  </Card>

  <Card title="Manage prompts & audits" icon="message-square" href="/mcp/tools-reference#prompts--audits">
    List prompt definitions, trigger site audits, and review open issues (writes require approval by default).
  </Card>

  <Card title="Webflow drafts" icon="layout-template" href="/integrations/webflow">
    Read CMS collections and create or update draft items when Webflow is connected for the domain.
  </Card>

  <Card title="Workflow prompts" icon="sparkles" href="/mcp/resources-and-prompts">
    Server-authored prompts such as visibility reports and audit prioritization plans.
  </Card>
</CardGroup>

## Where to connect in the app

In Mentionpath, open **Account → Integrations** for MCP client setup guides (Claude, ChatGPT, Cursor, Claude Code, VS Code, Codex, Lovable). API tokens and usage live under **Account → API** and **Account → Usage**.

<Info>
  The REST API at `/api/v1` mirrors every MCP tool. Use REST for server-side integrations; use MCP when an AI client should call Mentionpath directly.
</Info>
