Skip to content
MCP-Bridge
Developer Tools

MarketplaceOrdering.Agreements MCP Config

REST API for MarketplaceOrdering Agreements.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-marketplaceordering-agreements.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-marketplaceordering-agreements.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-marketplaceordering-agreements": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-marketplaceordering-agreements"],
      "env": {
      "MARKETPLACEORDERING_AGREEMENTS_API_KEY": "your_marketplaceordering_agreements_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-marketplaceordering-agreements.json

Environment Variables

MARKETPLACEORDERING_AGREEMENTS_API_KEY

Replace your_marketplaceordering_agreements_api_key with your actual 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