Secure Remote MCP Server
Azure API Management를 사용한 원격 MCP 서버 보안(실험적)

Azure API Management는 MCP 서버의 AI Gateway 역할을 합니다.
이 샘플은 최신 MCP 권한 부여 사양을 구현합니다.
이는 흐름을 이해하기 위한 시퀀스 다이어그램 입니다.
Azure에 원격 MCP 서버 배포
Microsoft.App리소스 공급자를 등록합니다.Azure CLI를 사용하는 경우
az provider register --namespace Microsoft.App --wait실행합니다.Azure PowerShell을 사용하는 경우
Register-AzResourceProvider -ProviderNamespace Microsoft.App실행하세요. 그런 다음 잠시 후(Get-AzResourceProvider -ProviderNamespace Microsoft.App).RegistrationState실행하여 등록이 완료되었는지 확인하세요.
이 azd 명령을 실행하여 API 관리 서비스, 함수 앱(코드 포함) 및 기타 모든 필수 Azure 리소스를 프로비저닝합니다.
지엑스피1
MCP 검사관
새 터미널 창 에서 MCP Inspector를 설치하고 실행하세요.
npx @modelcontextprotocol/inspectorCTRL을 클릭하면 앱에 표시된 URL(예: http://127.0.0.1:6274/#resources )에서 MCP Inspector 웹 앱을 로드합니다.
전송 유형을
SSE로 설정하세요azd up및 Connect 이후에 표시되는 실행 중인 API Management SSE 엔드포인트에 대한 URL을 설정합니다.https://<apim-servicename-from-azd-output>.azure-api.net/mcp/sse도구 목록 . 도구를 클릭하고 도구 실행 .
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 Servers
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive integration with Azure AI services including OpenAI, Cognitive Services, Computer Vision, and Face API through a mission-critical MCP server. Provides enterprise-grade reliability with high availability, observability, chaos engineering, and secure multi-region deployment capabilities.MIT
- 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 gradedqualityBmaintenanceMCP server for Azure resource management, AI Foundry, and Entra ID — inspect and operate Azure infrastructure through AI agents.MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server for AI access to Swagger by SmartBear.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
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