Skip to main content
Royaltyport provides an MCP server that lets AI agents interact with your project data. It uses the Model Context Protocol 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 BigQuery.
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.
{
  "mcpServers": {
    "royaltyport": {
      "url": "https://mcp.royaltyport.com/agents/mcp"
    }
  }
}
For headless setups using API tokens, see Authentication.

Next Steps

Authentication

OAuth 2.1 and API token setup.

Royaltyport MCP

Server overview and capabilities.

Tools

Detailed reference for all available tools.