Socket
Book a DemoInstallSign in
Socket

nascoder-azure-ai-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nascoder-azure-ai-mcp

Professional Azure AI Foundry MCP Server with comprehensive Azure AI services integration, intelligent routing, and advanced capabilities for AI assistants.

latest
Source
npmnpm
Version
2.1.1
Version published
Maintainers
1
Created
Source

🛡️ NasCoder Azure AI MCP Server

Professional Azure AI Integration for Model Context Protocol

🎯 Overview

A comprehensive Model Context Protocol (MCP) server that provides seamless integration with Azure AI services. Built for production use with intelligent routing and comprehensive error handling.

✅ Available Tools

  • ask_azure_ai - Intelligent chat with auto-routing to best available model
  • get_model_info - Real-time model deployment information
  • health_check - Service health monitoring and diagnostics
  • list_capabilities - Available capabilities and features
  • analyze_image - Computer vision analysis
  • translate_text - Multi-language text translation
  • check_content_safety - Content moderation and safety analysis
  • analyze_language - Language detection and sentiment analysis
  • analyze_document - Document intelligence and analysis

🚀 Installation

npm install nascoder-azure-ai-mcp

⚙️ Configuration

Environment Variables

Create a .env file with your Azure credentials:

AZURE_AI_INFERENCE_API_KEY=your_azure_api_key_here
AZURE_AI_INFERENCE_ENDPOINT=https://your-endpoint.cognitiveservices.azure.com/
AZURE_AI_PROJECTS_CONNECTION_STRING=your_connection_string_here

MCP Client Integration

Add to your MCP client configuration:

{
  "mcpServers": {
    "nascoder-azure-ai": {
      "command": "npx",
      "args": ["nascoder-azure-ai-mcp"],
      "env": {
        "AZURE_AI_INFERENCE_API_KEY": "your_api_key_here",
        "AZURE_AI_INFERENCE_ENDPOINT": "your_endpoint_here"
      }
    }
  }
}

🔧 Usage Examples

Basic Chat

{
  "query": "Explain quantum computing",
  "context": "Educational content for beginners"
}

Image Analysis

{
  "imageUrl": "https://example.com/image.jpg",
  "features": "objects,text,faces"
}

Text Translation

{
  "text": "Hello world",
  "targetLanguage": "es"
}

🛡️ Security Features

  • Environment variable based configuration
  • No hardcoded credentials
  • Comprehensive error handling
  • Rate limiting and retry logic
  • Input validation and sanitization

📋 Requirements

  • Node.js >= 18.0.0
  • Valid Azure AI services subscription
  • Azure AI Foundry access
  • Repository: GitHub
  • Issues: GitHub Issues
  • NPM: Package

📄 License

MIT License - see LICENSE file for details.

Keywords

azure

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.