tft-oracle
Stop LLMs from hallucinating TFT data. tft-oracle gives AI assistants accurate, up-to-date game knowledge sourced from CommunityDragon.
README
tft-oracle
<!-- mcp-name: io.github.gregario/tft-oracle -->
Teamfight Tactics MCP server — accurate champion, trait, item, and augment data for LLMs.
<p align="center"> <a href="https://www.npmjs.com/package/tft-oracle"><img src="https://img.shields.io/npm/v/tft-oracle.svg" alt="npm version"></a> <a href="https://www.npmjs.com/package/tft-oracle"><img src="https://img.shields.io/npm/dm/tft-oracle.svg" alt="npm downloads"></a> <a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg" alt="Node.js 18+"></a> <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-purple.svg" alt="MCP Compatible"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></a> <a href="https://github.com/sponsors/gregario"><img src="https://img.shields.io/badge/sponsor-♥-ea4aaa.svg" alt="Sponsor"></a> <a href="https://glama.ai/mcp/servers/gregario/tft-oracle"><img src="https://glama.ai/mcp/servers/gregario/tft-oracle/badges/score.svg" alt="tft-oracle MCP server"></a> </p>
Stop LLMs from hallucinating TFT data. tft-oracle gives AI assistants accurate, up-to-date game knowledge sourced from CommunityDragon.
Features
- Champions — Full stats, traits, abilities, and costs for all champions in the current set
- Traits — Breakpoint thresholds, scaling values, and champion membership
- Items — Complete recipe tree, stat effects, and component relationships
- Augments — Descriptions and effects
- Rolling Odds — Shop probability tables by player level
- Auto-updates — Data refreshes from CommunityDragon on each server start
Tools
| Tool | Description |
|---|---|
search_champions |
Search champions by name, cost, trait, or role |
get_champion |
Full champion profile with stats, traits, and ability |
search_traits |
Search and list traits |
get_trait |
Trait detail with breakpoints and champion list |
search_items |
Search items by name or component |
get_item_recipe |
Item recipe tree and reverse lookups |
search_augments |
Search augments by name or effect |
get_rolling_odds |
Champion shop odds by player level |
Install
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"tft-oracle": {
"command": "npx",
"args": ["-y", "tft-oracle"]
}
}
}
CLI
npx tft-oracle
Data Source
Game data is sourced from CommunityDragon, which extracts structured data from Riot Games' TFT client files. Data is fetched on first run and cached locally at ~/.tft-oracle/. It auto-updates when CommunityDragon publishes new patch data.
No Riot Games API key is required.
Legal
tft-oracle isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, Teamfight Tactics, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
Game data provided by CommunityDragon, created under Riot Games' "Legal Jibber Jabber" policy.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.