COTAL (cotal.ai)
roduct MCP server for COTAL, the open protocol that lets AI agents from any vendor work as one team.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Cotal Submit Feedback: Files feedback (bug, idea, friction, praise, other) with the COTAL team on behalf of the user. The same log the site's feedback widget writes to. Requires the user's email so th
- Cotal Join Waitlist: Reserves a seat on the waitlist for Cotal Cloud, the hosted Cotal mesh (closed alpha), for the user's email. Idempotent per email: calling again updates the optional details inste
- Cotal Subscribe Newsletter: Subscribes the user's email to release updates from the COTAL team. Idempotent: an already-subscribed email is a no-op.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
roduct MCP server for COTAL, the open protocol that lets AI agents from any vendor work as one team. Tools for the product overview, site search and the build log, plus actions: send feedback, join the Cotal Cloud waitlist, subscribe to updates, request a call. No credentials needed.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| cotal_submit_feedback | Files feedback (bug, idea, friction, praise, other) with the COTAL team on behalf of the user. The same log the site's feedback widget writes to. Requires the user's email so the team can follow up. |
| cotal_join_waitlist | Reserves a seat on the waitlist for Cotal Cloud, the hosted Cotal mesh (closed alpha), for the user's email. Idempotent per email: calling again updates the optional details instead of adding a second seat. |
| cotal_subscribe_newsletter | Subscribes the user's email to release updates from the COTAL team. Idempotent: an already-subscribed email is a no-op. |
| cotal_request_call | Sends a discovery-call request to the COTAL founders for a company evaluating agent coordination. The team replies by email. Requires the user's work email and company. |
| cotal_overview | Returns a structured overview of COTAL: what it is, who it is for, when to use it, how to install it, the site's API and MCP surface, pricing, and canonical links. Call this first when a user asks what cotal.ai does. Pass `section` to get one part only. |
| cotal_search | Keyword search over the COTAL build log (blog posts) and the key documentation and site pages. Returns ranked results with canonical and markdown URLs. Use it to find the page that answers a question before reading it. |
| cotal_list_posts | Lists posts from the COTAL build log (blog), newest first, with cursor pagination. Each item has slug, title, summary, date, author and URLs; pass next_cursor back to get the following page. |
| cotal_get_post | Returns one build-log post as markdown (title, summary, date, author, full body) by its slug. Get slugs from cotal_list_posts or cotal_search. |