Skip to main content
Glama
vystartasv

Works With Agents MCP Server

by vystartasv

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

Tool

Tier

Description

wwa_facts_query

1

Query shared agent knowledge base

wwa_facts_list_categories

1

List fact categories and counts

wwa_pitfalls_lookup

1

Search known failure patterns

wwa_skills_search

1

Search agent skill library

wwa_skills_list_categories

1

List skill categories

wwa_handoff_create

2

Create agent-to-agent handoff

wwa_handoff_verify

2

Validate handoff completeness

wwa_handoff_validate_schema

2

Schema validation against Handoff Protocol

wwa_blueprint_search

2

Search blueprint specifications

wwa_blueprint_validate

2

Validate against a blueprint

wwa_trust_score_calculate

3

Compute agent trust score

wwa_identity_verify

3

Ed25519 signature verification

wwa_sla_validate

3

Validate against SLA tiers

wwa_compliance_check

3

Compliance-as-Code validation engine

All specifications CC BY 4.0 — workswithagents.dev

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vystartasv/wwa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server