Developer ToolsAuto-generated
MarketplaceOrdering.Agreements MCP Server
REST API for MarketplaceOrdering Agreements.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-marketplaceordering-agreements
Environment Variables
MARKETPLACEORDERING_AGREEMENTS_API_KEYExample: your_marketplaceordering_agreements_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-marketplaceordering-agreements": {
"command": "npx",
"args": ["-y","@mcp/azure-com-marketplaceordering-agreements"],
"env": {
"MARKETPLACEORDERING_AGREEMENTS_API_KEY": "your_marketplaceordering_agreements_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.MarketplaceOrdering/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreementsMarketplaceAgreements_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}MarketplaceAgreements_GetAgreement
POST
/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}/cancelMarketplaceAgreements_Cancel
POST
/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}/signMarketplaceAgreements_Sign
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/currentMarketplaceAgreements_Get
PUT
/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/currentMarketplaceAgreements_Create