MCP server that exposes ASCII and Unicode art tools
is a Model Context Protocol (MCP) server built with Node.js and TypeScript. It serves ASCII and Unicode art from the local database through validated MCP tools. Build + production run: The server uses stdio transport and loads data from at the repository root. Finds an art entry by exact or exact value in . Returns the entry's field as plain text. Searches entries by , , or both. At least one…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
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.
is a Model Context Protocol (MCP) server built with Node.js and TypeScript. It serves ASCII and Unicode art from the local database through validated MCP tools. Build + production run: The server uses stdio transport and loads data from at the repository root. Finds an art entry by exact or exact value in . Returns the entry's field as plain text. Searches entries by , , or both. At least one filter is required. Returns matching entries' fields combined in text output. Returns a random entry…