topgg-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOPGG_TOKEN | No | Top.gg API token for single project mode. Alternatively, use TOPGG_TOKEN_<NAME> variables for multiple projects. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_projectB | Retrieve the Top.gg project associated with the authenticated token. |
| update_projectB | Update the headline and/or page content of the current Top.gg project listing. |
| register_commandsA | Replace all registered Discord slash commands for the current Top.gg bot project. |
| get_votesA | Fetch a page of vote history for the current Top.gg project. For the first page, provide startDate (ISO 8601, max 1 year ago). For subsequent pages, pass the cursor returned by the previous response. An empty data array means there are no more votes. |
| check_user_voteB | Check the current vote status for a specific user on this Top.gg project. |
| post_metricsB | Submit a metrics payload for the current Top.gg project. Provide the fields relevant to your project type. |
| post_metrics_batchB | Submit up to 100 metrics entries in a single batch request. |
| create_announcementA | Create an announcement for the current Top.gg project. Rate-limited to one announcement per 4 hours. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct action (project info, announcement, update, commands, votes, metrics). The vote and metrics tools are clearly differentiated by single vs. batch/list, so no ambiguity.
All tool names follow a consistent verb_noun pattern with lowercase and underscores (e.g., get_project, post_metrics_batch), making them predictable and easy to understand.
Eight tools cover the essential operations for managing a Top.gg project without being excessive. The count is well-scoped for the domain.
Core operations are covered, but there are minor gaps: no delete for project or announcement, no update for announcements or commands. The set is functional but not fully comprehensive.