|
| 1 | +--- |
| 2 | +title: Marketplace Tools - Azure MCP Server |
| 3 | +description: Learn how to use the Azure MCP Server with Azure Marketplace to discover and manage marketplace products and offers. |
| 4 | +keywords: azure mcp server, azmcp, marketplace, products, offers, solutions |
| 5 | +ms.service: azure-mcp-server |
| 6 | +ms.topic: reference |
| 7 | +ms.date: 08/05/2025 |
| 8 | +author: diberry |
| 9 | +ms.author: diberry |
| 10 | +content_well_notification: |
| 11 | + - AI-contribution |
| 12 | +ai-usage: ai-assisted |
| 13 | +--- |
| 14 | + |
| 15 | +# Marketplace tools for the Azure MCP Server |
| 16 | + |
| 17 | +The Azure MCP Server enables you to manage Azure resources, including Azure Marketplace products, by using natural language prompts. With this capability, you can quickly discover and retrieve information about marketplace offerings without needing to remember complex syntax. |
| 18 | + |
| 19 | +[Azure Marketplace](/azure/marketplace/) is an online store for solutions that are built on or built for Azure. It's designed for IT professionals and developers. The marketplace offers a catalog of applications, services, and solutions from Microsoft and partners that help you accelerate your cloud adoption and digital transformation. |
| 20 | + |
| 21 | +[!INCLUDE [tip-about-params](../includes/tools/parameter-consideration.md)] |
| 22 | + |
| 23 | +## Get marketplace product information |
| 24 | + |
| 25 | +<!-- |
| 26 | +azmcp marketplace productget --product-id --include-stop-sold-plans --language --market --lookup-offer-in-tenant-level --plan-id --sku-id --include-service-instruction-templates --partner-tenant-id --pricing-audience |
| 27 | +--> |
| 28 | + |
| 29 | +Retrieve detailed information about a specific product or offer from Azure Marketplace. This operation helps you get comprehensive details about marketplace solutions, including pricing, plans, and availability information for evaluation and procurement decisions. |
| 30 | + |
| 31 | +Example prompts include: |
| 32 | + |
| 33 | +- **Get product details**: "Show me information about product ID 'microsoft-ads.windows-data-science-vm'" |
| 34 | +- **Check specific plan**: "Get marketplace product details for plan ID 'standard-data-science-vm'" |
| 35 | +- **View pricing information**: "Retrieve marketplace product info with pricing audience set to 'public'" |
| 36 | +- **Get localized information**: "Show marketplace product in French language for France market" |
| 37 | +- **Include service templates**: "Get product details including service instruction templates" |
| 38 | + |
| 39 | +| Parameter | Required or optional | Description | |
| 40 | +|-----------|-------------|-------------| |
| 41 | +| **Product ID** | Required | The unique identifier for the marketplace product you want to retrieve information about. | |
| 42 | +| **Include stop sold plans** | Optional | Whether to include plans that are no longer available for purchase in the results. | |
| 43 | +| **Language** | Optional | The language code for localized product information (for example, 'en-us', 'fr-fr'). | |
| 44 | +| **Market** | Optional | The market or region code to get region-specific pricing and availability (for example, 'US', 'FR'). | |
| 45 | +| **Lookup offer in tenant level** | Optional | Whether to look up the offer at the tenant level for organization-specific information. | |
| 46 | +| **Plan ID** | Optional | The specific plan identifier within the product to get detailed plan information. | |
| 47 | +| **SKU ID** | Optional | The specific pricing SKU identifier for a specific product variant or configuration. | |
| 48 | +| **Include service instruction templates** | Optional | Whether to include service instruction templates in the response for deployment guidance. | |
| 49 | +| **Pricing audience** | Optional | The target audience for pricing information (for example, 'public', 'private', 'government'). | |
| 50 | + |
| 51 | +## Related content |
| 52 | + |
| 53 | +- [What are the Azure MCP Server tools?](index.md) |
| 54 | +- [Get started using Azure MCP Server](../get-started.md) |
| 55 | +- [Azure Marketplace documentation](/azure/marketplace/) |
| 56 | +- [Find solutions in Azure Marketplace](/marketplace/find-solutions-azure-marketplace) |
| 57 | +- [Azure Marketplace purchasing overview](/marketplace/purchasing-overview) |
0 commit comments