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-TECHNOLOGY/SALESBUILDR-MCP:V1.5.7 · SCANNED AUG 22

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

41 Trust /100
Trust breakdown (6 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 →

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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: 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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.7

# add to Claude Code
claude mcp add wyre-technology-salesbuildr-mcp -- docker run --rm -i ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.7
# add to Codex CLI
codex mcp add wyre-technology-salesbuildr-mcp -- docker run --rm -i ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.7
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-salesbuildr-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.7"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-salesbuildr-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.7"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-salesbuildr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.7"
      ]
    }
  }
}
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.

  • 20 Aug 26 41

    First indexed and scored.

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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.7

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
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.

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.