MCP server for searching, exploring, and aggregating Disney Lorcana cards.
An MCP server for searching and aggregating Disney Lorcana cards. On startup, the server fetches a JSON list of cards from . The snapshot is refreshed daily by , which pulls from the Lorcast API, normalizes each card into our internal schema, and publishes the list to the branch. The middle layer insulates running containers from Lorcast's availability and rate limits — the runtime never calls…
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
An MCP server for searching and aggregating Disney Lorcana cards. On startup, the server fetches a JSON list of cards from . The snapshot is refreshed daily by , which pulls from the Lorcast API, normalizes each card into our internal schema, and publishes the list to the branch. The middle layer insulates running containers from Lorcast's availability and rate limits — the runtime never calls Lorcast directly. Cards are kept in-memory as a Python list for fast filtering. With ~2,270 unique…