A Spring AI MCP server exposing the Riot Developer API
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"riot-api-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-First Gaming API Platform - A Spring Boot middleware server that bridges AI models with the Riot Games API ecosystem through the Model Context Protocol (MCP).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Riot Api Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-First Gaming API Platform - A Spring Boot middleware server that bridges AI models with the Riot Games API ecosystem through the Model Context Protocol (MCP).
Clone the repository
git clone https://github.com/muddl/riot-api-mcp-server.git
cd riot-api-mcp-server
Configure API Keys
# application.yml
riot:
apiKey: "YOUR_RIOT_API_KEY"
region: "AMERICAS" # or EUROPE, ASIA, SEA
anthropic:
apiKey: "YOUR_ANTHROPIC_API_KEY"
Build and Run
./gradlew build
./gradlew bootRun
Verify Installation
curl http://localhost:8080/actuator/health
The Riot API MCP Server transforms League of Legends data into AI-consumable insights through standardized tools. It serves as intelligent middleware that allows AI models to:
🤖 AI Model: "Analyze the last 10 ranked games for Faker on Korean server"
📡 MCP Server: Fetches data from Riot API → Processes analytics → Returns insights
🎯 Result: "Faker has 8-2 W/L, 3.2 KDA, prefers Azir mid (60% pick rate)"
| Tool | Purpose | AI Model Usage |
|---|---|---|
| RiotAccountTool | Cross-game account lookup | "Find account for Player#TAG" |
| SummonerTool | LoL summoner profiles | "Get summoner rank and level" |
| AnalyticsTool | Advanced match analytics | "Analyze champion performance" |
| LiveGameTool | Real-time spectator data | "Check if player is in game" |
| Document | Purpose | Audience |
|---|---|---|
| CLAUDE.md | Development guidance & patterns | Developers |
| FEATURES.md | Current features & roadmap | Product & Tech |
| PLAN.md | Production deployment strategy | DevOps & Leadership |
| CHANGELOG.md | Version history & changes | All stakeholders |
# Build project and run tests
./gradlew build
# Run tests only
./gradlew test
# Start development server
./gradlew bootRun
# Clean build artifacts
./gradlew clean
@Data, @Builder, @NoArgsConstructor, @AllArgsConstructorRiotApiException and GlobalExceptionHandler