Secure Remote MCP Server
Servidores MCP remotos seguros mediante Azure API Management (experimental)

Azure API Management actúa como puerta de enlace de inteligencia artificial para servidores MCP.
Esta muestra implementa la última especificación de autorización MCP
Este es un diagrama de secuencia para entender el flujo.
Implementar un servidor MCP remoto en Azure
Registrar proveedor de recursos
Microsoft.App.Si está utilizando la CLI de Azure, ejecute
az provider register --namespace Microsoft.App --wait.Si usa Azure PowerShell, ejecute
Register-AzResourceProvider -ProviderNamespace Microsoft.App. Después de un tiempo, ejecute(Get-AzResourceProvider -ProviderNamespace Microsoft.App).RegistrationStatepara comprobar si el registro se ha completado.
Ejecute este comando azd para aprovisionar el servicio de administración de API, la aplicación de función (con código) y todos los demás recursos de Azure necesarios
azd up
Inspector de MCP
En una nueva ventana de terminal , instale y ejecute MCP Inspector
npx @modelcontextprotocol/inspectorMantenga presionada la tecla CTRL y haga clic para cargar la aplicación web MCP Inspector desde la URL que muestra la aplicación (por ejemplo, http://127.0.0.1:6274/#resources )
Establezca el tipo de transporte en
SSEEstablezca la URL de su punto final de API Management SSE en ejecución que se muestra después de
azd upy Connect :https://<apim-servicename-from-azd-output>.azure-api.net/mcp/sseLista de herramientas . Haga clic en una herramienta y seleccione Ejecutar herramienta .
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides standardized MCP interfaces for Azure services including Cosmos DB operations (container and item management) and AI Search operations (index management), deployed through Azure API Management gateway.MIT
- AlicenseNot gradedqualityDmaintenanceExposes backend APIs through Azure API Management as an MCP server to enable AI assistants to interact with product catalogs and order systems. It provides standardized tools for searching products, retrieving details, and managing orders via the Model Context Protocol.MIT
- AlicenseNot gradedqualityBmaintenanceActs as a secure OAuth 2.0/2.1 proxy gateway for MCP servers, enabling integration with Claude and ChatGPT platforms.16MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Azure resource management, AI Foundry, and Entra ID — inspect and operate Azure infrastructure through AI agents.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Azure-Samples/remote-mcp-apim-functions-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server