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. |
Capabilities
Features and capabilities supported by this server
| 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_commandsB | 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. A null cursor in the response means there are no more pages. |
| 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_batchA | 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Paillat-dev/topgg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server