MCP Specification Compliance Audit Pack for Openclaw

A comprehensive suite of seven specialized audit tools designed to validate AI agent compliance with the MCP 2025-11-25 protocol specification.

romainsantoli-web
v1.0.0
Mar 2, 2026
0
833
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install firm-spec-compliance-pack

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install firm-spec-compliance-pack using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is MCP Specification Compliance Audit Pack?

The firm-spec-compliance-pack is a high-performance auditing suite specifically engineered for developers building and maintaining agents on the Model Context Protocol. As a foundational resource within the Openclaw Skills ecosystem, it provides deep validation for protocol features introduced in the 2025-11-25 update, including complex elicitation flows and durable task management. By leveraging these Openclaw Skills, developers can ensure their implementations are fully interoperable, secure, and compliant with the latest industry standards for agentic communication.

MCP Specification Compliance Audit Pack Use Cases

  • Validating server-initiated user input requests through automated elicitation flow audits.
  • Verifying support for long-running durable operations and status tracking via SEP-044.
  • Ensuring strict JSON Schema 2020-12 dialect compliance for structured data interchange.
  • Testing Server-Sent Events (SSE) transport stability and Last-Event-ID resumption.
  • Auditing icon metadata and binary audio content support for rich media-capable agents.

How MCP Specification Compliance Audit Pack Works

  1. Integrate the compliance pack into your agent's environment as a registered skill.
  2. Execute specific audit tools via the CLI to target different layers of the MCP protocol.
  3. The tools analyze your configuration files and communication endpoints against the 2025-11-25 specification.
  4. Each tool generates a compliance report categorizing issues by severity, from LOW (metadata) to HIGH (transport and elicitation).
  5. Developers use the feedback to refine their handlers and capability declarations to meet the required spec version.

MCP Specification Compliance Audit Pack Setup

To utilize this compliance pack, ensure you have the necessary extensions installed and include the skill in your agent configuration.

# Requirement: mcp-openclaw-extensions >= 3.0.0

# In your agent configuration:
skills:
  - firm-spec-compliance-pack

# Run a full compliance check for SSE transport:
openclaw_sse_transport_audit config_path=/path/to/config.json

MCP Specification Compliance Audit Pack Data Schema & Taxonomy

The skill organizes its audit logic based on specific Protocol Specification Enhancements (SEPs). Results are mapped as follows:

Audit Category Specification Covered Severity Level
Elicitation SEP-032 (User Input) HIGH
Tasks SEP-044 (Durable Ops) HIGH
Schema JSON Schema 2020-12 HIGH
Transport SSE Resumption HIGH
Multimedia Audio & Icon Format MEDIUM/LOW

MCP Specification Compliance Audit Pack Advanced Features

  • Comprehensive coverage of server-initiated elicitation flows for interactive agents.
  • Support for checking durable request status tracking and task lifecycle management.
  • Specialized validation for JSON Schema 2020-12 URIs and vocabulary compliance.
  • Automated testing for SSE event streaming and session resumption logic.
  • Metadata verification for accessibility-compliant icon URIs and media types.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*