Host MCP tools in Azure Functions for weather and user info retrieval.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Azure Functions MCP Server" yet — see the docs or source repo.
Use the Azure Functions MCP Server to get the current weather in Seattle and summarize it in one sentence.
Returns weather data with a brief English summary.
Use the On-Behalf-Of flow to retrieve the current signed-in user's basic information and list the available fields.
Returns the current user's information and the available fields.
First get today's weather in Shanghai, then retrieve the current user information, and generate a brief suitable for Copilot.
Outputs a combined brief with weather and user information.
Developers can host a weather query tool in Azure Functions so Copilot can fetch weather data directly in conversations. This fits scenarios where external lookup capabilities need to be connected to an AI assistant.
When an app needs to access information on behalf of the current user, it can use the On-Behalf-Of flow. It is suitable for tool calls that need user context inside Copilot.
Teams can deploy MCP tools as Azure Functions services and expose them to Copilot in a consistent way. This helps combine cloud functions and AI tooling in one solution.
It is an MCP Server running on Azure Functions for hosting MCP tools. Based on the description, it supports weather queries and retrieving user information through the On-Behalf-Of flow for Copilot.
From the name and description, it clearly depends on Azure Functions. If you use the On-Behalf-Of flow, user identity-related configuration is likely involved; for exact details, see the source repository.
It does more than a plain weather API by hosting capabilities as MCP tools in Azure Functions for Copilot integration. The description also mentions using the On-Behalf-Of flow for user information.
Invoke Azure Functions tools for calculations, weather simulation, and temperature conversion.
Search and retrieve Microsoft Learn documentation for fast technical reference.
Call tools like weather lookup via MCP with reusable resources and prompts.
Manage files, monitor systems, keep notes, and fetch weather via MCP.
Securely access weather and Kusto tools in a demo MCP server.
Get weather by coordinates or place name through an MCP server.