lorcana-mcp

danielenricocahall/lorcana-mcp
★ 1 stars Python 🌐 Browser/Web Updated today
An MCP Server for interacting with Lorcana cards
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install lorcana-mcp

README Excerpt

An MCP server for searching and aggregating Disney Lorcana cards. On startup, the server fetches all cards from [lorcanajson.org](https://lorcanajson.org) via a GET request to `https://lorcanajson.org/files/current/en/allCards.json`. Cards are kept in-memory as a Python list for fast filtering. With ~2,700 cards this is lightweight and requires no external database. A local JSON file cache (`LORCANA_CACHE_PATH`, default `cards.json`) lets the server skip the API fetch on subsequent startups.

Tools (3)

LORCANA_REFRESH_ON_STARTUPLORCANA_SKIP_IF_DB_EXISTSelsa