wcc
Related Servers
Alternatives to wcc
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceA token-efficient MCP server that gives AI agents structured access to the web, returning compact page summaries and targeted queries instead of full accessibility dumps.23661 npm179MIT
- AlicenseNot gradedqualityAmaintenancewebnav is an MCP server that gives web-browsing AI agents a reusable, deterministic site map, so they stop re-exploring sites every run. It enables page-to-page navigation with zero LLM overhead, pausing only at genuine decision points.36 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server for web scraping and browser automation, enabling AI agents to extract clean, token-efficient content from web pages.1MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that turns any website into an API by capturing or importing API endpoints, enabling AI agents to interact with web services without a browser, with 20-100x token cost reduction versus browser automation.99 npm125Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA self-hosted MCP server that provides capability packs for AI agents to perform browser, desktop, git, and code actions via schema-validated JSON calls, enabling reliable agentic workflows even with small open-weight models.4Apache 2.0
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to execute real-world actions through 10 specialized engines covering authenticated API calls, browser automation, visual QA, shell commands, file operations, job scraping, and parallel task execution.-
TDQS
Scored across 6 tools
Each tool has a distinct role in the session lifecycle: opening, inspecting, listing, executing, retrieving results, and closing. There is no overlap in purpose; even get_execution_result and execute_capability differ in that one runs a capability and the other fetches a stored result.
All tool names follow the same verb_noun snake_case pattern (open_session, inspect_page, list_capabilities, etc.). The verbs are clear and the nouns correspond to the domain entities, making the set highly predictable.
With 6 tools, the server is well-scoped for its purpose of session-based browser automation. Each tool is necessary and covers a distinct step in the workflow, neither too few nor too many.
The lifecycle from opening a session through inspection, capability execution, result retrieval, and closing is fully covered. The only notable gap is the lack of an explicit navigation tool to change the URL within an open session, though capabilities may inherently handle page changes.