usap-skills
Related Servers
Alternatives to usap-skills
AlicenseCqualityAmaintenanceCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more.65290 npm6MIT
security-orchestraofficial
FlicenseNot gradedqualityCmaintenanceProvides deterministic, standards-based calculations for data center critical power infrastructure. Enables site selection, generator sizing, UPS sizing, NFPA 110 compliance, and more via 50+ AI agents and 8 compound chains.-
Related Servers
- AlicenseNot gradedqualityBmaintenanceA defensive MCP server for Claude Desktop / any MCP client — the blue-team counterpart to offensive tooling. 123 tools + 4 resources across Wazuh SIEM, multi-provider threat intelligence, MITRE-driven 3-Sum APT correlation, attack graphing, LangGraph investigation workflows, and host forensics. Read-only by default.58BSD 3-Clause
- AlicenseBqualityBmaintenanceA security-first MCP server and paired agent skill for the PhishFort Unified Client API, enabling PhishFort incident review, reporting, attachments, comments, and webhook management with approval-gated writes and safe defaults.23MIT
- AlicenseCqualityCmaintenanceCommunity MCP server for the Cymulate security validation platform. It exposes the full Cymulate REST API (337 endpoints) as 106 semantic tools for BAS, exposure validation, attack surface management, and platform administration.100MIT
- FlicenseAqualityBmaintenanceExposes eSentire Atlas API (Findings, Ticketing, MVS) and Threat Intelligence feeds (IP Watch, Advanced/STIX) as MCP tools, enabling security operations and threat intelligence queries through natural language.29-
- AlicenseNot gradedqualityAmaintenanceAn MCP server that exposes a 60+ tool security and threat-intel stack to AI agents, enabling secret scanning, Sigma rule generation, ransomware lookup, OSINT, and deep research.1MIT
- FlicenseNot gradedqualityBmaintenanceProvides an educational MCP server with cybersecurity examples, exposing a threat-intel lookup tool, an asset inventory resource, and an investigation prompt using simulated data.-
TDQS
Scored across 8 tools
Each tool targets a distinct function: listing vs. retrieval, routing vs. validation vs. dispatch. Even the three listing tools for agents, MCPs, and skills are clearly separated by entity type, and the two-phase routing tools (route_payload and dispatch_after_approval) have distinct roles.
All tools use a consistent verb_noun pattern in snake_case (e.g., list_agents, get_skill, route_payload, validate_payload). The naming is predictable and self-explanatory, with no mixed conventions.
With 8 tools, the surface is well-scoped for an orchestration server. Each tool earns its place, covering discovery, retrieval, routing, validation, and dispatch without unnecessary redundancy.
The tool set covers the core workflow: discover entities, validate payloads, route them, and dispatch after approval. A minor gap is the lack of tools for managing routing history or handling approval rejections, but the audit trail is handled externally.