Sales MCP Server 🐳 Docker

SalesBuildr MCP

MCP server for SalesBuildr. Manage companies, contacts, products, opportunities, and quotes in your sales pipeline.

Installation

Run the MCP server with npx:

npx @wyre-technology/salesbuildr-mcp

Or install the package:

npm install @wyre-technology/salesbuildr-mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "salesbuildr": {
      "command": "npx",
      "args": [
        "@wyre-technology/salesbuildr-mcp"
      ],
      "env": {
        "SALESBUILDR_API_KEY": "your-salesbuildr-api-key"
      }
    }
  }
}

Authentication

Variable Required Description
SALESBUILDR_API_KEY Yes Your SalesBuildr API key
SALESBUILDR_BASE_URL No Tenant-specific base URL (e.g. https://mytenant.salesbuildr.com)

Getting Credentials

⚠️ Portal verification pending

The instructions below are our best understanding of the vendor's credential-acquisition flow but have not been verified hands-on against the current portal. If you hit a step that doesn't match what you see, please let us know — we'll update the docs.

Vendor portal: https://salesbuildr.com/

Steps

  1. Sign in to your SalesBuildr tenant.
  2. Navigate to API settings to generate an API key.
  3. Save the key to SALESBUILDR_API_KEY.
  4. Optionally set SALESBUILDR_BASE_URL to your tenant-specific URL (e.g., https://mytenant.salesbuildr.com).

Architecture

Single TypeScript MCP server supporting both stdio and Streamable HTTP transports.

Available Tools (19)

Tools are organized into 5 domains:

Companies

Manage customer company records.

Tool Description
List companies List companies with filtering
Get company Get company details
Create company Create a new company
Update company Update a company record
Delete company Delete a company

Contacts

Manage contacts within companies.

Tool Description
List contacts List contacts with filtering
Get contact Get contact details
Create contact Create a new contact
Update contact Update a contact
Delete contact Delete a contact

Products

Browse the product catalog.

Tool Description
List products List available products
Get product Get product details and pricing

Opportunities

Track sales opportunities.

Tool Description
List opportunities List opportunities with filtering
Get opportunity Get opportunity details
Create opportunity Create a new opportunity
Update opportunity Update an opportunity

Quotes

Create and manage sales quotes.

Tool Description
List quotes List quotes with filtering
Get quote Get quote details
Create quote Create a new quote