← royalty.technology

INDIVIDUAL MCP TOOL

explain_royaltea

Explain what RoyalTea is and how it helps creative teams track contributions and split revenue fairly.

royalty.technologynone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

royalty.technology

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.royaltea-public]
url = "https://api.royalty.technology/api/public-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "royaltea-public": {
      "type": "http",
      "url": "https://api.royalty.technology/api/public-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: royaltea-public
Remote MCP URL: https://api.royalty.technology/api/public-mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "royaltea-public": {
      "url": "https://api.royalty.technology/api/public-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "royaltea-public": {
      "type": "http",
      "url": "https://api.royalty.technology/api/public-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "royaltea-public",
  "transport": "streamable-http",
  "url": "https://api.royalty.technology/api/public-mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • calculate_revenue_split — Model real take-home from a game/app sale, end to end: apply the storefront/platform cut (Steam tiers, Epic 0%-then-12%, Epic First Run, Apple/Google small-business rates, console, itch) and optional Unreal royalty, publisher cut, and expenses — THEN split the remaining contributor pool fairly by each person's relative contribution.
  • get_platform_cuts — The current storefront/platform revenue cuts RoyalTea models — Steam, Epic Games Store (+ First Run), Apple, Google Play, console, itch.
  • draft_revenue_agreement — Generate a plain-English revenue-share agreement DRAFT between a company/studio and a contributor, using RoyalTea's agreement structure (parties, services/Schedule A, revenue-share terms/Schedule B, standard clauses, signature blocks).
  • prepare_studio_setup — Turn a plan (studio name, project, collaborators, intended split) into a ONE-CLICK setup link for someone who doesn't have a RoyalTea account yet.