Lorcana Oracle MCP Server

Disney Lorcana TCG MCP server -- card search, deck analysis, and franchise browsing powered by LorcanaJSON. Its 7 documented tools cover browse, analyze. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-15 · ★ 3 · #486 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Lorcana Oracle

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package lorcana-oracle - unscoped; check the name against the project README before installing

registry namespace io.github.gregario is GitHub-verified and matches the repo owner

03 · What Lorcana Oracle can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all Disney Lorcana sets, or drill into a specific set to see its metadata and cards, and analyze a Disney Lorcana deck list for ink cost distribution, inkable ratio, and color balance. Paste a deck list to get curve analysis.

Capability map

Tools grouped from the project's README - what Lorcana Oracle lets an agent do.

read & search

2 tools - e.g. Search Disney Lorcana cards by name, rules text, or filters (ink color, type, rarity, set, cost range). Returns paginated results.; Find Disney Lorcana song synergies. Given a Song, find characters that…

search_cards · find_song_synergies

Browse

2 tools - e.g. List all Disney Lorcana sets, or drill into a specific set to see its metadata and cards.; Browse Disney Lorcana cards by franchise (story). Without a franchise name, lists all franchises with card…

browse_sets · browse_franchise

Analyze

2 tools - e.g. 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 generation in a deck list, or find the top…

analyze_ink_curve · analyze_lore

Character

1 tool - e.g. Show all printings/versions of a Disney Lorcana character across sets. Useful for comparing different versions of the same character.

character_versions

Latest releases

v0.1.2 · 2026-05-02

annotate unreleased sets, track SQLite for Glama compat · New Contributors · @gregario made their first contribution in

04 · Who maintains Lorcana Oracle

lorcana-oracle is maintained by gregario. We track 12 MCP servers from gregario - 12 actively maintained, 41 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from gregario.

  1. warhammer-oracle Warhammer 40K and Kill Team rules, stats, and game flow MCP server ★ 9
  2. brewers-almanack Brewing knowledge MCP - beer styles, ingredients, off-flavours, water chemistry, recipes ★ 2
  3. dnd-oracle D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools ★ 5
  4. lego-oracle LEGO sets, parts, minifigs, and inventories as an MCP server ★ 2
  5. astronomy-oracle Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC. ★ 3
  6. mtg-oracle Magic: The Gathering MCP server - cards, rules, combos, and Commander intelligence ★ 4

05 · Facts

category
other - ranked #486 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.gregario/lorcana-oracle (active, first published 2026-03-16)
packages
npm:lorcana-oracle

06 · Lorcana Oracle FAQ

Is Lorcana Oracle still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-15. We re-verify nightly.

What can Lorcana Oracle do?

With this server connected, an agent can list all Disney Lorcana sets, or drill into a specific set to see its metadata and cards, and analyze a Disney Lorcana deck list for ink cost distribution, inkable ratio, and color balance. Paste a deck list to get curve analysis.

How do I install Lorcana Oracle?

Run `npx -y lorcana-oracle`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Lorcana Oracle run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Lorcana Oracle

More MCP servers to compare · Mtg Oracle · MAL MCP Server · Pulsenetwork · Doom MCP · Grist MCP Server

More TypeScript MCP servers · Onepiece Oracle · Warhammer Oracle · Easy Notion · Grid Proof · see all