Disney Lorcana TCG Collection MCP Server

Disney Lorcana TCG Collection is an MCP server that exposes 12 tools to an agent, covering read & search, enrich, resolve. It runs locally over stdio via the published package.

People who work with csv, card and deck and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 6 · #116 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Disney Lorcana TCG Collection

before you install - you'll need

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

Claude Code

claude mcp add icarobichir-lorcana-mcp -- uvx lorcana-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "icarobichir-lorcana-mcp": {
      "command": "uvx",
      "args": [
        "lorcana-mcp"
      ]
    }
  }
}

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

pypi package lorcana-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Disney Lorcana TCG Collection 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 search the full card pool by color, type, rarity, set, cost range, keyword, ability text, or subtype - with pagination, filter your collection to cards legal in a given format: core, infinity, core_zh, core_ja, or poorcana, and compare an enriched collection against live API data and report any stale or wrong fields.

Capability map

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

read & search

5 tools - e.g. Looks up any card by name. Returns full stats, ability text, format legality, and card image URL.; Lists every printing of a card - or every card sharing a character name - side by side: set, number(s)…

lookup_card · list_printings · search_cards · find_song_synergies · get_meta

Enrich

1 tool - e.g. Enriches a raw TCGPlayer export with Ink, Cost, Type, Subtypes, STR/WIL/Lore, Inkable, Keywords, and Abilities. Writes an enriched CSV and a dreamborn.ink-ready

enrich_csv

Resolve

1 tool - e.g. Fuzzy-resolves an informal, misspelled, or subtitle-less card name (e.g. "goofy musketeer", "elsa"). Returns a single confident match, a ranked top-3 to disambi

resolve_card

Filter

1 tool - e.g. Filters your collection to cards legal in a given format: core, infinity, core_zh, core_ja, or poorcana.

filter_collection

Audit

1 tool - e.g. Compares an enriched collection against live API data and reports any stale or wrong fields.

audit_csv

Analyze

1 tool - e.g. Analyzes a raw deck list (4x Card Name per line) for ink curve, inkable split, color split, card types, estimated lore/turn, and Core Constructed legality (60-c

analyze_deck

What

1 tool - e.g. Compares a deck list against your collection: what you already own, what's missing or short, and a live TCGPlayer cost estimate (via tcgcsv.com) to complete it.

what_am_i_missing

Build

1 tool - e.g. Automatically assembles a legal, curve-balanced ~60-card decklist for an ink pair/format, in one of 3 modes: collection (only cards you own), ideal (best deck r

build_deck

Latest releases

v2.4.0 · 2026-09-14

Metagame snapshot refresh: get_meta picks up the Disney Lorcana Challenge - Europe Championship 2026 (Disneyland Paris). · New event europe-championship-2026 - full standings plus all 16 Top 16 decklists, sourced from…

v2.3.0 · 2026-09-10

Three additions, from a feature comparison against gregario/lorcana-oracle and danielenricocahall/lorcana-mcp. · New tool list_printings - given a full card name or a bare character name, lists every printing side by…

v2.2.0 · 2026-09-10

Two things: a refreshed get_meta metagame snapshot, and a new "you're running an old version" check. · Metagame snapshot refresh - META_SNAPSHOT_DATE → 2026-09-10 with three new events (all from @gaetancall decklist…

04 · Who maintains Disney Lorcana TCG Collection

Disney Lorcana TCG Collection is maintained by icarobichir. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
other - ranked #116 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.IcaroBichir/lorcana (active, first published 2026-07-02 · 16 versions)
packages
pypi:lorcana-mcp

06 · Disney Lorcana TCG Collection FAQ

Is Disney Lorcana TCG Collection still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Disney Lorcana TCG Collection do?

With this server connected, an agent can search the full card pool by color, type, rarity, set, cost range, keyword, ability text, or subtype - with pagination, filter your collection to cards legal in a given format: core, infinity, core_zh, core_ja, or poorcana, and compare an enriched collection against live API data and report any stale or wrong fields.

How do I install Disney Lorcana TCG Collection?

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

Does Disney Lorcana TCG Collection run locally?

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

07 · Alternatives to Disney Lorcana TCG Collection

More MCP servers to compare · Ictbroadcast MCP · Ictcontact MCP · Ictdialer MCP · Ictexam MCP · Pbx MCP

More Python MCP servers · T-Bank MCP · IdentArk Gateway · DB Conn MCP · Dolphin MCP Pilot · X Use · see all