Klytos MCP Tools

Register and manage MCP tools within Klytos CMS plugins.

12|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/joseconti/klytos --skill klytos-mcp-tools
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Klytos MCP Tools
Source: https://github.com/joseconti/klytos/tree/main/.claude/skills/klytos-mcp-tools
Command: npx skills add https://github.com/joseconti/klytos --skill klytos-mcp-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables AI-driven control of features by standardizing how MCP tools are registered, invoked, and governed within Klytos.

Core Features & Use Cases

  • Provides plugin-pattern tool registration via mcp.tools_list and 3-step guidelines for core tools.
  • Documents tool handling with mcp.handle_tool, response formats, and tool annotations.
  • Outlines how to declare tools in klytos-plugin.json and integrate into the MCP workflow for AI control.

Quick Start

Register a new MCP tool by wiring it into mcp.tools_list, implement the tool handler for mcp.handle_tool, and declare the tool in klytos-plugin.json.

Frequently Asked Questions about Klytos MCP Tools

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

FAQPage Schema
How do I register an MCP tool for AI-controllable features?▼

To register an MCP tool, wire it into the mcp.tools_list hook, implement the handler for mcp.handle_tool, and declare the tool schema in klytos-plugin.json to enable AI-controllable features.

How does the MCP tool handler manage responses and annotations?▼

The MCP tool handler manages responses and tool annotations via the mcp.handle_tool hook, standardizing tool invocation and governing AI-driven control within the Klytos CMS workflow.

What is the difference between registering a plugin tool and a core MCP tool?▼

Plugin tool registration uses the mcp.tools_list hook pattern, whereas core MCP tools require a 3-step guideline process for wiring tool behavior and schemas directly into the MCP flow.

Do I need specific dependencies to integrate MCP tools into Klytos?▼

No specific dependencies are required to integrate MCP tools; you only need to specify the required hooks, tool schemas, and klytos-plugin.json declarations to ensure secure tool integration.

What is the best way to standardize AI control over CMS features?▼

The best way to standardize AI control is by applying consistent MCP tool registration patterns, response formats, and tool annotations to govern feature invocation securely within Klytos.

Why should I use tool annotations when adding MCP tools?▼

Tool annotations document handling behavior within the mcp.handle_tool hook, ensuring consistent, secure AI-driven tool integration and standardized response formats across the MCP workflow.