← Index

SalesBuildr

io.github.wyre-technology/salesbuildr-mcp·v1.3.3·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "salesbuildr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/salesbuildr-mcp:v1.3.3"
      ],
      "env": {
        "SALESBUILDR_API_KEY": "<your-salesbuildr_api_key>",
        "SALESBUILDR_BASE_URL": "<salesbuildr_base_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
SALESBUILDR_API_KEY
requiredsecret

SalesBuildr API key used to authenticate against the SalesBuildr REST API

SALESBUILDR_BASE_URL

SalesBuildr API base URL — defaults to the public SalesBuildr endpoint if omitted

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other