Odel
Works With Agents MCP

Works With Agents MCP

Local
@vystartasvPythonUpdated 1mo ago

14 MCP tools: facts, pitfalls, skills, handoff protocols, trust scores, identity verification.

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