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…
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
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…