ASCII Banner MCP Server
Related Servers
Alternatives to ASCII Banner MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides tools for retrieving ASCII and Unicode art from a local database, including search, random selection, and category listing.416 npm1MIT
- FlicenseAqualityDmaintenanceA simple MCP server that provides greeting tools and server information.1-
- AlicenseAqualityDmaintenanceA lightweight MCP server that tells you exactly who you are.11MIT
- AlicenseNot gradedqualityDmaintenanceA lightweight mcp server that tells you exactly where you are.4MIT
- FlicenseNot gradedqualityBmaintenanceA minimal MCP server with hello and echo tools.-
- MIT
TDQS
Scored across 2 tools
The two tools have perfectly distinct purposes: generate_banner creates ASCII art from text, while get_fonts lists available fonts. There is no overlap or ambiguity between them; an agent can easily tell them apart based on their clear, complementary functions.
Both tools follow a consistent verb_noun pattern: generate_banner and get_fonts. The naming is predictable and readable, with no deviations or mixed conventions, making it easy for an agent to understand and use them.
With only 2 tools, this server feels thin for its apparent scope of ASCII banner generation. While the tools cover core functionality, the count is too low for a typical server, limiting flexibility and potentially requiring agents to work around missing operations like customization or management features.
The server covers basic ASCII banner generation with text input and font selection, but there are notable gaps. For example, it lacks tools for customizing banners (e.g., adjusting width, alignment, or colors) or managing generated banners, which could hinder more advanced agent workflows in this domain.