mc8yp
Related Servers
Alternatives to mc8yp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents full access to the Clever Cloud API through three tools: search, execute, and doc, using a code mode pattern to compose API commands.4-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI coding agents structured access to a project's architecture, rules, modules, and technical decisions.MIT
- AlicenseAqualityCmaintenanceMCP server that exposes RESTForge capabilities to AI agents, enabling them to set up, configure, generate code, and manage RESTForge projects through natural language.2944 npmMIT
- AlicenseBqualityDmaintenanceProduction-grade MCP server that gives AI agents safe access to your local dev environment: filesystem, databases, processes, and OpenAPI specs.1528 npm3MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to explore, search, and query API definitions from OpenAPI/Swagger JSON files.14 npmMIT
- FlicenseNot gradedqualityAmaintenanceAn MCP server that gives an AI agent read and write access to a live SysML v2 model through the vendor-neutral OMG SysML v2 REST API.2-
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: codemode executes async JavaScript with API discovery, status reports the active tenant and CLI state, and set-active-tenant manages the session tenant. There is no functional overlap between them.
Tool names follow no consistent convention: 'codemode' is a single lowercase noun, 'status' is a noun, and 'set-active-tenant' is a hyphenated verb phrase. The mixed styles and lack of a predictable pattern make naming feel ad hoc.
Three tools is well-scoped for a CLI session manager: one core execution tool, one status/health tool, and one configuration tool. Each earns its place without bloat.
The tool surface fully covers the session lifecycle: setting and clearing the active tenant, checking status and refreshing discovery, and executing against the API. No obvious gaps remain for the stated purpose.