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
__init__.py•285 B
"""Azure Pricing MCP Server
A Model Context Protocol server for querying Azure retail pricing information.
"""
from .server import AzurePricingServer, create_server, main, run
__version__ = "3.1.0"
__all__ = [
"main",
"run",
"create_server",
"AzurePricingServer",
]