Skip to content
MCP-Bridge
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_KEY

Example: 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/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements

MarketplaceAgreements_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}/cancel

MarketplaceAgreements_Cancel

POST/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}/sign

MarketplaceAgreements_Sign

GET/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current

MarketplaceAgreements_Get

PUT/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current

MarketplaceAgreements_Create