68
/ 100
8 days ago
mcp_so

Azure AI Agent Service + Azure AI Search MCP Server

Model Context Protocol Servers for Azure AI Search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: AZURE_SEARCH_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPROJECT_CONNECTION_STRINGecho "=your-project-connection-string" > .env
configMODEL_DEPLOYMENT_NAMEecho "=your-model-deployment-name" >> .env
configAI_SEARCH_CONNECTION_NAMEecho "=your-search-connection-name" >> .env
configBING_CONNECTION_NAMEecho "=your-bing-connection-name" >> .env
configAI_SEARCH_INDEX_NAMEecho "=your-index-name" >> .env
configAZURE_SEARCH_SERVICE_ENDPOINTecho "=https://your-service-name.search.windows.net" > .env
configAZURE_SEARCH_INDEX_NAMEecho "=your-index-name" >> .env
🔐 secretAZURE_SEARCH_API_KEYecho "=your-api-key" >> .env
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/farzad528-mcp-server-azure-ai-agents-18s4fh)](https://m8ven.ai/mcp/farzad528-mcp-server-azure-ai-agents-18s4fh)
commit: c9458ac3301ea5a745295264e3fd353bb30555d7
code hash: 2190673f0726cb3cfc866214b11425118028e0d155836abb9cc5b346bd1c8d2d
verified: 6/17/2026, 11:44:50 AM
view raw JSON →