tft-oracle is a Teamfight Tactics (TFT) MCP server providing accurate, up-to-date game data to AI assistants, sourced from CommunityDragon (no Riot API key required). Data auto-refreshes on each server start.
Champions: Search by name, cost (1–5), trait, or role; retrieve full profiles with stats, traits, and ability descriptions
Traits: Search by name or description (omit query to list all); get synergy breakpoints, scaling values, and champion lists
Items: Search by name, description, or component; look up recipes or see what finished items a component builds into
Augments: Search by name or effect description; omit query to list all augments in the current set
Rolling Odds: View champion shop probability tables by player level (2–10) across all cost tiers (1–5)
Provides access to Teamfight Tactics game data, including comprehensive information on champions, traits, items, augments, and shop rolling odds.
tft-oracle
Teamfight Tactics MCP server — accurate champion, trait, item, and augment data for LLMs.
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 by name, cost, trait, or role |
| Full champion profile with stats, traits, and ability |
| Search and list traits |
| Trait detail with breakpoints and champion list |
| Search items by name or component |
| Item recipe tree and reverse lookups |
| Search augments by name or effect |
| 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-oracleData 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