Lorcana Oracle MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add lorcana-oracle -- npx lorcana-oracle
README.md

Disney Lorcana TCG MCP server for card search, deck analysis, and browsing.

lorcana-oracle

Disney Lorcana TCG MCP server -- card search, deck analysis, and franchise browsing powered by LorcanaJSON.

Features

  • search_cards -- Search cards by name, rules text, ink color, type, rarity, set, or cost range
  • browse_sets -- List all sets or drill into a specific set to see its cards
  • character_versions -- Compare all printings of a character across sets
  • browse_franchise -- Browse cards by Disney franchise (Frozen, Moana, etc.)
  • analyze_ink_curve -- Analyze a deck list for ink cost distribution, inkable ratio, and color balance
  • analyze_lore -- Analyze lore generation in a deck or find top lore-generating cards
  • find_song_synergies -- Find which characters can sing a song, or which songs a character can sing

Installation

Quick start

npx lorcana-oracle

Card data (~2,710 cards) is bundled with the package. No downloads or API keys needed.

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "lorcana-oracle": {
      "command": "npx",
      "args": ["-y", "lorcana-oracle"]
    }
  }
}

Claude Code

claude mcp add lorcana-oracle -- npx -y lorcana-oracle

Tools

search_cards

Search Disney Lorcana cards by name, rules text, or filters (ink color, type, rarity, set, cost range). Returns paginated results.

search_cards({ query: "Elsa", color: "Amethyst" })
search_cards({ type: "Song", cost_max: 3 })
search_cards({ query: "draw a card", rarity: "Legendary" })

browse_sets

List all Disney Lorcana sets, or drill into a specific set to see its metadata and cards.

browse_sets({})
browse_sets({ set_code: "1" })

character_versions

Show all printings/versions of a Disney Lorcana character across sets. Useful for comparing different versions of the same character.

character_versions({ character_name: "Elsa" })
character_versions({ character_name: "Mickey Mouse" })

browse_franchise

Browse Disney Lorcana cards by franchise (story). Without a franchise name, lists all franchises with card counts. With a franchise name, shows cards and statistics.

browse_franchise({})
browse_franchise({ franchise: "Frozen" })

analyze_ink_curve

Analyze a Disney Lorcana deck list for ink cost distribution, inkable ratio, and color balance. Paste a deck list to get curve analysis.

analyze_ink_curve({ deck_list: "4 Elsa - Snow Queen\n4 Let It Go\n2 Hades - King of Olympus" })

analyze_lore

Analyze lore generation in a deck list, or find the top lore-generating cards. In deck mode, shows total lore potential and efficiency ranking. In query mode, shows top lore generators with optional filters.

analyze_lore({ deck_list: "4 Elsa - Snow Queen\n4 Mickey Mouse - Brave Little Tailor" })
analyze_lore({ color: "Amber", min_lore: 3 })

find_song_synergies

Find Disney Lorcana song synergies. Given a Song, find characters that can sing it. Given a Character, find songs they can sing. With no input, browse all songs with singer counts.

find_song_synergies({ card_name: "Let It Go" })
find_song_synergies({ card_name: "Elsa - Snow Queen" })
find_song_synergies({})

Data Source

Card data is sourced from LorcanaJSON (MIT license). LorcanaJSON provides comprehensive card data for all released Disney Lorcana sets.

Disney Lorcana is a product of Ravensburger. This project is not affiliated with or endorsed by Ravensburger or The Walt Disney Company. Card data usage follows the Ravensburger Community Code Policy.

License

MIT

Tools (7)

search_cardsSearch Disney Lorcana cards by name, rules text, or filters like ink color, type, rarity, set, and cost.
browse_setsList all Disney Lorcana sets or drill into a specific set to see metadata and cards.
character_versionsShow all printings or versions of a Disney Lorcana character across different sets.
browse_franchiseBrowse cards by Disney franchise or list all franchises with card counts.
analyze_ink_curveAnalyze a deck list for ink cost distribution, inkable ratio, and color balance.
analyze_loreAnalyze lore generation in a deck list or find top lore-generating cards with filters.
find_song_synergiesFind which characters can sing a song, or which songs a character can sing.

Configuration

claude_desktop_config.json
{"mcpServers": {"lorcana-oracle": {"command": "npx", "args": ["-y", "lorcana-oracle"]}}}

Try it

Search for all Legendary cards that have the 'draw a card' ability.
Analyze this deck list and tell me if the ink curve is balanced: [paste deck list]
Which characters can sing the song 'Let It Go'?
Show me all versions of Elsa available in the game.
List all cards from the Frozen franchise and their lore statistics.

Frequently Asked Questions

What are the key features of Lorcana Oracle?

Search cards by name, rules text, ink color, type, rarity, set, or cost. Analyze deck lists for ink cost distribution and inkable ratios. Compare all printings of a specific character across different sets. Browse cards by Disney franchise and view lore generation statistics. Identify song synergies between characters and songs.

What can I use Lorcana Oracle for?

Optimizing deck construction by analyzing ink curves and lore efficiency. Quickly looking up card rules and printings during gameplay or deck building. Discovering new card synergies for specific characters or songs. Exploring card collections by franchise or set metadata.

How do I install Lorcana Oracle?

Install Lorcana Oracle by running: npx lorcana-oracle

What MCP clients work with Lorcana Oracle?

Lorcana Oracle works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Lorcana Oracle docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare