Search and analyze Disney Lorcana cards and decks locally through seven MCP tools backed by 2,710 bundled cards.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Lorcana Oracle.
The gregario/lorcana-oracle MCP server provides seven tools for working with Disney Lorcana Trading Card Game data. Its data set contains about 2,710 cards bundled with the npm package and sourced from LorcanaJSON. The package is intended for local MCP use rather than access to a remote card API, and it does not require an API key or a separate data download.
Card discovery is handled by search_cards, which accepts free-text searches and filters such as ink color, card type, rarity, set, and cost bounds. browse_sets lists available sets or returns the cards and metadata for a selected set. character_versions groups a characterโs printings across sets, while browse_franchise lists Disney franchises or shows cards and statistics for a selected franchise.
The remaining tools work with deck and card relationships. analyze_ink_curve examines a supplied deck list for ink-cost distribution, the proportion of inkable cards, and color balance. analyze_lore either evaluates lore potential and efficiency in a deck list or identifies high-lore cards with optional filters. find_song_synergies looks up characters who can sing a specified song, songs a specified character can sing, or all songs with singer counts.
The gregario/lorcana-oracle MCP server is distributed as the lorcana-oracle npm package. Running it with npx starts the MCP server locally. Its tools accept structured arguments, including card names, set codes, franchise names, colors, minimum or maximum costs, and multiline deck lists. Search results are paginated, according to the project documentation.
Deck-analysis tools expect card entries in a deck-list format such as a quantity followed by a card name. The examples use entries like 4 Elsa - Snow Queen and 4 Let It Go. Song lookup can be used with a card name or with no card name to browse songs.
Node.js 18 or later is required. The documented quick-start command is:
For Claude Desktop, add a server entry with npx as the command and -y lorcana-oracle as its arguments. The project also documents an equivalent Claude Code registration command. No environment variables, credentials, or paid service account are specified.
The package is licensed under MIT. LorcanaJSON is also identified as MIT-licensed in the data-source notes. The project states that Disney Lorcana belongs to Ravensburger and that the project is not affiliated with or endorsed by Ravensburger or The Walt Disney Company.
The gregario/lorcana-oracle MCP server is focused on the card data and analyses exposed by its seven tools. The supplied material does not describe collection tracking, price data, tournament results, deck saving, card image retrieval, or mutations to an external database. Its card inventory is the data bundled from LorcanaJSON, covering approximately 2,710 cards at the time described by the project.
The tools depend on correctly formatted names and deck lists for useful results. The README provides examples for common inputs but does not specify a full deck-list grammar or describe how frequently the bundled data is updated.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gregario-lorcana-oracle)<a href="https://allmcps.com/mcp/gregario-lorcana-oracle"><img src="https://allmcps.com/api/badge/gregario-lorcana-oracle?style=directory" alt="Lorcana Oracle on AllMCPs" /></a>