mcp-sdk-functions-hosting-dotnet
Verified Safeby Azure-Samples
Overview
This project serves as a quickstart and SDK example for hosting serverless functions built with .NET within the Microsoft Connected Platform ecosystem, specifically demonstrating a weather service.
Installation
func start --project QuickstartWeatherServer.csprojSecurity Notes
No obvious vulnerabilities, 'eval' usage, or obfuscation detected from the file list. As a quickstart, it likely focuses on functionality over hardened production-grade security, but should be safe for local testing.
Similar Servers
mcp-sdk-functions-hosting-python
Host Python-based Model Context Protocol (MCP) servers on Azure Functions as custom handlers to enable serverless deployment of AI agent tools.
mcp-sdk-functions-hosting-node
A Node.js server for hosting serverless functions, likely within a Managed Cloud Platform (MCP) SDK context.
OpenMeteoMCPServer
Provides comprehensive weather and geolocation data as callable tools via Model Context Protocol (MCP) for integration with AI assistants and other MCP-compatible clients.
mcp-weather
This server provides weather information, including alerts for US states and forecasts for specific coordinates, by interacting with an external weather API.