Server URL
Why the Account MCP?
AI coding agents are already where teams design and ship product work and Trophy has simplified this by providing pre-built infrastructure for building common gamification features. However this largely involves looking at screens and clicking buttons. The Account MCP Server is the action layer: after the agent understands what to build (often via the Docs MCP Server), it can discover live account configuration, make targeted changes, and validate results without a human touching the dashboard. This opens up a new workflow for teams where agents can reason about what gamification features to build, understand how to map that to Trophy features, and configure a Trophy account that achieves this all within chat. Typical workflows include:- Scaffolding metrics, attributes, and points systems while integrating Trophy into a new app
- Inspecting existing leaderboards or points configuration before changing production code
- Running operational tasks like granting freezes or restoring streaks from chat
How It Works
Trophy hosts a remote MCP endpoint. You install it once in your MCP client, authenticate with an admin API key from the integrations page under aheaders config (x-trophy-api-key), and the client exposes tools your agent can call.
Those tools map to account operations — list/get for discovery, create/update for configuration, and dedicated actions for streak freezes, restores and reading analytics.
The Account MCP Server is intended for chat-based and agent workflows. For scripts, backend jobs, or production integrations, use the Admin API.
Get Started
Installation
Connect the MCP server in Claude, Cursor, VS Code, and other clients.
Capabilities
See the tools your agent can use once connected.
Best practice
Recommended ways to work with agents and MCP.