🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

wwa-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wwa-mcp

Works With Agents MCP Server — 14 native tools for AI agent infrastructure. Facts, Pitfalls, Skills, Handoff Protocol, Blueprint Registry, Trust Scores, Identity Verification, SLA Validation, Compliance-as-Code.

pipPyPI
Version
1.0.2
Weekly downloads
69
109.09%
Maintainers
1
Weekly downloads
 
Created

Works With Agents MCP Server

⚠️ Maintenance mode. Feature-complete, not actively developed. For the Works With Agents tender-compliance MCP server, see workswithagents.dev. This package is frozen at v1.0.2 and is no longer receiving updates.

14 MCP tools for AI agent infrastructure.

pip install wwa-mcp

Usage

Add to your MCP client config:

{
  "mcpServers": {
    "wwa": {
      "command": "python3.11",
      "args": ["-m", "wwa_mcp.server"]
    }
  }
}

Tools

ToolTierDescription
wwa_facts_query1Query shared agent knowledge base
wwa_facts_list_categories1List fact categories and counts
wwa_pitfalls_lookup1Search known failure patterns
wwa_skills_search1Search agent skill library
wwa_skills_list_categories1List skill categories
wwa_handoff_create2Create agent-to-agent handoff
wwa_handoff_verify2Validate handoff completeness
wwa_handoff_validate_schema2Schema validation against Handoff Protocol
wwa_blueprint_search2Search blueprint specifications
wwa_blueprint_validate2Validate against a blueprint
wwa_trust_score_calculate3Compute agent trust score
wwa_identity_verify3Ed25519 signature verification
wwa_sla_validate3Validate against SLA tiers
wwa_compliance_check3Compliance-as-Code validation engine

All specifications CC BY 4.0 — workswithagents.dev

Keywords

agent-infrastructure

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts