Aveiro
Create, update, and publish real hosted websites from your agent via the Aveiro API.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Aveiro Me: Verify the API token and list its scopes and allowed sites.
- Aveiro List Sites: List Aveiro sites this token can access (returns their UUIDs).
- Aveiro Create Site: Create a new site (requires sites:write scope).
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Create, update, and publish real hosted websites from your agent via the Aveiro API.
Список инструментов сервера (13)
Технические названия из tools/list. Нужны только разработчикам.
| aveiro_me | Verify the API token and list its scopes and allowed sites. |
| aveiro_list_sites | List Aveiro sites this token can access (returns their UUIDs). |
| aveiro_create_site | Create a new site (requires sites:write scope). |
| aveiro_list_pages | List draft pages in a site. |
| aveiro_get_page | Read one draft page by path or content ID. |
| aveiro_create_page | Create a draft MDX page. Create parent collections first with aveiro_create_collection when needed. |
| aveiro_update_page | Update draft MDX content or metadata for an existing page. |
| aveiro_delete_page | Soft-delete a draft page. The homepage (/index.mdx) cannot be deleted. |
| aveiro_list_changes | List draft pages with unpublished edits awaiting review. |
| aveiro_list_collections | List collections (folders) in a site. |
| aveiro_create_collection | Create a collection (folder) for organizing pages. |
| aveiro_delete_collection | Delete a collection and its pages (requires content:delete). |
| aveiro_publish_site | Publish dirty draft pages (requires publish:write). Publishes all changed pages when content_ids is omitted. |