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

# Introduction

> Connect AI agents to Royaltyport using the Model Context Protocol (MCP).

Royaltyport provides an MCP server that lets AI agents interact with your project data. It uses the [Model Context Protocol](https://modelcontextprotocol.io) standard, making it compatible with any MCP-enabled client such as Claude Desktop, Cursor, Windsurf, and others.

## What is Royaltyport MCP?

Royaltyport MCP is a remote MCP server with OAuth that gives AI tools secure access to your projects. It provides structured tools for browsing contracts, entities, catalog, and statements, plus a SQL query tool for financial analytics in the Dataroom.

```
https://mcp.royaltyport.com/agents/mcp
```

## Claude Desktop Setup

Add the server to your Claude Desktop configuration. OAuth is handled automatically — Claude will open a browser window for you to sign in on first use.

```json theme={null}
{
  "mcpServers": {
    "royaltyport": {
      "url": "https://mcp.royaltyport.com/agents/mcp"
    }
  }
}
```

For headless setups using API tokens, see [Authentication](/mcp-reference/authentication).

## Next Steps

<CardGroup cols={3}>
  <Card title="Authentication" icon="lock" href="/mcp-reference/authentication">
    OAuth 2.1 and API token setup.
  </Card>

  <Card title="Royaltyport MCP" icon="plug" href="/mcp-reference/royaltyport-mcp">
    Server overview and capabilities.
  </Card>

  <Card title="Tools" icon="wrench" href="/mcp-reference/tools">
    Detailed reference for all available tools.
  </Card>
</CardGroup>
