connectwise-manage-mcp-1 (sberlo9/connectwise-manage-mcp-1) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 50 tools. No publisher has claimed this listing.
Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
sberlo9
Source: github_code
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
cw_search_activitiesSearch schedule activities in ConnectWise Manage.
cw_get_activityGet a specific activity by ID.
cw_create_activityCreate a new activity.
cw_search_agreementsSearch finance agreements (recurring revenue contracts) in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "cancelledFlag = false", "company/name = 'Acme'").
cw_get_agreementGet a specific finance agreement by ID.
cw_get_agreement_additionsGet additions (line items) for a specific agreement.
cw_search_invoicesSearch invoices in ConnectWise Manage.
cw_get_invoiceGet a specific invoice by ID.
cw_search_catalog_itemsSearch the ConnectWise product catalog. Use 'conditions' for CW query syntax (e.g. "identifier like '%SKU-%'" or "manufacturer/id=5").
cw_get_catalog_itemGet a specific catalog item by ID.
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).
cw_update_catalog_itemUpdate an existing catalog item using JSON Patch operations.
cw_list_catalog_categoriesList product categories from the ConnectWise catalog.
cw_list_catalog_subcategoriesList product subcategories from the ConnectWise catalog.
cw_list_manufacturersList manufacturers referenced by catalog items.
cw_search_companiesSearch companies in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "name like '%Acme%'").
cw_get_companyGet a specific company by ID.
cw_create_companyCreate a new company.
cw_update_companyUpdate an existing company using JSON Patch operations.
cw_search_configurationsSearch configuration items (assets/CIs) in ConnectWise Manage.
cw_get_configurationGet a specific configuration item (asset/CI) by ID.
cw_search_contactsSearch contacts in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "firstName = 'John'").
cw_get_contactGet a specific contact by ID.
cw_create_contactCreate a new contact.
cw_search_membersSearch members (technicians/users) in ConnectWise Manage.
cw_get_memberGet a specific member by ID.
cw_search_opportunitiesSearch sales opportunities in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "status/name = '1. Open'", "closedFlag = false").
cw_get_opportunityGet a specific sales opportunity by ID.
cw_search_opportunity_forecastsSearch opportunity forecasts/revenue items for a specific opportunity.
cw_search_opportunity_notesGet notes on a specific sales opportunity.
cw_search_sales_stagesList sales pipeline stages in ConnectWise Manage.
cw_search_projectsSearch projects in ConnectWise Manage.
cw_get_projectGet a specific project by ID.
cw_search_project_ticketsSearch tickets under a project. Use projectId to filter by project, or conditions for CW query syntax.
cw_get_project_ticketGet a specific project ticket by ID.
cw_get_project_ticket_notesGet all notes on a project ticket, including notes from any child tickets.
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.
cw_create_projectCreate a new project.
cw_list_boardsList service boards in ConnectWise Manage.
cw_list_prioritiesList ticket priorities in ConnectWise Manage.
cw_list_statusesList ticket statuses for a specific service board in ConnectWise Manage.
cw_search_ticketsSearch service tickets in ConnectWise Manage. Use 'conditions' for CW query syntax (e.g. "status/name != 'Closed'" or "company/name = 'Acme'").
cw_get_ticketGet a specific service ticket by ID.
cw_create_ticketCreate a new service ticket.
cw_update_ticketUpdate an existing service ticket using JSON Patch operations.
cw_get_ticket_notesGet all notes/discussions on a service ticket, including notes from any child tickets.
cw_add_ticket_noteAdd a note to a service ticket. Use detailDescriptionFlag for a description note, internalAnalysisFlag for an internal-only note, or resolutionFlag for a resolution note. Defaults to a plain discussion note visible to the customer.
cw_search_time_entriesSearch time entries in ConnectWise Manage.
cw_get_time_entryGet a specific time entry by ID.
cw_create_time_entryCreate a new time entry.
cw_test_connectionbehind configTest the connection to ConnectWise Manage.
AUTH_MODEenv (default) or gateway for header-based authAZURE_AUDIENCEAZURE_CLIENT_IDAZURE_EXTRA_AUDIENCESAZURE_REQUIRED_ROLEAZURE_TENANT_IDCONDUIT_S2S_SECRETCW_MANAGE_CLIENT_IDClient ID from [ConnectWise Developer Portal](https://developer.connectwise.com/)CW_MANAGE_COMPANY_IDYour ConnectWise company identifierCW_MANAGE_PRIVATE_KEYAPI member private keyCW_MANAGE_PUBLIC_KEYAPI member public keyCW_MANAGE_REJECT_UNAUTHORIZEDSet to false for self-signed certs (default: true)CW_MANAGE_URLAPI base URL (see below)MCP_BEARER_TOKENMCP_HTTP_HOSTMCP_HTTP_PORTHTTP port (default: 8080)MCP_OAUTH_ENABLEDMCP_SERVER_URLMCP_TRANSPORTstdio (default) or httpTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
51/51 tools missing one or more hints — cw_test_connection (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); cw_search_activities (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); cw_get_activity (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +48 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool test coverage
Only 4/51 tools referenced in tests (8%)
Write tests that reference each tool by name so every tool has at least one test.
Readable source code
1 file are minified or bundled, which is usually build output rather than concealment
Ship unminified, readable source.
Secrets not logged
1 secret value sent to error
Redact or omit secret values from log output.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/sberlo9/connectwise-manage-mcp-1)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check