Riot Games API Documentation
Provides access to Riot Games API documentation for multiple games including League of Legends, Teamfight Tactics, Valorant, and Legends of Runeterra, enabling retrieval of endpoint documentation, parameters, and response formats.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Riot Games API Documentationshow me the match-v5 endpoint documentation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
riot-docs
MCP server providing access to Riot Games API documentation for League of Legends, Teamfight Tactics, Valorant, Legends of Runeterra, and more.
Features
This server provides two tools to access Riot API documentation:
Tools
list_available_docs()- Lists all 33 available Riot API endpoint documentation filesget_endpoint_docs(filename: str)- Retrieves the full documentation for a specific endpointExample:
get_endpoint_docs("match-v5.md")Returns complete API documentation including endpoints, parameters, and response formats
Related MCP server: Marvel Rivals MCP
Installation
Usage with claude desktop
{
"mcpServers": {
"riot-docs": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/riot-docs",
"run",
"riot_docs_server"
]
}
}
}Option 2:
Mac:
{
"mcpServers": {
"riot-docs-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@chirpon9/riot-docs-mcp",
"--key",
"{SMITHERY API KEY}"
]
}
}
}Windows:
{
"mcpServers": {
"riot-docs-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@chirpon9/riot-docs-mcp",
"--key",
"{smithery api key}"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables interaction with League of Legends game data through the Riot Games API. Allows users to query player statistics, match history, and game information using natural language.
- AlicenseAqualityDmaintenanceProvides access to Marvel Rivals game data including hero information, abilities, skins, achievements, items, maps, and player profiles through a standardized interface.1411MIT
- Alicense-qualityDmaintenanceProvides real-time access to League of Legends esports data including live matches, schedules, leagues, event details, and VODs through a standardized interface.1GPL 3.0
- AlicenseAqualityBmaintenanceServes the already-public developer documentation for the DivineAPI REST API, enabling search, endpoint lookup, and example responses without authentication.5MIT
Related MCP Connectors
Riot Games API MCP.
Search PayU docs, browse the payment integration catalog, and fetch production-ready code.
Get up-to-date, version-specific documentation and code examples from official sources directly in…
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/chirpon9/riot-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server