Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing
Lorcana MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing.
Once Lorcana is connected, these are the calls the assistant has available:
search_cards — Search Disney Lorcana cards by name, rules text, or filters (ink color, type, rarity, set, cost range). Returns paginated resultsbrowse_sets — List all Disney Lorcana sets, or drill into a specific set to see its metadata and cardscharacter_versions — Show all printings/versions of a Disney Lorcana character across sets. Useful for comparing different versions of the same characterbrowse_franchise — Browse Disney Lorcana cards by franchise (story). Without a franchise name, lists all franchises with card counts. With a franchise name, shows cardsanalyze_ink_curve — Analyze a Disney Lorcana deck list for ink cost distribution, inkable ratio, and color balance. Paste a deck list to get curve analysisanalyze_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. Infind_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 inputThe server ships on npm as lorcana-oracle, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Lorcana's toolset — search_cards, browse_sets, character_versions and 4 more — is a fair guide to whether it matches your workflow. It is maintained by gregario; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search_cards | Search Disney Lorcana cards by name, rules text, or filters (ink color, type, rarity, set, cost range). Returns paginated results. |
| browse_sets | List all Disney Lorcana sets, or drill into a specific set to see its metadata and cards. |
| character_versions | Show all printings/versions of a Disney Lorcana character across sets. Useful for comparing different versions of the same character. |
| 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. |
| 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_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. |
| 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. |
{
"mcpServers": {
"lorcana-oracle": {
"command": "npx",
"args": ["-y", "lorcana-oracle"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.