From kaseya-autotask
Checks pricing for Autotask products or services by name, SKU, or ID. Displays base unit cost/price/MSRP, price list comparisons, and margins.
How this command is triggered — by the user, by Claude, or both
Slash command
/kaseya-autotask:check-pricingThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Check Autotask Pricing ## Prerequisites - Autotask MCP server connected and authenticated - API user has read access to products and price lists ## Steps 1. Resolve the product/service (search by name/SKU if not an ID) 2. Get the item's base pricing (unitCost, unitPrice, MSRP) 3. Look up price list entries for this item 4. Display comparison of base vs price list pricing with margins ### Step 1: Find the Product/Service If the input is not a numeric ID, search for it: Or for services: ### Step 2: Get Full Details ### Step 3: Check Price List Or for services: ### Step ...
If the input is not a numeric ID, search for it:
Tool: autotask_search_products
Args: { searchTerm: "$product" }
Or for services:
Tool: autotask_search_services
Args: { searchTerm: "$product" }
Tool: autotask_get_product
Args: { productId: <resolved_id> }
Tool: autotask_search_price_list_products
Args: { productID: <resolved_id> }
Or for services:
Tool: autotask_search_price_list_services
Args: { serviceID: <resolved_id> }
Show: unit cost, default price, MSRP, price list price, and margin percentage.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| product | string | Yes | - | Product name, SKU, or numeric ID |
| type | string | No | product | product or service |
/check-pricing product="FortiGate 60F"
/check-pricing product=12345
/check-pricing product="Managed Endpoint" type="service"
Pricing for: FortiGate 60F (SKU: FG-60F)
Base Pricing:
Unit Cost: $850.00
Unit Price: $1,299.00 (default)
MSRP: $1,499.00
Price List Pricing:
USD: $1,199.00
Margins:
Default margin: 34.6%
Price list margin: 29.2%
vs MSRP discount: 20.0%
| Error | Resolution |
|---|---|
| Product not found | Verify name/SKU spelling, try partial search |
| No price list entry | Product uses default unitPrice for billing |
| Multiple matches | Results shown for selection, re-run with specific ID |
npx claudepluginhub p/drewrox2009-kaseya-autotask-msp-claude-plugins-kaseya-autotask2plugins reuse this command
First indexed Mar 16, 2026
/check-pricingChecks pricing for Autotask products or services by name, SKU, or ID. Displays base unit cost/price/MSRP, price list comparisons, and margins.
/search-productsSearches Pax8 product catalog by name or vendor, optionally fetching pricing. Returns table of matching products with SKU, unit, and provisioning details.
/pricingDesigns pricing strategies: analyzes models, benchmarks competitors, estimates willingness to pay, plans experiments and revenue forecasts. Outputs structured markdown report with tables.
/pricing-strategy-architectDesigns value-based pricing strategy with Van Westendorp PSM analysis, tier structures, packaging, unit economics, Good-Better-Best model, competitive positioning, and implementation roadmap.
/search-productsSearches Salesbuildr product catalog by name or category ID, calls API to retrieve and display matching products with pricing.