Skip to content
MCP-Bridge
Developer Tools

Marketplace RP Service MCP Config

Marketplace RP Service API

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-marketplace-marketplace": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-marketplace-marketplace"],
      "env": {
      "MARKETPLACE_RP_SERVICE_API_KEY": "your_marketplace_rp_service_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-marketplace-marketplace.json

Environment Variables

MARKETPLACE_RP_SERVICE_API_KEY

Replace your_marketplace_rp_service_api_key with your actual marketplace rp service api key

Endpoints

GET/providers/Microsoft.Marketplace/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.Marketplace/privateStoreClient/isPrivateClient

PrivateStoreClient_Get