# uCoz API (uAPI) > REST API for full management of websites hosted on the uCoz platform. Provides programmatic access to all site modules: content creation and editing, user and access management, e-commerce, subscriptions, design and templates, navigation menus, contact forms, polls, search, and more. Suitable for automation, integrations, and AI agents that need to read or modify content and settings of a uCoz site. Base URL: `https://{yoursite}/uapi` (e.g. `https://mysite.ucoz.ru/uapi`). Authentication uses a Bearer JWT token in the `Authorization: Bearer ` header. Tokens are created in the site control panel under Site → uAPI. All responses are JSON. Full documentation: https://api.ucoz.net/en/ ## Model Context Protocol (MCP) For AI agents, the MCP server is the recommended integration path — it provides direct access to templates, menus, contact forms, and FTP without writing raw HTTP requests. - [MCP for uCoz](https://api.ucoz.net/en/mcp.html): Setup guide for connecting `npx ucoz-mcp@latest` to Cursor, Claude Desktop, Codex, and any stdio-compatible MCP client - npm package: `ucoz-mcp@latest` - Tools: `templates_tool` (templates, menus, global blocks, mail forms, backups), `ftp_tool` (site files over FTP) ## Users - [Module «Users»](https://api.ucoz.net/en/user.html): Manage users, groups, ranks, and access permissions ## Core Modules - [Module «Site Pages»](https://api.ucoz.net/en/pages.html): Get, create, update, and delete static site pages - [Module «Site News»](https://api.ucoz.net/en/news.html): Manage news entries, categories, and comments - [Module «Blog»](https://api.ucoz.net/en/blog.html): Blog entries, categories, and comments - [Module «Publisher»](https://api.ucoz.net/en/publ.html): Articles, categories, and comments - [Module «Ad board»](https://api.ucoz.net/en/board.html): Listings, categories, and comments - [Module «Photo Album»](https://api.ucoz.net/en/photo.html): Photos, categories, and comments - [Module «Video»](https://api.ucoz.net/en/video.html): Videos, channels, categories, and comments - [Module «FAQ»](https://api.ucoz.net/en/faq.html): Questions, answers, and categories - [Module «Forum»](https://api.ucoz.net/en/forum.html): Forums, topics, and messages - [Module «Site Directory»](https://api.ucoz.net/en/dir.html): Entries, categories, and comments - [Module «File Catalog»](https://api.ucoz.net/en/load.html): Files, categories, and comments - [Module «Guest Book»](https://api.ucoz.net/en/gb.html): Guest book entries and ratings - [Module «Online Games»](https://api.ucoz.net/en/stuff.html): Games, categories, and comments ## Commerce - [Module «Online Shop»](https://api.ucoz.net/en/shop.html): Products, cart, orders, categories, and currency - [Module «Subscriptions & Plans»](https://api.ucoz.net/en/subscriptions.html): Plans, subscriptions, statuses, and billing periods ## Design & Templates - [Design Management](https://api.ucoz.net/en/templates.html): Get, edit, and manage design templates and page layouts - [Global Blocks](https://api.ucoz.net/en/gblocks.html): Create, edit, and delete global HTML blocks - [Site Menus](https://api.ucoz.net/en/menus.html): Manage site navigation menus and menu items - [Module Settings](https://api.ucoz.net/en/settings.html): Settings for the «News» and «Blog» modules ## Tools - [Minichat](https://api.ucoz.net/en/mchat.html): Minichat messages and emoticons - [Polls](https://api.ucoz.net/en/polls.html): Manage polls and voting - [Mail Forms](https://api.ucoz.net/en/mail-forms.html): Create and manage contact forms, fields, and email templates - [Site Search](https://api.ucoz.net/en/search.html): Full-text search across the site and individual modules - [Comments & Extra Methods](https://api.ucoz.net/en/other.html): Retrieve comments from all modules and additional API utility methods