Aveiro
Create, update, and publish real hosted websites from your agent via the Aveiro API.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- 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).
What data it sees
Do you need an account
No: the server works without sign-in
Create, update, and publish real hosted websites from your agent via the Aveiro API.
Server tool list (13)
Raw names from tools/list. Only developers need these.
| 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. |