PluginBench
MCP Server

Salesbuildr MCP MCP Server

io.github.Servosity/salesbuildr-mcp

What is the Salesbuildr MCP MCP server?

Every Salesbuildr resource as a scriptable command, plus offline margin and pipeline analytics.

How to install Salesbuildr MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SALESBUILDR_API_KEY
    required
    secret

    Set the SALESBUILDR_API_KEY credential for the Salesbuildr MCP server.

  • SALESBUILDR_TENANT
    required

    Your Salesbuildr tenant subdomain (the {tenant} in https://{tenant}.salesbuildr.com).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "salesbuildr-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/salesbuildr-v0.1.0/salesbuildr-mcp.mcpb",
      "args": [],
      "env": {
        "SALESBUILDR_API_KEY": "<YOUR_SALESBUILDR_API_KEY>",
        "SALESBUILDR_TENANT": "<YOUR_SALESBUILDR_TENANT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "salesbuildr-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/salesbuildr-v0.1.0/salesbuildr-mcp.mcpb",
      "args": [],
      "env": {
        "SALESBUILDR_API_KEY": "<YOUR_SALESBUILDR_API_KEY>",
        "SALESBUILDR_TENANT": "<YOUR_SALESBUILDR_TENANT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "salesbuildr-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/salesbuildr-v0.1.0/salesbuildr-mcp.mcpb",
      "args": [],
      "env": {
        "SALESBUILDR_API_KEY": "<YOUR_SALESBUILDR_API_KEY>",
        "SALESBUILDR_TENANT": "<YOUR_SALESBUILDR_TENANT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "salesbuildr-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/salesbuildr-v0.1.0/salesbuildr-mcp.mcpb",
      "args": [],
      "env": {
        "SALESBUILDR_API_KEY": "<YOUR_SALESBUILDR_API_KEY>",
        "SALESBUILDR_TENANT": "<YOUR_SALESBUILDR_TENANT>"
      }
    }
  }
}
Claude Code
claude mcp add salesbuildr-mcp --env SALESBUILDR_API_KEY=<YOUR_SALESBUILDR_API_KEY> --env SALESBUILDR_TENANT=<YOUR_SALESBUILDR_TENANT> -- https://github.com/Servosity/msp-skills/releases/download/salesbuildr-v0.1.0/salesbuildr-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →