
Lorcana Oracle
Give your coding agent Disney Lorcana TCG data—card search, decks, ink curves, and sets—while you ship deck builders, meta guides, or tournament prep tools.
Overview
io.github.gregario/lorcana-oracle is a MCP server for the Build phase that provides Disney Lorcana card search, deck analysis, ink curves, and set browsing to agents.
What is this MCP server?
- Disney Lorcana card search and set browsing via MCP
- Deck analysis and ink curve tooling for balance and mana-style planning
- stdio npm package `lorcana-oracle` v0.1.0
- Same oracle family pattern as other gregario TCG MCP servers
- GitHub-hosted MCP manifest compatible with standard agent clients
- Package version 0.1.0 with npm identifier lorcana-oracle
- stdio MCP transport declared in server schema 2025-12-11
- Capabilities described: card search, deck analysis, ink curves, set browsing
Community signal: 1 GitHub stars.
What problem does it solve?
Lorcana deck and set research in chat devolves into manual card lists and inconsistent ink math when agents lack a TCG-aware tool surface.
Who is it for?
Solo builders shipping Lorcana deck tools, meta sites, or agent-assisted tournament prep who want ink-curve and set data on demand.
Skip if: Publishers needing licensed Disney asset distribution, official tournament software, or non-MCP mobile SDKs only.
What do I get? / Deliverables
Installing lorcana-oracle lets your agent run card search, deck breakdowns, and ink-curve checks while you code Lorcana-facing features.
- MCP-accessible Lorcana card search and set browsing
- Agent-driven deck analysis and ink curve inspection during development
- Faster iteration on Lorcana meta and deck-building product features
Recommended MCP Servers
Journey fit
TCG oracle MCPs are adopted when you extend an AI agent with game-domain tools during active product development. agent-tooling fits because the primary value is enriching Claude/Cursor sessions with Lorcana-specific analysis primitives, not generic CRUD.
How it compares
Lorcana-focused oracle MCP server, not a generic SQLite card database or image-recognition skill.
Common Questions / FAQ
Who is io.github.gregario/lorcana-oracle for?
Developers building Lorcana companion apps or content pipelines who want MCP tools for cards, decks, ink curves, and sets inside their agent.
When should I use io.github.gregario/lorcana-oracle?
Use it during Build when you are implementing deck analysis, set browsers, or agent coaching features for Disney Lorcana TCG products.
How do I add io.github.gregario/lorcana-oracle to my agent?
Add the npm `lorcana-oracle` v0.1.0 server with stdio transport in your MCP client config using the registry identifier from the project manifest.