Using Both Servers Together
Install both servers in your MCP client using distinct names so tools stay easy to target:
Installation guides: Docs MCP, Account MCP.
Docs MCP: Live Documentation
Use the Docs MCP as live context for how Trophy works. Use it when you need to:- Understand the behavior of Trophy features in detail
- Brainstorm how to solve your specific gamification use case
- Find the right API to call
Account MCP: Account Configuration and Operations
Use the Account MCP when you need to take actions in your Trophy account. Use it when you need to:- Read configuration from your Trophy account e.g. metrics, leaderboards etc.
- Configure new or update existing resources in your Trophy account via chat.
- Complete operational tasks such as granting freezes or restoring streaks.
production or pass another key when you have multiple).
See Account MCP capabilities for more details.
Recommended Workflow
For most agentic Trophy work, use both servers together:- Docs MCP — load the feature or API behavior the task needs
- Account MCP (read) — list related resources so work builds on what already exists
- Account MCP (write) — create or update only what the task requires
- Your app — implement Application API calls in code using docs-backed shapes and your API keys
- Verify — re-read account state or docs if something fails