Disney Lorcana TCG Collection MCP Server

Disney Lorcana TCG Collection is an MCP server that exposes 10 tools to an agent, covering read & search, enrich, resolve. 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 Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 6 · #191 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Disney Lorcana TCG Collection

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

repo age created 2026-07-02 - young repo, little track record yet

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

3 tools - e.g. Looks up any card by name. Returns full stats, ability text, format legality, and card image URL.; Searches the full card pool by color, type, rarity, set, cost range, keyword, ability text, or subtype…

lookup_card · search_cards · find_song_synergies

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.0.0 · 2026-08-17

Adds Format Coconut support to build_deck - Ravensburger's new multiplayer singleton beta (open since 2026-07-28). Major version bump because it changes build_deck's deck-legality shape for the new format; every other…

v1.0.0 · 2026-08-14

First stable release. All 10 tools (enrich_csv, lookup_card, resolve_card, search_cards, find_song_synergies, filter_collection, audit_csv, analyze_deck, what_am_i_missing, build_deck) have been in active daily use…

v0.2.9 · 2026-08-12

Fix a broken link in README.md: the MCP Registry badge and "Listed on" table both pointed to a URL that 404s (that domain has no per-server webpage, only raw JSON API routes). Replaced with the registry's actual…

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 #191 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-17)
registry
io.github.IcaroBichir/lorcana (active, first published 2026-07-02 · 11 versions)
packages
pypi:lorcana-mcp

06 · Disney Lorcana TCG Collection FAQ

Is Disney Lorcana TCG Collection still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 5 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`. 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 · Pbx MCP · idealo MCP Server · Vim MCP · Hypruse · Consilium Principis

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