From pax8
Searches Pax8 product catalog by name or vendor, optionally fetching pricing. Returns table of matching products with SKU, unit, and provisioning details.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin pax8# Search Pax8 Products Search the Pax8 cloud product catalog by name, vendor, or keyword. Returns matching products with pricing and provisioning details. ## Prerequisites - Pax8 MCP server connected with a valid MCP token - MCP tools `pax8-list-products`, `pax8-get-product-by-uuid`, and `pax8-get-product-pricing-by-uuid` available ## Steps 1. **Search products** using the Pax8 MCP tools Call `pax8-list-products` with the appropriate parameters: - Set `search` to the user's query (e.g., "Microsoft 365") - If a vendor is specified, set `vendorName` (e.g., "Microsoft") - Set...
/search-productsSearches Autotask product catalog for products, services, or inventory items by search term, type, category, or active status; displays results table with ID, name, SKU, price, and status.
/search-productsSearches Salesbuildr product catalog by name or category ID, calls API to retrieve and display matching products with pricing.
Search the Pax8 cloud product catalog by name, vendor, or keyword. Returns matching products with pricing and provisioning details.
pax8-list-products, pax8-get-product-by-uuid, and pax8-get-product-pricing-by-uuid availableSearch products using the Pax8 MCP tools
Call pax8-list-products with the appropriate parameters:
search to the user's query (e.g., "Microsoft 365")vendorName (e.g., "Microsoft")size=200 to get maximum results per pageFilter results by reviewing the returned product names against the search query
Optionally fetch pricing for each matching product
For each product of interest, call pax8-get-product-pricing-by-uuid with the productId to get pricing tiers (Monthly, Annual, etc.)
Format and return results with product details and pricing
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| query | string | Yes | - | Product name search (partial match) |
| vendor | string | No | all | Vendor name filter |
| show_pricing | boolean | No | false | Include pricing in results |
/search-products "Microsoft 365"
/search-products "Business" --vendor Microsoft
/search-products "Defender" --vendor Microsoft --show_pricing
/search-products "backup"
/search-products "endpoint protection"
Found 5 products matching "Microsoft 365"
+--------------------------------------------+------------+--------+--------+------------+
| Product Name | Vendor | SKU | Unit | Provision |
+--------------------------------------------+------------+--------+--------+------------+
| Microsoft 365 Business Basic | Microsoft | CFQ7.. | User | Automated |
| Microsoft 365 Business Standard | Microsoft | CFQ7.. | User | Automated |
| Microsoft 365 Business Premium | Microsoft | CFQ7.. | User | Automated |
| Microsoft 365 E3 | Microsoft | CFQ7.. | User | Automated |
| Microsoft 365 E5 | Microsoft | CFQ7.. | User | Automated |
+--------------------------------------------+------------+--------+--------+------------+
View details:
/search-products "Microsoft 365 Business Premium" --show_pricing
Found 1 product matching "Microsoft 365 Business Premium"
Product: Microsoft 365 Business Premium
================================================================
ID: f9e8d7c6-b5a4-3210-fedc-ba0987654321
Vendor: Microsoft
SKU: CFQ7TTC0LCHC
Unit: User
Min Quantity: 1
Max Quantity: 300
Provisioning: Automated
Active: Yes
Pricing:
+----------+--------+---------+---------+--------+
| Term | Cost | Retail | Margin | Margin%|
+----------+--------+---------+---------+--------+
| Monthly | $18.90 | $22.00 | $3.10 | 14.1% |
| Annual | $17.10 | $22.00 | $4.90 | 22.3% |
+----------+--------+---------+---------+--------+
Annual savings: $1.80/user/month ($21.60/user/year)
Quick Actions:
- Order: /create-order --product "Microsoft 365 Business Premium" --company "Company Name" --quantity 25
================================================================
No products found matching "XYZ Product"
Suggestions:
- Check spelling of the product name
- Try a shorter search term
- Browse by vendor: /search-products "" --vendor Microsoft
- Try common terms: "365", "backup", "security", "endpoint"
Popular searches:
/search-products "Microsoft 365"
/search-products "Defender"
/search-products "backup" --vendor Acronis
/search-products "SentinelOne"
Error: Unable to connect to Pax8 MCP server
Possible causes:
- MCP token is invalid or expired
- MCP server is not configured
- Network connectivity issue
Check your MCP configuration and regenerate the token at app.pax8.com/integrations/mcp
Error: Rate limit exceeded (429)
The Pax8 API allows 1000 requests per minute.
Please wait a moment and try again.
Product: Custom Enterprise Solution
Pricing: Not available via API
Note: Some products require contacting Pax8 directly for pricing.
Check the Pax8 portal at app.pax8.com for details.
| Tool | Purpose |
|---|---|
pax8-list-products | Search products by name and vendor |
pax8-get-product-by-uuid | Get full product details |
pax8-get-product-pricing-by-uuid | Get pricing tiers for a product |
/create-order - Place an order for a found product/subscription-status - Check existing subscriptions for a product/license-summary - See all active licenses across clients