liquipedia-dota2-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIQUIPEDIA_CACHE_PATH | No | Optional path to the SQLite cache file. Defaults to a system-appropriate location. | |
| LIQUIPEDIA_USER_AGENT | Yes | A custom User-Agent string containing a project name, version, and contact URL or email. Required to start the server. |
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 |
|---|---|
| search_dota2_entitiesA | Search Liquipedia for Dota 2 tournaments, teams, or players. Use this before a detail tool when an exact canonical title is not already known. Multiple candidates require user confirmation. |
| get_dota2_tournamentA | Get tournament metadata, participants, and placements from an exact Liquipedia canonical title. Does not load matches; use list_dota2_matches when schedules or results are requested. |
| get_dota2_teamA | Get team metadata, roster, and coaches from an exact Liquipedia canonical title returned by search_dota2_entities. |
| get_dota2_playerA | Get player identity, current team, role, aliases, and team history from an exact Liquipedia canonical title returned by search_dota2_entities. |
| list_dota2_matchesA | List schedule or result rows for one exact tournament or team page. This is the expensive match-specific lookup; use only when the user asks about matches, schedules, scores, or results. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Mooooooon/liquipedia-dota2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server