Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
IFoundryService.cs1.32 kB
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Azure.AI.Projects; using AzureMcp.Core.Options; using AzureMcp.Foundry.Models; namespace AzureMcp.Foundry.Services; public interface IFoundryService { Task<List<ModelInformation>> ListModels( bool searchForFreePlayground = false, string publisherName = "", string licenseName = "", string modelName = "", int maxPages = 3, RetryPolicyOptions? retryPolicy = null ); Task<List<Deployment>> ListDeployments( string endpoint, string? tenantId = null, RetryPolicyOptions? retryPolicy = null ); Task<ModelDeploymentResult> DeployModel(string deploymentName, string modelName, string modelFormat, string azureAiServicesName, string resourceGroup, string subscriptionId, string? modelVersion = null, string? modelSource = null, string? skuName = null, int? skuCapacity = null, string? scaleType = null, int? scaleCapacity = null, RetryPolicyOptions? retryPolicy = null ); Task<List<KnowledgeIndexInformation>> ListKnowledgeIndexes( string endpoint, string? tenantId = null, RetryPolicyOptions? retryPolicy = null ); }

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/azure-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server