MCP Server - FastAPI on Azure App Service
@madebygps
About MCP Server - FastAPI on Azure App Service
FastAPI MCP server on Azure App Service
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-webapp-python": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server - FastAPI on Azure App Service?
MCP Server - FastAPI on Azure App Service is a Python implementation of the Model Context Protocol (MCP) server built with FastAPI. It provides multiplication, temperature conversion, and US weather alert/forecast tools, and is designed for deployment to Azure App Service.
How to use MCP Server - FastAPI on Azure App Service?
Run locally: create a virtual environment (uv venv), activate it, install dependencies (uv pip install -r requirements.txt), then start with uvicorn main:app --reload. Deploy to Azure using azd up from the project root. The MCP endpoint is at /mcp-server/mcp using streamable-http transport; no authentication is currently required.
Key features of MCP Server - FastAPI on Azure App Service
- Multiplication tool: multiply two numbers
- Temperature converter tools: Celsius to Fahrenheit and Fahrenheit to Celsius
- Weather tools: US alerts by state and forecasts by coordinates
- Deploys to Azure App Service via Azure Developer CLI
- Streamable-http MCP transport on a FastAPI backend
Use cases of MCP Server - FastAPI on Azure App Service
- Integrate an MCP client to perform arithmetic operations
- Enable temperature unit conversions in AI assistant workflows
- Provide real-time US weather alerts and forecasts to language models
- Host a production-ready MCP server on Azure with minimal configuration
FAQ from MCP Server - FastAPI on Azure App Service
What tools are available in MCP Server - FastAPI on Azure App Service?
The server exposes five tools: multiply, celsius_to_fahrenheit, fahrenheit_to_celsius, get_alerts, and get_forecast.
How do I run MCP Server - FastAPI on Azure App Service locally?
You need Python 3.11+, uv, and optionally Node.js for the MCP Inspector. Create a virtual environment, install dependencies from requirements.txt, and run uvicorn main:app --reload.
How do I deploy MCP Server - FastAPI on Azure App Service?
Ensure you have the Azure CLI (az) and Azure Developer CLI (azd) installed and authenticated. Run azd up from the project root to create resources and deploy.
How do I connect to the MCP server after deployment?
Use streamable-http transport with the URL https://<your-app>.azurewebsites.net/mcp-server/mcp. No authentication is currently needed.
Are there security considerations for MCP Server - FastAPI on Azure App Service?
Yes. The current implementation has no authentication (public endpoints), CORS is wide open, and production deployments should implement API key or OAuth2 authentication and validate all user inputs.
More Developer Tools MCP servers
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments