Skip to main content
Glama
chirpon9

Riot Games API Documentation

by chirpon9

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

  1. list_available_docs() - Lists all 33 available Riot API endpoint documentation files

  2. get_endpoint_docs(filename: str) - Retrieves the full documentation for a specific endpoint

    • Example: get_endpoint_docs("match-v5.md")

    • Returns complete API documentation including endpoints, parameters, and response formats

Related MCP server: Fortnox Doc 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}"
      ]
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides intelligent access to OPTA football API documentation with automatic authentication, allowing users to query specific endpoint documentation and get answers about soccer match data, events, fixtures, and statistics through natural language.
    6
    -
  • A
    license
    A
    quality
    D
    maintenance
    Provides comprehensive documentation for 377 Fortnox API endpoints and 81 resource categories directly from the official OpenAPI specification. It enables users to search, browse, and explore technical endpoint details and data schemas within AI assistants without requiring authentication.
    7
    6 npm
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides tools to search and retrieve detailed documentation for the Kiwoom REST API, including parameters, categories, and code examples. It enables LLMs to generate request snippets in multiple programming languages to facilitate financial trading API integration.
    -