MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
CW_MANAGE_PUBLIC_KEYChiave APIobbligatoriaConnectWise API member public key (Members > API Members)
CW_MANAGE_PRIVATE_KEYChiave APIobbligatoriaConnectWise API member private key
CW_MANAGE_CLIENT_IDApp OAuthobbligatoriaClient ID from the ConnectWise Developer Portal (developer.connectwise.com)
Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
cw_test_connectionTest the connection to ConnectWise Manage.Test the connection to ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_activitiesSearch schedule activities in ConnectWise Manage.Search schedule activities in ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_activityGet a specific activity by ID.Get a specific activity by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_create_activityCreate a new activity.Create a new activity.
Per questo strumento non è stato pubblicato alcuno schema di input.
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'").
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_agreementGet a specific finance agreement by ID.Get a specific finance agreement by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_agreement_additionsGet additions (line items) for a specific agreement.Get additions (line items) for a specific agreement.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_invoicesSearch invoices in ConnectWise Manage.Search invoices in ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_invoiceGet a specific invoice by ID.Get a specific invoice by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
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").
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_catalog_itemGet a specific catalog item by ID.Get a specific catalog item by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
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).
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_update_catalog_itemUpdate an existing catalog item using JSON Patch operations.Update an existing catalog item using JSON Patch operations.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_list_catalog_categoriesList product categories from the ConnectWise catalog.List product categories from the ConnectWise catalog.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_list_catalog_subcategoriesList product subcategories from the ConnectWise catalog.List product subcategories from the ConnectWise catalog.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_list_manufacturersList manufacturers referenced by catalog items.List manufacturers referenced by catalog items.
Per questo strumento non è stato pubblicato alcuno schema di input.
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%'").
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_companyGet a specific company by ID.Get a specific company by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_create_companyCreate a new company.Create a new company.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_update_companyUpdate an existing company using JSON Patch operations.Update an existing company using JSON Patch operations.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_configurationsSearch configuration items (assets/CIs) in ConnectWise Manage.Search configuration items (assets/CIs) in ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_configurationGet a specific configuration item (asset/CI) by ID.Get a specific configuration item (asset/CI) by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_contactGet a specific contact by ID.Get a specific contact by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_create_contactCreate a new contact.Create a new contact.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_membersSearch members (technicians/users) in ConnectWise Manage.Search members (technicians/users) in ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_memberGet a specific member by ID.Get a specific member by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
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").
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_opportunityGet a specific sales opportunity by ID.Get a specific sales opportunity by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_opportunity_forecastsSearch opportunity forecasts/revenue items for a specific opportunity.Search opportunity forecasts/revenue items for a specific opportunity.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_opportunity_notesGet notes on a specific sales opportunity.Get notes on a specific sales opportunity.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_sales_stagesList sales pipeline stages in ConnectWise Manage.List sales pipeline stages in ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_search_projectsSearch projects in ConnectWise Manage.Search projects in ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_projectGet a specific project by ID.Get a specific project by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_get_project_ticketGet a specific project ticket by ID.Get a specific project ticket by ID.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_create_projectCreate a new project.Create a new project.
Per questo strumento non è stato pubblicato alcuno schema di input.
cw_list_boardsList service boards in ConnectWise Manage.List service boards in ConnectWise Manage.
Per questo strumento non è stato pubblicato alcuno schema di input.
40 strumenti su 40 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.