cloudscope-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_CLIENT_ID | No | App registration client ID (for service principal authentication) | |
| AZURE_TENANT_ID | No | Azure AD tenant ID (for service principal authentication) | |
| AZURE_CLIENT_SECRET | No | App registration client secret (for service principal authentication) | |
| AZURE_SUBSCRIPTION_ID | Yes | Azure subscription ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cost_summaryB | Get cloud spending breakdown by service, resource group, or region for a date range. Defaults to current month if dates omitted. |
| detect_anomaliesC | Find spending spikes by comparing the last N days to the N days before that |
| list_recommendationsC | Get cost-saving recommendations from Azure Advisor |
| get_cost_forecastC | Predict cloud spending for the next N days based on current trends |
| check_budgetsA | Check Azure budget status: current spend vs limit, percentage used, forecast, and overage risk |
| compare_periodsA | Compare costs between two date ranges, showing per-service absolute and percentage changes |
| top_spending_resourcesA | Find the N most expensive individual Azure resources over a time period |
| get_current_dateA | Returns today's date and the start/end of current and previous months in YYYY-MM-DD format |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexpota/cloudscope-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server