Azure Media Services MCP Config
This Swagger was generated by the API Framework.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-mediaservices-accountfilters.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-mediaservices-accountfilters.json to fetch programmatically.
{
"mcpServers": {
"azure-com-mediaservices-accountfilters": {
"command": "npx",
"args": ["-y","@mcp/azure-com-mediaservices-accountfilters"],
"env": {
"AZURE_MEDIA_SERVICES_API_KEY": "your_azure_media_services_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-mediaservices-accountfilters.jsonEnvironment Variables
AZURE_MEDIA_SERVICES_API_KEYReplace your_azure_media_services_api_key with your actual azure media services api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFiltersList Account Filters
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters/{filterName}Get an Account Filter.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters/{filterName}Create or update an Account Filter
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters/{filterName}Delete an Account Filter.
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters/{filterName}Update an Account Filter