zes-mcp-patterns

Create MCP server tools with Zod validation for ZES orchestration.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-mcp-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zes-mcp-patterns
Source: https://github.com/ZESCODE/Zes-Orchestration-System/tree/main/.agents/skills/ZES-mcp-patterns
Command: npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-mcp-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @modelcontextprotocol/sdk, zod.

What problem does it solve?

This skill streamlines the development and integration of Model Context Protocol (MCP) servers within the ZES ecosystem, ensuring consistent tool registration and transport handling.

Core Features & Use Cases

  • Standardized Tooling: Provides templates for creating MCP tools with Zod validation.
  • Service Integration: Facilitates the addition of new tools to the zeschrome-mcp bridge or standalone ZES services.
  • Use Case: When you need to add a new administrative tool to the ZES dashboard, such as a service restart command, this skill provides the necessary boilerplate and architectural patterns to ensure it integrates seamlessly with Claude Code or Codex.

Quick Start

Use the zes-mcp-patterns skill to generate a new MCP tool template for monitoring system service health.

Frequently Asked Questions about zes-mcp-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom tools for an MCP server using TypeScript?

To create custom tools for an MCP server, use this skill to generate standardized tool templates with TypeScript. It provides the boilerplate and architectural patterns to ensure seamless integration with the ZES orchestration system.

How does Zod validation work when integrating new tools into the ZES architecture?

Zod validation enforces input schemas for tools integrated into the ZES architecture. This skill implements Zod-based validation to standardize service-level interactions and ensure data integrity for local and remote agent communication.

Can I use this skill to add administrative commands to the zeschrome-mcp bridge?

Yes, you can use this skill to add administrative commands to the zeschrome-mcp bridge. It facilitates service integration by providing templates for adding new tools to standalone ZES services or the bridge for Claude Code.

What is the best way to configure transport for remote agent communication in ZES?

The best way to configure transport for remote agent communication in ZES is by utilizing this skill's built-in patterns. It standardizes transport handling and configuration for local and remote interactions within the MCP server ecosystem.

Do I need the Model Context Protocol SDK to build standalone ZES services?

Yes, the Model Context Protocol SDK is required to build standalone ZES services. This skill depends on the SDK to facilitate development and ensure consistent tool registration within the ZES orchestration architecture.