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

# Developers: API + MCP

> Two ways to build on Mavel: the REST API and the MCP server.

Everything Mavel tracks (visibility, position, sentiment, share of voice,
sources, chats, actions) is available programmatically. There are two ways in:

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Versioned REST API with an OpenAPI spec. Pull metrics, manage prompts,
    brands and reports from your own stack.
  </Card>

  <Card title="MCP Server" icon="plug" href="/mcp/introduction">
    41 tools over Streamable HTTP. Query and act on your GEO data from Claude,
    Cursor, VS Code, or any MCP-compatible client.
  </Card>
</CardGroup>

## Get credentials

<CardGroup cols={2}>
  <Card title="API keys" icon="key" href="/account/api-keys">
    Create and rotate API keys for the REST API.
  </Card>

  <Card title="MCP authentication" icon="lock" href="/mcp/authentication">
    OAuth-based auth for MCP clients: no keys to paste.
  </Card>
</CardGroup>

## Popular starting points

* [Set up the MCP server](/mcp/setup) in Claude Desktop, Claude Code or Cursor
* [Browse the MCP tools](/mcp/tools): projects, brands, prompts, reports, actions
* [API introduction](/api-reference/introduction): auth, pagination, errors
* [Pipe data into Looker Studio](/integrations/looker)
