Servers
C
CloudScope MCP
@alexpota
Cloud cost management MCP server for Azure. Ask your AI about your cloud bill.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": [
"-y",
"cloudscope-mcp"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "your-subscription-id"
}
}
}
}