We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/msftnadavbh/AzurePricingMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Azure Pricing MCP - Dependencies
#
# NOTE: This file is maintained for backward compatibility.
# The single source of truth for dependencies is pyproject.toml
#
# To install: pip install -e . (uses pyproject.toml)
# Or: pip install -r requirements.txt (uses this file)
# Core MCP dependencies
mcp>=1.0.0
requests>=2.31.0
aiohttp>=3.9.0
pydantic>=2.0.0
# HTTP server dependencies (for Docker)
uvicorn>=0.27.0
starlette>=0.36.0
sse-starlette>=1.8.0
# Testing dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
# Azure authentication (for Spot VM tools)
azure-identity>=1.15.0