
Szge Lolwiki Mcp
Let your coding agent query League of Legends wiki-style knowledge while you scope game tools, fan sites, or content features.
Overview
ai.smithery/szge-lolwiki-mcp is a MCP server for the Idea phase that exposes League of Legends wiki knowledge to your agent via Smithery’s hosted remote endpoint.
What is this MCP server?
- Remote streamable-http MCP endpoint on Smithery (v1.16.0)
- Bearer-authenticated Smithery remote URL for agent tool registration
- Open-source repo at github.com/szge/lolwiki-mcp
- Suited to grounding agent answers in wiki entities during early design
- Smithery catalog packaging—not a local-only skill bundle
- Server schema version 1.16.0 in Smithery packaging
- Single streamable-http remote at server.smithery.ai/@szge/lolwiki-mcp/mcp
- Source repository github.com/szge/lolwiki-mcp
What problem does it solve?
You cannot trust an agent to invent accurate LoL wiki details when you are still researching champions, items, or lore for a side project.
Who is it for?
Indie builders prototyping LoL fan tools, wikis, or agent assistants who want a hosted MCP hook during early research.
Skip if: Teams that need official Riot live-match APIs, anti-cheat-safe gameplay automation, or production SLAs without self-hosting.
What do I get? / Deliverables
After you register the Smithery remote, your agent can call wiki-oriented tools instead of guessing game encyclopedia facts during research chats.
- Registered remote MCP server in your agent config
- Agent-callable wiki-oriented tools as defined in the GitHub repository
- Research sessions grounded on external wiki source rather than pure LLM recall
Recommended MCP Servers
Journey fit
Wiki and lore lookups belong on the research shelf before you commit to mechanics, copy, or data models for a LoL-related build. Research is where you validate what exists in public wiki corpora instead of guessing champion names, items, or patch context.
How it compares
Hosted wiki MCP integration, not a Claude Code skill file or a full game analytics platform.
Common Questions / FAQ
Who is ai.smithery/szge-lolwiki-mcp for?
Solo builders and small teams using MCP agents to research League of Legends wiki content while designing game-adjacent apps or content workflows.
When should I use ai.smithery/szge-lolwiki-mcp?
Use it during Idea-phase research when you need agent-grounded wiki lookups before you schema your database or build scrapers.
How do I add ai.smithery/szge-lolwiki-mcp to my agent?
Create a Smithery API key, add the streamable-http remote https://server.smithery.ai/@szge/lolwiki-mcp/mcp with Authorization Bearer {smithery_api_key}, then enable the server in Claude Code, Cursor, or another MCP client.