openaaas-mcp-adapter
Related Servers
Alternatives to openaaas-mcp-adapter
- MIT
Related Servers

OpenLinker Pluginofficial
AlicenseNot gradedqualityAmaintenanceAn MCP bridge that lets Codex and Claude Code interact with OpenLinker agents, and allows the host to serve as a callable agent in the OpenLinker network.Apache 2.0- AlicenseNot gradedqualityFmaintenanceThe self-hosted MCP bridge between Claude Chat and Claude Code.46AGPL 3.0
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude users to access specialized OpenAI agents (web search, file search, computer actions) and a multi-agent orchestrator through the MCP protocol.410-
- AlicenseNot gradedqualityDmaintenanceMCP of MCPs. Automatic discovery and configure MCP servers on your local machine. Integration with Claude and Cursor.52Apache 2.0
- AlicenseAqualityDmaintenanceBridges any MCP client (like Claude Code, Zed, VS Code) to any ACP coding agent, enabling multi-agent orchestration from a single chat interface.24109 npm9Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA general-purpose MCP gateway that exposes your local CLI skills to any AI assistant.16 npm1MIT
TDQS
Scored across 14 tools
Most tools have distinct purposes, especially task management tools are clearly separated by action (cancel, get, poll, submit, list, download). However, get_task and poll_task could be confused by an agent if not careful, though descriptions help clarify their usage contexts.
All tools follow a consistent verb_noun pattern with snake_case (e.g., submit_task, list_files, set_default_server). No mixing of conventions.
14 tools is well-scoped for an MCP adapter server covering account management, server configuration, service discovery, and task lifecycle. Each tool earns its place without bloat.
The tool surface covers task submission, status retrieval (via get_task and poll_task), cancellation, file listing, and download. Configuration management includes URL setting, default selection, and removal. Minor gap: no explicit 'add_server' tool (set_server_url may handle it) and no tool to get current server info.