io.github.WYRE-AI/connectwise-manage-mcp

MCPcommunauté
v1.9.0io.github.WYRE-AIUnknownMis à jour il y a 4 jGitHub

MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 4 jDernière mise à jour
Nécessite 3 identifiants avant de pouvoir fonctionner
  • CW_MANAGE_PUBLIC_KEYClé d’APIobligatoire

    ConnectWise API member public key (Members > API Members)

  • CW_MANAGE_PRIVATE_KEYClé d’APIobligatoire

    ConnectWise API member private key

  • CW_MANAGE_CLIENT_IDApplication OAuthobligatoire

    Client ID from the ConnectWise Developer Portal (developer.connectwise.com)

Déclaré par l’auteur dans le registre MCP officiel. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquet
Auteurio.github.WYRE-AI
LicenceUnknown
Version1.9.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
✓Listé dans l’index Forge+10/10
—Identité de l’éditeur vérifiée+0/30
→ Éditeur : exécutez `forge publish` depuis le dépôt pour revendiquer la propriété
—Vérification de domaine+0/10
→ Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
✓Analyse d’injection de prompt · propre+30/30
✓Analyse d’obfuscation / exfiltration · propre+20/20
Collez-le dans Claude Code, Cursor ou tout assistant d’IA pour combler toutes les lacunes
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine—
Provenance—
DépendancesNon audité
Surface d’outils40 outils · aucun privilégié
Analyse de sécurité✓ ProprevHEAD · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé28 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

40 outils · aucun privilégié
Extrait statiquement du paquet publiévHEAD · 12h ago

Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.

cw_test_connectionTest the connection to ConnectWise Manage.

Test the connection to ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_activitiesSearch schedule activities in ConnectWise Manage.

Search schedule activities in ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_activityGet a specific activity by ID.

Get a specific activity by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_create_activityCreate a new activity.

Create a new activity.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_agreementsSearch finance agreements (recurring revenue contracts) in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "cancelledFlag = false", "company/name = 'Acme'").

Search finance agreements (recurring revenue contracts) in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "cancelledFlag = false", "company/name = 'Acme'").

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_agreementGet a specific finance agreement by ID.

Get a specific finance agreement by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_agreement_additionsGet additions (line items) for a specific agreement.

Get additions (line items) for a specific agreement.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_invoicesSearch invoices in ConnectWise Manage.

Search invoices in ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_invoiceGet a specific invoice by ID.

Get a specific invoice by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_catalog_itemsSearch the ConnectWise product catalog. Use 'conditions' for CW query syntax (e.g. "identifier like '%SKU-%'" or "manufacturer/id=5").

Search the ConnectWise product catalog. Use 'conditions' for CW query syntax (e.g. "identifier like '%SKU-%'" or "manufacturer/id=5").

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_catalog_itemGet a specific catalog item by ID.

Get a specific catalog item by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_create_catalog_itemCreate a new catalog item (product SKU) in ConnectWise. Surfaces the common MSP fields directly; use 'extraFields' for anything else supported by POST /procurement/catalog (e.g. manufacturerPartNumber, unitOfMeasure, ianCode, upc, minStockLevel).

Create a new catalog item (product SKU) in ConnectWise. Surfaces the common MSP fields directly; use 'extraFields' for anything else supported by POST /procurement/catalog (e.g. manufacturerPartNumber, unitOfMeasure, ianCode, upc, minStockLevel).

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_update_catalog_itemUpdate an existing catalog item using JSON Patch operations.

Update an existing catalog item using JSON Patch operations.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_list_catalog_categoriesList product categories from the ConnectWise catalog.

List product categories from the ConnectWise catalog.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_list_catalog_subcategoriesList product subcategories from the ConnectWise catalog.

List product subcategories from the ConnectWise catalog.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_list_manufacturersList manufacturers referenced by catalog items.

List manufacturers referenced by catalog items.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_companiesSearch companies in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "name like '%Acme%'").

Search companies in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "name like '%Acme%'").

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_companyGet a specific company by ID.

Get a specific company by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_create_companyCreate a new company.

Create a new company.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_update_companyUpdate an existing company using JSON Patch operations.

Update an existing company using JSON Patch operations.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_configurationsSearch configuration items (assets/CIs) in ConnectWise Manage.

Search configuration items (assets/CIs) in ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_configurationGet a specific configuration item (asset/CI) by ID.

Get a specific configuration item (asset/CI) by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_contactsSearch contacts in ConnectWise Manage. Parent fields go in conditions with double-quoted strings (e.g. firstName = "John" or company/id = 5). There is no contact field named name — use firstName and lastName (a bare name = "..." is rewritten to those). Contact type is a child collection: do not put…

Search contacts in ConnectWise Manage. Parent fields go in conditions with double-quoted strings (e.g. firstName = "John" or company/id = 5). There is no contact field named name — use firstName and lastName (a bare name = "..." is rewritten to those). Contact type is a child collection: do not put…

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_contactGet a specific contact by ID.

Get a specific contact by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_create_contactCreate a new contact.

Create a new contact.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_membersSearch members (technicians/users) in ConnectWise Manage.

Search members (technicians/users) in ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_memberGet a specific member by ID.

Get a specific member by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_opportunitiesSearch sales opportunities in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "status/name = '1. Open'", "closedFlag = false").

Search sales opportunities in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "status/name = '1. Open'", "closedFlag = false").

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_opportunityGet a specific sales opportunity by ID.

Get a specific sales opportunity by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_opportunity_forecastsSearch opportunity forecasts/revenue items for a specific opportunity.

Search opportunity forecasts/revenue items for a specific opportunity.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_opportunity_notesGet notes on a specific sales opportunity.

Get notes on a specific sales opportunity.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_sales_stagesList sales pipeline stages in ConnectWise Manage.

List sales pipeline stages in ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_projectsSearch projects in ConnectWise Manage.

Search projects in ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_projectGet a specific project by ID.

Get a specific project by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_search_project_ticketsSearch tickets under a project. Use projectId to filter by project, or conditions for CW query syntax.

Search tickets under a project. Use projectId to filter by project, or conditions for CW query syntax.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_project_ticketGet a specific project ticket by ID.

Get a specific project ticket by ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_get_project_ticket_notesGet all notes on a project ticket, including notes from any child tickets.

Get all notes on a project ticket, including notes from any child tickets.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_add_project_ticket_noteAdd a note to a project ticket. Use internalAnalysisFlag for internal-only notes or resolutionFlag for resolution notes. Defaults to a plain discussion note.

Add a note to a project ticket. Use internalAnalysisFlag for internal-only notes or resolutionFlag for resolution notes. Defaults to a plain discussion note.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_create_projectCreate a new project.

Create a new project.

Aucun schéma d’entrée n’a été publié pour cet outil.

cw_list_boardsList service boards in ConnectWise Manage.

List service boards in ConnectWise Manage.

Aucun schéma d’entrée n’a été publié pour cet outil.

40 outils sur 40 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.