incwo

Connect incwo to your AI assistant to securely explore your CRM and business data.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • List Objects: Liste les objets d'un type donné avec filtres, tri et pagination. IMPORTANT: utilisez d'abord 'get_object_metadata' ou 'resources/read' pour connaître les champs disponibles. Always pref
  • Get Object: Récupère les détails complets d'un objet par son ID. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later to
  • Search Objects: Recherche d'objets par mots-clés dans leurs champs. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Connect incwo to your AI assistant to securely explore your CRM and business data.

This MCP server lets AI clients list, search, and inspect incwo objects such as contacts, companies, quotes, invoices, products, tasks, and more. It also exposes object schemas, retrieves record details, exports document representations (PDF, XML, Factur-X, EDI), and can send emails through incwo.

Access is scoped to the authenticated incwo account.

Список инструментов сервера (8)

Технические названия из tools/list. Нужны только разработчикам.

list_objectsListe les objets d'un type donné avec filtres, tri et pagination. IMPORTANT: utilisez d'abord 'get_object_metadata' ou 'resources/read' pour connaître les champs disponibles. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/devis, use proposal_sheets/proposal. If the user says products/produits, use customer_products. Aliases are accepted only as fallback input; server responses define the canonical vocabulary.
get_objectRécupère les détails complets d'un objet par son ID. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/devis, use proposal_sheets/proposal. If the user says products/produits, use customer_products. Aliases are accepted only as fallback input; server responses define the canonical vocabulary.
search_objectsRecherche d'objets par mots-clés dans leurs champs. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/devis, use proposal_sheets/proposal. If the user says products/produits, use customer_products. Aliases are accepted only as fallback input; server responses define the canonical vocabulary.
get_object_metadataRécupère les métadonnées (structure, champs) d'un type d'objet. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/devis, use proposal_sheets/proposal. If the user says products/produits, use customer_products. Aliases are accepted only as fallback input; server responses define the canonical vocabulary.
list_available_objectsListe tous les types d'objets disponibles dans incwo, avec leurs noms canoniques. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/devis, use proposal_sheets/proposal. If the user says products/produits, use customer_products. Aliases are accepted only as fallback input; server responses define the canonical vocabulary.
execute_queryExécute une recherche sur les objets métiers incwo (accès restreint)
get_object_representationRécupère une représentation spécifique d'un objet (PDF, Factur-X, EDI, XML, etc.). Utilisez ceci pour obtenir des versions exportées/formatées d'un objet. Always prefer the canonical object_type values returned by list_available_objects or resources/list, and reuse them exactly in later tool calls. If the user says invoices/factures, use bill_sheets. If the user says quotes/devis, use proposal_sheets/proposal. If the user says products/produits, use customer_products. Aliases are accepted only as fallback input; server responses define the canonical vocabulary.
send_emailEnvoie un email à un ou plusieurs destinataires. Peut créer une conversation Incwo ou envoyer un email simple. Supporte les pièces jointes et la validation avant envoi.