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.jsonConfiguration 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
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.jsonEnvironment Variables
MARKETPLACEORDERING_AGREEMENTS_API_KEYReplace your_marketplaceordering_agreements_api_key with your actual 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