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