mcp-tool-server
Related Servers
Alternatives to mcp-tool-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA simple MCP server offering three utility tools: UUID generation, temperature conversion, and text statistics.11MIT
- FlicenseNot gradedqualityDmaintenanceA lightweight MCP server providing tools for adding integers, getting current time, and fetching weather forecasts via wttr.in.-
- FlicenseNot gradedqualityDmaintenanceA simple MCP server that provides basic utility tools for text manipulation, file operations, and calculations, intended to be connected to Claude AI desktop app.-
- FlicenseNot gradedqualityCmaintenanceA production-oriented MCP server exposing tools for weather, currency conversion, text statistics, and server introspection, with auto-discovery, rate limiting, and API key auth.-
- FlicenseAqualityDmaintenanceA lightweight MCP server providing utility tools for math, text processing, data conversion, and URL fetching. It supports both STDIO and SSE communication modes for seamless integration with Claude Desktop and remote AI agents.51-
- AlicenseAqualityCmaintenanceA lightweight MCP server providing common utility tools such as unit conversion, password generation, date calculation, hashing, Base64 encoding/decoding, UUID generation, text case conversion, and text statistics, with no external dependencies.8MIT
TDQS
Scored across 3 tools
Each tool operates on a completely different domain: text statistics, URL metadata, and temperature conversion. There is zero overlap, so an agent can easily distinguish between them.
All three tools follow a consistent verb_noun pattern (analyze_text, fetch_url_metadata, convert_temperature) using snake_case. The naming is uniform and predictable.
With exactly three tools, the set falls squarely within the typical well-scoped range (3-15). Each tool earns its place, providing a distinct and non-redundant utility.
Each tool individually covers its stated purpose comprehensively (text counts and reading time, HTTP metadata with non-error handling, and temperature conversion across all units). However, the overall server lacks a cohesive domain and could reasonably include additional common utilities, leaving a minor sense of incompleteness.