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 verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Forge non ha alcuna analisi registrata per questa voce, quindi non ha alcuna osservazione della sua superficie di strumenti. È assenza di prove, non prova che non esponga alcuno strumento.
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…