Encoder AI MCP
OfficialRelated Servers
Alternatives to Encoder AI MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceCreativity Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs12 npm116 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceCompression AI - MCP server providing AI-powered tools and automation by MEOK AI Labs6 npm100 PyPIMIT
- AlicenseNot gradedqualityFmaintenanceConsciousness Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs4 npm92 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnv Manager AI - MCP server providing AI-powered tools and automation by MEOK AI Labs8 npm88 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceBackup AI - MCP server providing AI-powered tools and automation by MEOK AI Labs4 npm121 PyPIMIT
- AlicenseAqualityAmaintenanceRegex AI - MCP server providing AI-powered tools and automation by MEOK AI Labs47 npm98 PyPIMIT
TDQS
Scored across 5 tools
Each tool targets a distinct encoding/decoding operation (base64, HTML, URL, hex). The names clearly differentiate them, and despite identical boilerplate descriptions, the function names are unambiguous.
All tool names follow a consistent verb_format pattern using lowercase with underscores (e.g., encode_url, decode_base64, to_hex). No mixing of conventions.
Five tools form a reasonable set for a simple encoder/decoder utility. While more tools could be added (e.g., decode_html), the count is appropriate for its scope.
Only base64 has both encode and decode. Missing decoders for HTML, URL, and hex leave significant gaps. An agent can encode to hex but cannot reverse the operation, causing dead ends.