Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"azure-content-understanding-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This project provides a Model Context Protocol (MCP) server for integrating Azure Content Understanding capabilities with AI systems. The server allows content analysis tools to be exposed through a standard MCP interface.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
MCP Security Weekly
Get CVE alerts and security updates for Azure Content Understanding Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project provides a Model Context Protocol (MCP) server for integrating Azure Content Understanding capabilities with AI systems. The server allows content analysis tools to be exposed through a standard MCP interface.
Prerequisites
The ContentUnderstandingClient provides methods for interacting with Azure Content Understanding:
The AnalyzeDocument class handles the end-to-end process:
"contentUnderstanding": {
"command": "dotnet",
"args": [
"run",
"--project",
"FULL_PATH_TO_PROJECT_FOLDER",
"--no-build"
],
"env": {
"ENDPOINT": "CONTENT_UMDERSTANDING_ENDPOINT",
"API_KEY": "CONTENT_UMDERSTANDING_API_KEY",
"API_VERSION": "CONTENT_UMDERSTANDING_VERSION",
"STORAGE_CONTAINER_URL": "STORAGE_CONTAINER_URL",
"ALLOWED_DIRECTORIES": "SEMICOLON_SEPERATED_LIST_OF_FOLDERS"
}
}