Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

SalesBuildr

OCI · GHCR.IO/WYRE-AI/SALESBUILDR-MCP:V1.5.8 · SCANNED SEP 20

MCP server for SalesBuildr — quoting and sales workflows for MSPs.

+3 this week 54 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1940 tokens (~88/item across 22 items; 21 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the SalesBuildr MCP server?

SalesBuildr runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8

# add to Claude Code
claude mcp add wyre-ai-salesbuildr-mcp -- docker run --rm -i ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-salesbuildr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-salesbuildr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-salesbuildr-mcp -- docker run --rm -i ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-salesbuildr-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-salesbuildr-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-salesbuildr-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-salesbuildr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 4 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 21 exposed · ~1,921 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
salesbuildr_companies_create ~136

Create a new company in SalesBuildr. Only name is required, all other fields are optional.

NameTypeReqDescription
addressstringStreet address
citystringCity
countrystringCountry
domainstringCompany domain name (e.g., example.com)
namestringyesCompany name (required)
notesstringAdditional notes about the company
phonestringPhone number
statestringState or province
websitestringCompany website URL
zipstringZIP or postal code

No output schema declared.

No examples provided.

salesbuildr_companies_delete ~65

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a company from SalesBuildr and all of its associated data. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesThe unique company ID to delete

No output schema declared.

No examples provided.

salesbuildr_companies_get ~47

Get detailed information about a specific company by its ID. Returns full company profile including address, contact info, and metadata.

NameTypeReqDescription
idstringyesThe unique company ID

No output schema declared.

No examples provided.

salesbuildr_companies_list ~93

Search and list companies in SalesBuildr. Returns paginated results with company details including name, domain, address, and contact info.

NameTypeReqDescription
fromnumberStarting offset for pagination (default: 0)
querystringSearch query to filter companies by name or domain
sizenumberNumber of results per page (default: 25, max: 100)

No output schema declared.

No examples provided.

salesbuildr_companies_update ~137

Update an existing company in SalesBuildr. Provide the company ID and any fields to update.

NameTypeReqDescription
addressstringStreet address
citystringCity
countrystringCountry
domainstringCompany domain name
idstringyesThe unique company ID (required)
namestringCompany name
notesstringAdditional notes
phonestringPhone number
statestringState or province
websitestringCompany website URL
zipstringZIP or postal code

No output schema declared.

No examples provided.

salesbuildr_contacts_create ~104

Create a new contact in SalesBuildr. First name and last name are required.

NameTypeReqDescription
companyIdstringAssociated company ID
emailstringEmail address
firstNamestringyesContact first name (required)
lastNamestringyesContact last name (required)
notesstringAdditional notes about the contact
phonestringPhone number
titlestringJob title

No output schema declared.

No examples provided.

salesbuildr_contacts_delete ~64

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a contact from SalesBuildr and all of their associated data. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
idstringyesThe unique contact ID to delete

No output schema declared.

No examples provided.

salesbuildr_contacts_get ~41

Get detailed information about a specific contact by their ID. Returns full contact profile including company association.

NameTypeReqDescription
idstringyesThe unique contact ID

No output schema declared.

No examples provided.

salesbuildr_contacts_list ~101

Search and list contacts in SalesBuildr. Optionally filter by company. Returns paginated results with contact details.

NameTypeReqDescription
companyIdstringFilter contacts by company ID
fromnumberStarting offset for pagination (default: 0)
querystringSearch query to filter contacts by name or email
sizenumberNumber of results per page (default: 25, max: 100)

No output schema declared.

No examples provided.

salesbuildr_contacts_update ~112

Update an existing contact in SalesBuildr. Provide the contact ID and any fields to update.

NameTypeReqDescription
companyIdstringAssociated company ID
emailstringEmail address
firstNamestringContact first name
idstringyesThe unique contact ID (required)
lastNamestringContact last name
notesstringAdditional notes
phonestringPhone number
titlestringJob title

No output schema declared.

No examples provided.

salesbuildr_navigate ~134

Discover available SalesBuildr tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

NameTypeReqDescription
domainstringyesThe domain to explore: - companies: Company/account management - search, create, update, delete companies - contacts: Contact management - search, create, update, delete contacts - products: Product…

No output schema declared.

No examples provided.

salesbuildr_opportunities_create ~156

Create a new sales opportunity in SalesBuildr. Title is required, all other fields are optional.

NameTypeReqDescription
companyIdstringAssociated company ID
contactIdstringPrimary contact ID
expectedCloseDatestringExpected close date in ISO 8601 format (YYYY-MM-DD)
notesstringAdditional notes about the opportunity
probabilitynumberWin probability as a percentage (0-100)
stagestringPipeline stage (e.g., prospecting, qualification, proposal, negotiation, closed-won, closed-lost)
titlestringyesOpportunity title (required)
valuenumberEstimated deal value in dollars

No output schema declared.

No examples provided.

salesbuildr_opportunities_get ~48

Get detailed information about a specific opportunity by its ID. Returns full opportunity details including pipeline stage, value, and associated contacts.

NameTypeReqDescription
idstringyesThe unique opportunity ID

No output schema declared.

No examples provided.

salesbuildr_opportunities_list ~91

Search and list sales opportunities in SalesBuildr. Returns paginated results with opportunity details including title, value, stage, and probability.

NameTypeReqDescription
fromnumberStarting offset for pagination (default: 0)
querystringSearch query to filter opportunities by title
sizenumberNumber of results per page (default: 25, max: 100)

No output schema declared.

No examples provided.

salesbuildr_opportunities_update ~143

Update an existing opportunity in SalesBuildr. Provide the opportunity ID and any fields to update.

NameTypeReqDescription
companyIdstringAssociated company ID
contactIdstringPrimary contact ID
expectedCloseDatestringExpected close date in ISO 8601 format (YYYY-MM-DD)
idstringyesThe unique opportunity ID (required)
notesstringAdditional notes
probabilitynumberWin probability as a percentage (0-100)
stagestringPipeline stage
titlestringOpportunity title
valuenumberEstimated deal value in dollars

No output schema declared.

No examples provided.

salesbuildr_products_get ~46

Get detailed information about a specific product by its ID. Returns full product details including pricing, description, and vendor info.

NameTypeReqDescription
idstringyesThe unique product ID

No output schema declared.

No examples provided.

salesbuildr_products_list ~96

Search and list products in the SalesBuildr catalog. Returns paginated results with product details including name, SKU, pricing, and category.

NameTypeReqDescription
fromnumberStarting offset for pagination (default: 0)
querystringSearch query to filter products by name, SKU, or category
sizenumberNumber of results per page (default: 25, max: 100)

No output schema declared.

No examples provided.

salesbuildr_quotes_create ~130

Create a new quote in SalesBuildr. Title is required. Optionally associate with a company, contact, and opportunity, and include line items.

NameTypeReqDescription
companyIdstringAssociated company ID
contactIdstringAssociated contact ID
itemsarrayLine items for the quote
notesstringAdditional notes for the quote
opportunityIdstringAssociated opportunity ID
titlestringyesQuote title (required)
validUntilstringQuote expiration date in ISO 8601 format (YYYY-MM-DD)

No output schema declared.

No examples provided.

salesbuildr_quotes_get ~46

Get detailed information about a specific quote by its ID. Returns full quote details including line items, pricing, and status.

NameTypeReqDescription
idstringyesThe unique quote ID

No output schema declared.

No examples provided.

salesbuildr_quotes_list ~114

Search and list quotes in SalesBuildr. Optionally filter by company or opportunity. Returns paginated results with quote details.

NameTypeReqDescription
companyIdstringFilter quotes by company ID
fromnumberStarting offset for pagination (default: 0)
opportunityIdstringFilter quotes by opportunity ID
querystringSearch query to filter quotes by title
sizenumberNumber of results per page (default: 25, max: 100)

No output schema declared.

No examples provided.

salesbuildr_status ~17

Show credentials status and available domains

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the SalesBuildr MCP server?

SalesBuildr is an MCP server listed in the public MCP registry as io.github.WYRE-AI/salesbuildr-mcp. MCP server for SalesBuildr, quoting and sales workflows for MSPs. This page covers its container image (ghcr.io/wyre-ai/salesbuildr-mcp:v1.5.8).

Is the SalesBuildr MCP server safe to use?

SalesBuildr scores 54 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the SalesBuildr MCP server expose?

SalesBuildr exposes 21 tools: salesbuildr_navigate, salesbuildr_status, salesbuildr_companies_list, salesbuildr_companies_get, salesbuildr_companies_create, and 16 more. Their descriptions and schemas cost roughly 1,921 tokens of context every time the server is loaded.

Is the SalesBuildr MCP server still maintained?

SalesBuildr is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the SalesBuildr MCP server under?

SalesBuildr declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.