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.
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.
process.env. You'll be asked to provide them before it can run.BASE_URL— azd env set "https://app-web-[unique-id].azurewebsites.net"AZURE_CLIENT_ID— azd env set "your-client-id"AZURE_CLIENT_SECRET— azd env set "your-client-secret"AZURE_TENANT_ID— azd env set "your-tenant-id"JWT_SECRET_KEY— azd env set "your-secure-jwt-secret"JWT_ALGORITHMJWT_EXPIRATION_HOURSDEV_API_KEY[](https://m8ven.ai/mcp/azure-samples-remote-mcp-webapp-python-auth-oauth-1pwpzx)