weav-mcp-server
The Weav MCP Server provides access to your customer service conversations, customer records, and knowledge base.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Conversations: Search Weav support conversations the same way the inbox does: only conversations with at least one message. Spam is excluded unless spam is true.
- Get Conversation: Get a Weav conversation, including recent messages. Pass conversation_id from search_conversations (that tool returns id). Do not use a customer, message, or other model id.
- Search Customers: Search Weav customers by name or email.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
The Weav MCP Server provides access to your customer service conversations, customer records, and knowledge base. Support, product, and success teams can search real customer service tickets, draft replies, and keep agent training data current.
Список инструментов сервера (11)
Технические названия из tools/list. Нужны только разработчикам.
| search_conversations | Search Weav support conversations the same way the inbox does: only conversations with at least one message. Spam is excluded unless spam is true. |
| get_conversation | Get a Weav conversation, including recent messages. Pass conversation_id from search_conversations (that tool returns id). Do not use a customer, message, or other model id. |
| search_customers | Search Weav customers by name or email. |
| get_customer | Get a Weav customer profile, company, and recent conversations. |
| search_training_data | Search Weav knowledge base (training data) items by title, description, type, or source. |
| get_training_data | Get a single Weav knowledge base (training data) item. |
| send_reply | Post a reply to a Weav conversation as a workspace teammate. |
| update_conversation | Update a Weav conversation status, priority, or assignee. Does not delete conversations. |
| add_training_data | Add Weav knowledge base content as text, Q&A, or a website URL. A website URL is crawled; every discovered page is trained. Every agent in the workspace is given access automatically. |
| delete_training_data | Delete a Weav knowledge base item. For website/URL sources this also deletes discovered URLs and chunks. |
| resync_training_data | Re-scrape an existing URL knowledge base item in Weav. |