Skip to main content
Glama
Azure-Samples

Python MCP Weather Server with OAuth 2.1 Authentication

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BASE_URLNoThe base URL of your deployed application (e.g., https://app-web-[unique-id].azurewebsites.net)
ENVIRONMENTNoThe deployment environment (e.g., production, development)development
JWT_SECRET_KEYYesYour secure JWT secret key for token signing
AZURE_CLIENT_IDYesYour Azure App Registration client ID
AZURE_TENANT_IDYesYour Azure tenant ID
AZURE_REDIRECT_URINoThe redirect URI for Azure AD OAuth callback (e.g., https://app-web-[unique-id].azurewebsites.net/auth/azure/callback)
AZURE_CLIENT_SECRETYesYour Azure App Registration client secret

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Azure-Samples/remote-mcp-webapp-python-auth-oauth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server