Skip to main content

MCP server for CloudSense customer upgrade assessment, analysis, and impact verification.

Project description

CloudSense Customer Compass

MCP server for CloudSense customer upgrade assessment, analysis, and impact verification.

Prerequisites

  • Python 3.10+
  • Salesforce CLI (sf) — install
  • GitHub CLI (gh) or SSH keys for GitHub access (needed for repo cloning steps)

Installation

# Via uvx (recommended — no install needed, always runs latest)
uvx cloudsense-customer-compass

# Or install globally via pip
pip install cloudsense-customer-compass

MCP Configuration

Cursor IDE

Go to Settings → MCP Servers and add:

{
  "mcpServers": {
    "CloudSense Customer Compass": {
      "command": "uvx",
      "args": ["cloudsense-customer-compass"]
    }
  }
}

Claude Desktop

Add to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "CloudSense Customer Compass": {
      "command": "uvx",
      "args": ["cloudsense-customer-compass"]
    }
  }
}

Claude CLI

claude mcp add "CloudSense Customer Compass" -- uvx cloudsense-customer-compass

Available Tools

Tool Description
connect_lma Authorize the CloudSense LMA Salesforce org. First tool to call for any customer inquiry.
find_customer Search for a customer by name using SOSL fuzzy search with SOQL LIKE fallback. Returns matches for confirmation, then saves the selected customer to state.

More tools are being added incrementally. See the Workflow section below for the planned pipeline.

Workflow

connect_lma              → Authorize the CloudSense LMA org
find_customer            → Search for a customer by name
get_customer_licenses    → License intelligence + health score (coming soon)
get_installed_packages   → Per-package baseline (coming soon)
list_metadata            → Discover metadata members (coming soon)
retrieve_metadata        → Pull metadata in chunks (coming soon)
get_repo_mapping         → Map packages to GitHub repos (coming soon)
clone_package_repos      → Clone repos for version diff (coming soon)

Workspace Output Structure

Tools write their output to a structured workspace directory:

workspace/
├── assessment.json              # lean state: workflow status + connection info
├── customer/                    # everything about the customer
│   ├── profile.json
│   ├── licenses-summary.json
│   ├── licenses-raw.json
│   └── metadata/
│       └── force-app/main/...
├── packages/                    # per-package artifacts
│   ├── <namespace>/
│   │   ├── package-info.json
│   │   ├── version-map.json
│   │   ├── repo-from/
│   │   └── repo-to/
│   └── _skipped/
├── reference-docs/
└── cloudsense-meta/

Safety

  • Read-only against customer Salesforce orgs — never deploys, inserts, updates, or deletes
  • Whitelist-enforced — only approved sf CLI subcommands can execute
  • LMA queries scoped to Account and sfLma__* objects only
  • Customer org queries limited to CloudSense configuration objects
  • All sf CLI commands are logged for auditability

Development

python3 -m pip install -e ".[dev]"

# Run server locally
python3 -m cloudsense_customer_compass.server

# Run tests
pytest

# Build & publish
python3 -m build
uv publish dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudsense_customer_compass-0.2.1.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cloudsense_customer_compass-0.2.1-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file cloudsense_customer_compass-0.2.1.tar.gz.

File metadata

File hashes

Hashes for cloudsense_customer_compass-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2a57fe78745a999dadaad46edd63c9ab1697c8a9e6cbaa7b893beb2d97eb7e86
MD5 ca65158fc361f53d550cac7cfd3cd1a5
BLAKE2b-256 613f7beff50e3b4d5e17faed2230e76d1df6b4a2d832a9fcae000808862b908f

See more details on using hashes here.

File details

Details for the file cloudsense_customer_compass-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cloudsense_customer_compass-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9fccd80ce11d33e5966bea7fdc5c514526fceb4c5e0737be4848e03eb415f658
MD5 9180b61af2e0432d35f11da59858ce98
BLAKE2b-256 4f46ad18ede39797098694766e4341ebc6bbdda48236117402b7b38e25a4c6e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page