Azure AI Foundry MCP Server
by lily95h
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token for testing models for free with rate limits. | |
| EVAL_DATA_DIR | No | Path to the JSONL evaluation dataset | |
| AZURE_CLIENT_ID | No | The ID of your Service Principal (app registration) | |
| AZURE_TENANT_ID | No | The ID of your Azure Active Directory tenant. | |
| AZURE_CLIENT_SECRET | No | The secret credential for the Service Principal. | |
| AZURE_OPENAI_API_KEY | No | API key for Azure OpenAI | |
| AZURE_OPENAI_ENDPOINT | No | Endpoint for Azure OpenAI | |
| AZURE_AI_SEARCH_API_KEY | No | The API key for your Azure AI Search service. | |
| AZURE_OPENAI_DEPLOYMENT | No | Deployment name (e.g., `gpt-4o`) | |
| AZURE_AI_SEARCH_ENDPOINT | No | The endpoint URL for your Azure AI Search service. It should look like this: `https://<your-search-service-name>.search.windows.net/`. | |
| AZURE_OPENAI_API_VERSION | No | Version of the OpenAI API | |
| AZURE_AI_PROJECT_ENDPOINT | No | Used for Azure AI Agent querying and evaluation | |
| AZURE_AI_SEARCH_API_VERSION | No | API Version to use. Defaults to `2025-03-01-preview`. | 2025-03-01-preview |
| SEARCH_AUTHENTICATION_METHOD | No | `service-principal` or `api-search-key`. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/lily95h/mcp-foundry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server