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 vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Forge n’a aucune analyse enregistrée pour cette entrée et n’a donc aucune observation de sa surface d’outils. C’est une absence de preuve, pas la preuve qu’elle n’expose aucun outil.
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…