Azure Location Based Services Resource Provider MCP Config
Resource Provider
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-locationbasedservices.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-locationbasedservices.json to fetch programmatically.
{
"mcpServers": {
"azure-com-locationbasedservices": {
"command": "npx",
"args": ["-y","@mcp/azure-com-locationbasedservices"],
"env": {
"AZURE_LOCATION_BASED_SERVICES_RESOURCE_PROVIDER_API_KEY": "your_azure_location_based_services_resource_provider_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-locationbasedservices.jsonEnvironment Variables
AZURE_LOCATION_BASED_SERVICES_RESOURCE_PROVIDER_API_KEYReplace your_azure_location_based_services_resource_provider_api_key with your actual azure location based services resource provider api key
Endpoints
GET
/providers/Microsoft.LocationBasedServices/operationsAccounts_ListOperations
GET
/subscriptions/{subscriptionId}/providers/Microsoft.LocationBasedServices/accountsAccounts_ListBySubscription
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResourcesAccounts_Move
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LocationBasedServices/accountsAccounts_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LocationBasedServices/accounts/{accountName}Accounts_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LocationBasedServices/accounts/{accountName}Accounts_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LocationBasedServices/accounts/{accountName}Accounts_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LocationBasedServices/accounts/{accountName}Accounts_Update
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LocationBasedServices/accounts/{accountName}/listKeysAccounts_ListKeys
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LocationBasedServices/accounts/{accountName}/regenerateKeyAccounts_RegenerateKeys