MCPonFuncOnACA
If you are the rightful owner of MCPonFuncOnACA and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a quickstart guide to building and deploying a custom remote Model Context Protocol (MCP) server using Azure Functions with Python.
The Remote MCP Server with Azure Functions (Python) is a template designed to facilitate the deployment of a custom MCP server to the cloud. This server is secured using keys and HTTPS, and offers enhanced OAuth options through built-in authentication and API Management. It also supports network isolation using Virtual Network (VNET). The server can be run locally using Azure Functions Core Tools and deployed to Azure for remote access. The template includes integration with the Rapid API marketplace for accessing travel APIs, and provides instructions for setting up the local environment, running the server locally, and deploying it to Azure. Additionally, it offers guidance on connecting to the server from various clients, including VS Code and MCP Inspector.
Features
- Secure by design with keys and HTTPS
- Supports OAuth with built-in auth and API Management
- Network isolation using VNET
- Integration with Rapid API marketplace for travel APIs
- Local and remote deployment options