A
licenseA
qualityA
maintenanceA minimal MCP server that provides health/status checks and multilingual greetings via the server_info and greet tools.
2
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools serve entirely different purposes: one for generating greetings and one for server health. There is no overlap or ambiguity.
Both names use snake_case, but 'greet' is a verb while 'server_info' is a noun, breaking a strict verb_noun pattern. Still, the style is consistent and readable.
With only 2 tools, the server feels minimal. For a greeting-focused server, this might suffice, but it borders on too few for a typical MCP server scope.
The tools cover the core functionality (greeting and server info) with no obvious gaps. However, a dedicated tool to list supported languages could be considered a minor missing piece.