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