Skip to content

Commit 762304a

Browse files
authored
Merge pull request #7625 from diberry/diberry/0805-mcp-marketplace
MCP server - marketplace
2 parents 1783fcb + 370cbc3 commit 762304a

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

articles/azure-mcp-server/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ items:
4141
href: tools/azure-aks.md
4242
- name: Azure Load Testing
4343
href: tools/azure-load-testing.md
44+
- name: Azure Marketplace
45+
href: tools/azure-marketplace.md
4446
- name: Azure MCP tool
4547
href: tools/azure-mcp-tool.md
4648
- name: Azure Monitor

articles/azure-mcp-server/includes/tools/supported-azure-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ms.author: diberry
44
ms.service: azure-mcp-server
55
ms.topic: include
6-
ms.date: 08/04/2025
6+
ms.date: 08/05/2025
77
---
88

99
## Available tools
@@ -27,6 +27,7 @@ Azure MCP Server provides the following tools for Azure services and Azure-relat
2727
| [Azure Key Vault](../../tools/key-vault-key.md) | List and create keys, secrets, certificates in Azure Key Vault. |
2828
| [Azure Kubernetes Service](../../tools/azure-aks.md) | List Azure Kubernetes Service clusters. |
2929
| [Azure Load Testing](../../tools/azure-load-testing.md) | Create, run, and see load testing. |
30+
| [Azure Marketplace](../../tools/azure-marketplace.md) | Discover Azure Marketplace products and offers. |
3031
| [Azure MCP tool](../../tools/azure-mcp-tool.md) | Discover and manage available Azure MCP Server tools. |
3132
| [Azure Monitor](../../tools/monitor.md) | Query Azure Monitor logs and metrics. |
3233
| [Azure Native ISV](../../tools/azure-native-isv.md) | Work with Azure Native ISV services, including Datadog integration for monitoring and observability. |
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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

Comments
 (0)