Provides a server implementation using FastAPI to handle MCP requests via SSE transport with API key authentication
Azure Container Apps remote MCP server example
This MCP server uses SSE transport and is authenticated with an API key.
Running locally
Prerequisites:
- Python 3.11 or later
- uv
Run the server locally:
VS Code MCP configuration (mcp.json):
Deploy to Azure Container Apps
If the deployment is successful, the Azure CLI returns the URL of the app. You can use this URL to connect to the server from Visual Studio Code.
If the deployment fails, try again after updating the CLI and the Azure Container Apps extension:
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A server-sent events (SSE) MCP server that runs on Azure Container Apps with API key authentication, likely providing weather-related functionality based on the configuration.
Related MCP Servers
- -securityFlicense-qualityThis SSE-based MCP server allows users to connect and interact with National Weather Service APIs to retrieve weather alerts and forecasts.Last updated -293Python
- -securityAlicense-qualityA Server-Sent Events implementation using FastAPI framework that integrates Model Context Protocol (MCP), allowing AI models to access external tools and data sources like weather information.Last updated -47PythonMIT License
- -securityFlicense-qualityA remote MCP server implementation for Cloudflare that uses server-sent events (SSE) to enable Model Control Protocol communication.Last updated -1TypeScript
- -securityFlicense-qualityA server for Model Context Protocol (MCP) that uses Server-Sent Events (SSE) for streaming communication, enabling tools like the HackerNews API to be accessed through a secure HTTP+SSE transport.Last updated -23TypeScript