71
/ 100
17 days ago
glama

Python MCP Weather Server with OAuth 2.1 Authentication

Provides weather information from the National Weather Service API with full MCP OAuth 2.1 compliance, including weather alerts and forecasts for US locations through secure Azure AD authentication.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: AZURE_CLIENT_SECRET, JWT_SECRET_KEY, DEV_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBASE_URLazd env set "https://app-web-[unique-id].azurewebsites.net"
configAZURE_CLIENT_IDazd env set "your-client-id"
🔐 secretAZURE_CLIENT_SECRETazd env set "your-client-secret"
configAZURE_TENANT_IDazd env set "your-tenant-id"
🔐 secretJWT_SECRET_KEYazd env set "your-secure-jwt-secret"
configJWT_ALGORITHM
configJWT_EXPIRATION_HOURS
🔐 secretDEV_API_KEY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/azure-samples-remote-mcp-webapp-python-auth-oauth-1pwpzx)](https://m8ven.ai/mcp/azure-samples-remote-mcp-webapp-python-auth-oauth-1pwpzx)
commit: bf14446e701ff3c0e4843e45425ffb2d3a9398b6
code hash: 5d0b7a4dfeb477180f545fb9ee7cfaea94bbdd52dc39726be1a6f701c3c61d1f
verified: 6/15/2026, 3:11:38 PM
view raw JSON →