Skip to main content
The Trophy Docs MCP Server exposes a small set of read-only tools scoped to public Trophy documentation. Agents should prefer these over prior memory for Trophy-specific questions. Use search for conceptual or “how do I…” questions — authentication, rate limits, feature behavior, integration patterns. Example prompts:

Read Documentation Pages

This is how the agent reads full pages once search returns a path. There is no separate “get page” tool — the agent uses commands like head, cat, rg, tree, or ls against paths such as /features/streaks.mdx or /api-reference/introduction.mdx. Common patterns:
  • tree / -L 2 — explore docs structure
  • rg -il "rate limit" / — exact keyword or regex matches
  • head -80 /getting-started/quickstart.mdx — read the top of a page
  • cat /openapi/application.json | jq '...' — inspect OpenAPI when schema detail matters
Output is truncated per call, so good agents use targeted reads rather than dumping entire large files. Example prompts:

Feedback

This is for docs content issues (wrong example, missing step, broken explanation) — not product support or account help. Example prompt:

What It Does Not Do

The Docs MCP Server cannot:
  • Access or modify resources in your Trophy organization
  • Call Trophy APIs
For account operations, install the Account MCP Server.

Next Steps

Install Account MCP

Install the Account MCP Server to your MCP client.

Account MCP capabilities

Learn what the Trophy Account MCP can do.

Get Support

Want to get in touch with the Trophy team? Reach out to us via email. We’re here to help!