Works With Agents MCP Server
Related Servers
Alternatives to Works With Agents MCP Server
No user-submitted related servers found.
Related Servers
AlicenseNot gradedqualityAmaintenanceEnables AI agents to securely call MCP tools with risk scoring, checkpoints, rollback, and approval workflows.1 npmMIT- FlicenseNot gradedqualityBmaintenanceA governed MCP server that enforces OAuth 2.1 scope checking and policy-driven access control for AI agents, providing a full audit trail on every tool call. It includes tools for Cisco Webex Contact Center knowledge search and SD-WAN network operations.-
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered customer support with real-time access to CRM, ticketing, and communication tools via MCP, supporting context-aware conversations and automated actions.Apache 2.0
- AlicenseAqualityDmaintenanceExposes Azure AI Foundry agents, workflows, and AI Search vector-database capabilities as MCP tools, enabling natural language interaction with agents, semantic search, and index management.102MIT

Scout MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI agents to interact with Scout Live platform capabilities through standardized MCP primitives, including tools for app management, deployment, and logging.612 npmMIT
TDQS
Scored across 22 tools
Most tools target clearly distinct resources and actions, with the wwa_ prefix helping to group them. However, wwa_handoff_verify and wwa_handoff_validate_schema both validate handoffs and could be confused, as could wwa_bid_search and wwa_bid_list despite their differing purposes.
All tools share the wwa_ prefix, and the majority follow a noun_verb pattern (e.g., wwa_bid_search, wwa_sla_validate). The main deviation is wwa_generate_key, which uses verb_noun ordering, and a few compound names like wwa_facts_list_categories add minor complexity.
With 22 tools, the server is on the heavier side (16-25 tools per the rubric) but not extreme. The wide range of domains (tenders, bids, facts, skills, handoffs, blueprints, etc.) makes the count feel somewhat bloated, though each tool does have a distinct role.
Several resources have incomplete lifecycles: bids can be indexed and retrieved but not updated or deleted; facts and skills only support querying/list categories, with no create/update/delete; handoffs have create and validation but no retrieval or management operations. These gaps are notable but not critical, as the server may focus on specific workflows rather than full CRUD.