About AI integration

uCoz API is fully available to LLMs and AI agents. All tools are documented in OpenAPI 3.0.3 with machine-readable llms.txt files, a native MCP server, and structured metadata for fast model onboarding.

Discovery endpoints

AI agents can load the full API description from the documentation base URL.

Resource URL Purpose
llms.txt api.ucoz.net/en/llms.txt Token-optimized overview of uCoz API tools and authorization
llms-full.txt api.ucoz.net/en/llms-full.txt Full Markdown reference of all endpoints in one file

MCP server

uCoz API supports Model Context Protocol (MCP) — a standard for connecting AI agents to external tools. The MCP server gives agents direct access to templates, menus, FTP, and other site features without manual work in the control panel.

Go to MCP documentation →

Ready-made skills

A catalog of skills for Cursor, Claude Code, and other AI agents helps you set up uCoz workflows in minutes without writing code.

Open skills catalog →

Machine-readable documentation

📄

OpenAPI 3.0.3

Each module has its own OpenAPI 3.0.3 YAML file — suitable for SDK generation, testing, and AI tooling.

🤖

llms.txt

Standard format for LLM onboarding: concise API tool list with example requests, optimized for token use.

🔌

MCP server

Native MCP server for Cursor, Claude Code, Codex, and other stdio-compatible clients. Run with npx ucoz-mcp@latest.