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

# Overview

> Use AI agents to build gamified product experiences with Trophy.

<Note>
  The Trophy MCP Servers are currently in beta and are subject to change.
</Note>

Trophy maintains two remote [Model Context Protocol](https://modelcontextprotocol.io) servers to enable AI agents like ChatGPT, Cursor and Claude to build gamified product experiences with Trophy.

| Server                                                     | What it is for                                                                 |
| ---------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Docs MCP Server](/mcp/docs-mcp-server/introduction)       | Live documentation — search guides and API reference (like an on-demand skill) |
| [Account MCP Server](/mcp/account-mcp-server/introduction) | Account actions — manage metrics, points, leaderboards, streaks, and more      |

You can use either server on its own, but best results are achieved when following [best practice](/mcp/best-practice) by using both servers together.

<h2 id="what-you-can-do">
  What You Can Do
</h2>

With agents wired to Trophy's MCP servers you can:

* Onboard integrations faster by having coding agents read docs while writing code
* Scaffold configuration (metrics, attributes, points systems, leaderboards) using chat
* Understand user behavior by asking agents to summarize account analytics.
* Run operational tasks such as granting freezes or restoring streaks

<h2 id="start-here">
  Start Here
</h2>

<CardGroup>
  <Card title="Best practice" icon="circle-check" href="/mcp/best-practice">
    How we recommend using Trophy MCP servers.
  </Card>

  <Card title="Docs MCP" icon="book-open" href="/mcp/docs-mcp-server/introduction">
    How to use the Trophy Docs MCP Server.
  </Card>

  <Card title="Account MCP" icon="bot" href="/mcp/account-mcp-server/introduction">
    How to use the Trophy Account MCP Server.
  </Card>
</CardGroup>

<h2 id="get-support">
  Get Support
</h2>

Want to get in touch with the Trophy team? Reach out to us via [email](mailto:support@trophy.so). We're here to help!


## Related topics

- [Overview](/account/overview.md)
- [Idempotency](/webhooks/idempotency.md)
- [Introduction](/webhooks/introduction.md)
